Searched refs:VB2_MAX_FRAME (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/media/ |
H A D | videobuf2-v4l2.h | 18 #if VB2_MAX_FRAME != VIDEO_MAX_FRAME 19 #error VB2_MAX_FRAME != VIDEO_MAX_FRAME
|
H A D | videobuf2-core.h | 23 #define VB2_MAX_FRAME (32) macro 622 struct vb2_buffer *bufs[VB2_MAX_FRAME];
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_hw.h | 339 struct hantro_aux_buf dec_q[VB2_MAX_FRAME];
|
H A D | hantro_postproc.c | 182 for (i = 0; i < VB2_MAX_FRAME; ++i) { in hantro_postproc_free()
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 421 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 D | vdec.c | 1061 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_capture() 1151 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_output()
|
H A D | hfi_plat_bufs_v6.c | 1247 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
|
H A D | helpers.c | 213 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 D | ipu3-v4l2.c | 398 *num_buffers = clamp_val(*num_buffers, 1, VB2_MAX_FRAME); in imgu_vb2_queue_setup()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vdec.c | 51 struct vpu_vb2_buffer *slots[VB2_MAX_FRAME];
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_req_lat_if.c | 465 struct vdec_vp9_slice_ref dpb[VB2_MAX_FRAME];
|