Searched refs:ref_buf (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 49 void *ref_buf; 955 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_recording_free() 972 void *ref_buf; in intel_pt_alloc_snapshot_ref() 974 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref() 975 if (!ref_buf) in intel_pt_alloc_snapshot_ref() 978 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref() 1053 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() 1066 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_copy_ref() argument 1070 static void intel_pt_copy_ref(void *ref_buf, size_ in intel_pt_copy_ref() 46 void *ref_buf; global() member 968 void *ref_buf; intel_pt_alloc_snapshot_ref() local 1049 intel_pt_compare_ref(void * ref_buf,size_t ref_offset,size_t ref_size,size_t buf_size,void * data,size_t head) intel_pt_compare_ref() argument [all...] |
| H A D | intel-bts.c | 38 void *ref_buf; 313 zfree(&btsr->snapshot_refs[i].ref_buf); in intel_bts_recording_free() 34 void *ref_buf; global() member
|
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-vp9.c | 383 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 D | rkvdec-vdpu381-h264.c | 298 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers()
|