Home
last modified time | relevance | path

Searched refs:vpu_vb2_buffer (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/media/platform/amphion/
Dvpu.h302 struct vpu_vb2_buffer { struct
315 static inline struct vpu_vb2_buffer *to_vpu_vb2_buffer(struct vb2_v4l2_buffer *vbuf) in to_vpu_vb2_buffer() argument
319 return container_of(m2m_buf, struct vpu_vb2_buffer, m2m_buf); in to_vpu_vb2_buffer()
Dvpu_v4l2.c54 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_set_buffer_state()
61 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_get_buffer_state()
68 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_set_buffer_average_qp()
550 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_vb2_buf_finish()
667 src_vq->buf_struct_size = sizeof(struct vpu_vb2_buffer); in vpu_m2m_queue_init()
684 dst_vq->buf_struct_size = sizeof(struct vpu_vb2_buffer); in vpu_m2m_queue_init()
Dvdec.c51 struct vpu_vb2_buffer *slots[VB2_MAX_FRAME];
712 struct vpu_vb2_buffer *vpu_buf; in vdec_frame_decoded()
764 static struct vpu_vb2_buffer *vdec_find_buffer(struct vpu_inst *inst, u32 luma) in vdec_find_buffer()
783 struct vpu_vb2_buffer *vpu_buf; in vdec_buf_done()
1039 struct vpu_vb2_buffer *vpu_buf; in vdec_response_frame()
1150 struct vpu_vb2_buffer *vpu_buf; in vdec_clear_slots()
1266 struct vpu_vb2_buffer *vpu_buf; in vdec_evnet_rel_fs()