Searched refs:VB2_MAX_FRAME (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/include/media/ |
D | videobuf2-v4l2.h | 18 #if VB2_MAX_FRAME != VIDEO_MAX_FRAME 19 #error VB2_MAX_FRAME != VIDEO_MAX_FRAME
|
D | videobuf2-core.h | 23 #define VB2_MAX_FRAME (32) macro 610 struct vb2_buffer *bufs[VB2_MAX_FRAME];
|
/linux-5.19.10/drivers/staging/media/hantro/ |
D | hantro_hw.h | 256 struct hantro_aux_buf dec_q[VB2_MAX_FRAME];
|
D | hantro_postproc.c | 160 for (i = 0; i < VB2_MAX_FRAME; ++i) { in hantro_postproc_free()
|
/linux-5.19.10/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 417 VB2_MAX_FRAME - q->num_buffers); in __vb2_queue_alloc() 812 WARN_ON(q->min_buffers_needed > VB2_MAX_FRAME); in vb2_core_reqbufs() 814 num_buffers = min_t(unsigned int, num_buffers, VB2_MAX_FRAME); in vb2_core_reqbufs() 911 if (q->num_buffers == VB2_MAX_FRAME) { in vb2_core_create_bufs() 934 num_buffers = min(*count, VB2_MAX_FRAME - q->num_buffers); in vb2_core_create_bufs() 2573 struct vb2_fileio_buf bufs[VB2_MAX_FRAME];
|
/linux-5.19.10/drivers/media/platform/qcom/venus/ |
D | vdec.c | 1017 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_capture() 1107 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_output()
|
D | hfi_plat_bufs_v6.c | 1242 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
|
D | helpers.c | 213 id = ida_alloc_min(&inst->dpb_ids, VB2_MAX_FRAME, GFP_KERNEL); in venus_helper_alloc_dpb_bufs()
|
/linux-5.19.10/drivers/staging/media/ipu3/ |
D | ipu3-v4l2.c | 390 *num_buffers = clamp_val(*num_buffers, 1, VB2_MAX_FRAME); in imgu_vb2_queue_setup()
|
/linux-5.19.10/drivers/media/platform/amphion/ |
D | vdec.c | 51 struct vpu_vb2_buffer *slots[VB2_MAX_FRAME];
|
/linux-5.19.10/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_vp9_req_lat_if.c | 464 struct vdec_vp9_slice_ref dpb[VB2_MAX_FRAME];
|