Home
last modified time | relevance | path

Searched refs:ref_buf (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c46 void *ref_buf; member
951 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs()
968 void *ref_buf; in intel_pt_alloc_snapshot_ref() local
970 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref()
971 if (!ref_buf) in intel_pt_alloc_snapshot_ref()
974 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref()
1049 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() argument
1062 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref()
1066 static void intel_pt_copy_ref(void *ref_buf, size_t ref_size, size_t buf_size, in intel_pt_copy_ref() argument
1070 memcpy(ref_buf, data + head - ref_size, ref_size); in intel_pt_copy_ref()
[all …]
H A Dintel-bts.c34 void *ref_buf; member
309 zfree(&btsr->snapshot_refs[i].ref_buf); in intel_bts_free_snapshot_refs()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c383 struct rkvdec_decoded_buffer *ref_buf, in config_ref_registers() argument
390 aligned_height = round_up(ref_buf->vp9.height, 64); in config_ref_registers()
391 regs->vp9.reg17_19[i].frameheight = ref_buf->vp9.height; in config_ref_registers()
392 regs->vp9.reg17_19[i].framewidth = ref_buf->vp9.width; in config_ref_registers()
394 regs->vp9.refer_bases[i] = vb2_dma_contig_plane_dma_addr(&ref_buf->base.vb.vb2_buf, 0); in config_ref_registers()
396 if (&ref_buf->base.vb == run->base.bufs.dst) in config_ref_registers()
399 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers()
H A Drkvdec-h264.c317 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers()
H A Drkvdec-vdpu381-h264.c298 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers()
H A Drkvdec-vdpu383-h264.c374 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers()