Searched refs:VB2_MAX_FRAME (Results 1 – 9 of 9) sorted by relevance
| /linux/include/media/ |
| A D | videobuf2-v4l2.h | 18 #if VB2_MAX_FRAME != VIDEO_MAX_FRAME 19 #error VB2_MAX_FRAME != VIDEO_MAX_FRAME
|
| A D | videobuf2-core.h | 23 #define VB2_MAX_FRAME (32) macro 610 struct vb2_buffer *bufs[VB2_MAX_FRAME];
|
| /linux/drivers/staging/media/hantro/ |
| A D | hantro_postproc.c | 116 for (i = 0; i < VB2_MAX_FRAME; ++i) { in hantro_postproc_free()
|
| A D | hantro_hw.h | 174 struct hantro_aux_buf dec_q[VB2_MAX_FRAME];
|
| /linux/drivers/media/common/videobuf2/ |
| A 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/drivers/media/platform/qcom/venus/ |
| A D | vdec.c | 992 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_capture() 1082 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_output()
|
| A D | hfi_plat_bufs_v6.c | 1242 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
|
| A D | helpers.c | 198 id = ida_alloc_min(&inst->dpb_ids, VB2_MAX_FRAME, GFP_KERNEL); in venus_helper_alloc_dpb_bufs()
|
| /linux/drivers/staging/media/ipu3/ |
| A D | ipu3-v4l2.c | 390 *num_buffers = clamp_val(*num_buffers, 1, VB2_MAX_FRAME); in imgu_vb2_queue_setup()
|
Completed in 29 milliseconds