Home
last modified time | relevance | path

Searched refs:VB2_MAX_FRAME (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/media/
H A Dvideobuf2-v4l2.h18 #if VB2_MAX_FRAME != VIDEO_MAX_FRAME
19 #error VB2_MAX_FRAME != VIDEO_MAX_FRAME
H A Dvideobuf2-core.h23 #define VB2_MAX_FRAME (32) macro
622 struct vb2_buffer *bufs[VB2_MAX_FRAME];
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h339 struct hantro_aux_buf dec_q[VB2_MAX_FRAME];
H A Dhantro_postproc.c182 for (i = 0; i < VB2_MAX_FRAME; ++i) { in hantro_postproc_free()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c421 VB2_MAX_FRAME - q->num_buffers); in __vb2_queue_alloc()
802 WARN_ON(q->min_buffers_needed > VB2_MAX_FRAME); in vb2_core_reqbufs()
804 num_buffers = min_t(unsigned int, num_buffers, VB2_MAX_FRAME); in vb2_core_reqbufs()
920 if (q->num_buffers == VB2_MAX_FRAME) { in vb2_core_create_bufs()
949 num_buffers = min(*count, VB2_MAX_FRAME - q->num_buffers); in vb2_core_create_bufs()
2611 struct vb2_fileio_buf bufs[VB2_MAX_FRAME];
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvdec.c1061 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_capture()
1151 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_output()
H A Dhfi_plat_bufs_v6.c1247 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
H A Dhelpers.c213 id = ida_alloc_min(&inst->dpb_ids, VB2_MAX_FRAME, GFP_KERNEL); in venus_helper_alloc_dpb_bufs()
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c398 *num_buffers = clamp_val(*num_buffers, 1, VB2_MAX_FRAME); in imgu_vb2_queue_setup()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvdec.c51 struct vpu_vb2_buffer *slots[VB2_MAX_FRAME];
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c465 struct vdec_vp9_slice_ref dpb[VB2_MAX_FRAME];