Home
last modified time | relevance | path

Searched refs:ref_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c137 u32 ref_size; member
217 dma_free_coherent(core->dev, h264->ref_size, in codec_h264_stop()
303 h264->ref_size = mb_total * MB_MV_SIZE * h264->max_refs; in codec_h264_resume()
304 h264->ref_vaddr = dma_alloc_coherent(core->dev, h264->ref_size, in codec_h264_resume()
314 amvdec_write_dos(core, AV_SCRATCH_4, h264->ref_paddr + h264->ref_size); in codec_h264_resume()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c1043 size_t ref_size, size_t buf_size, in intel_pt_compare_ref() argument
1046 size_t ref_end = ref_offset + ref_size; in intel_pt_compare_ref()
1055 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref()
1059 static void intel_pt_copy_ref(void *ref_buf, size_t ref_size, size_t buf_size, in intel_pt_copy_ref() argument
1062 if (head >= ref_size) { in intel_pt_copy_ref()
1063 memcpy(ref_buf, data + head - ref_size, ref_size); in intel_pt_copy_ref()
1066 ref_size -= head; in intel_pt_copy_ref()
1067 memcpy(ref_buf + head, data + buf_size - ref_size, ref_size); in intel_pt_copy_ref()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c294 unsigned int ref_size; in v4l2_fwht_decode() local
355 ref_size = state->ref_stride * state->coded_height; in v4l2_fwht_decode()
358 ref_size)) in v4l2_fwht_decode()
/openbmc/linux/tools/perf/util/
H A Dheader.c3839 uint64_t ref_size, attr_size; in try_all_file_abis() local
3843 ref_size = attr_file_abi_sizes[i] in try_all_file_abis()
3845 if (hdr_sz != ref_size) { in try_all_file_abis()
3847 if (attr_size != ref_size) in try_all_file_abis()