Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c46 void *ref_buf; member
952 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs()
969 void *ref_buf; in intel_pt_alloc_snapshot_ref() local
971 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref()
972 if (!ref_buf) in intel_pt_alloc_snapshot_ref()
975 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref()
1050 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() argument
1063 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref()
1067 static void intel_pt_copy_ref(void *ref_buf, size_ argument
[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.c414 struct rkvdec_decoded_buffer *ref_buf, in config_ref_registers() argument
420 aligned_height = round_up(ref_buf->vp9.height, 64); in config_ref_registers()
421 writel_relaxed(RKVDEC_VP9_FRAMEWIDTH(ref_buf->vp9.width) | in config_ref_registers()
422 RKVDEC_VP9_FRAMEHEIGHT(ref_buf->vp9.height), in config_ref_registers()
425 writel_relaxed(vb2_dma_contig_plane_dma_addr(&ref_buf->base.vb.vb2_buf, 0), in config_ref_registers()
428 if (&ref_buf->base.vb == run->base.bufs.dst) in config_ref_registers()
431 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers()
H A Drkvdec-h264.c112 struct vb2_buffer *ref_buf[V4L2_H264_NUM_DPB_ENTRIES]; member
755 run->ref_buf[i] = buf; in lookup_ref_buf_idx()
808 dpb_valid = run->ref_buf[ref->index] != NULL; in assemble_hw_rps()
956 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers()