Home
last modified time | relevance | path

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

/linux/include/media/
A Dvideobuf2-v4l2.h18 #if VB2_MAX_FRAME != VIDEO_MAX_FRAME
19 #error VB2_MAX_FRAME != VIDEO_MAX_FRAME
A Dvideobuf2-core.h23 #define VB2_MAX_FRAME (32) macro
/linux/drivers/media/platform/qcom/venus/
A Dvdec.c1061 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_capture()
1151 VB2_MAX_FRAME, VB2_MAX_FRAME); in vdec_start_output()
A Dhfi_plat_bufs_v6.c1247 bufreq->size = dec_ops->scratch1(width, height, VB2_MAX_FRAME, in bufreq_dec()
A Dhelpers.c213 id = ida_alloc_min(&inst->dpb_ids, VB2_MAX_FRAME, GFP_KERNEL); in venus_helper_alloc_dpb_bufs()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-core.c2605 q->max_num_buffers = VB2_MAX_FRAME; in vb2_core_queue_init()
2619 if (WARN_ON(q->max_num_buffers < VB2_MAX_FRAME) || in vb2_core_queue_init()
2822 struct vb2_fileio_buf bufs[VB2_MAX_FRAME];
2884 if (fileio->count > VB2_MAX_FRAME) { in __vb2_init_fileio()
/linux/drivers/staging/media/ipu3/
A Dipu3-v4l2.c398 *num_buffers = clamp_val(*num_buffers, 1, VB2_MAX_FRAME); in imgu_vb2_queue_setup()
/linux/drivers/media/platform/raspberrypi/pisp_be/
A Dpisp_be.c25 #define PISP_BE_NUM_CONFIG_BUFFERS VB2_MAX_FRAME
/linux/drivers/media/platform/amphion/
A Dvdec.c51 struct vpu_vb2_buffer *slots[VB2_MAX_FRAME];
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
A Dvdec_vp9_req_lat_if.c464 struct vdec_vp9_slice_ref dpb[VB2_MAX_FRAME];

Completed in 755 milliseconds