Home
last modified time | relevance | path

Searched refs:num_capture_formats (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.c381 .num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_h264),
391 .num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_vp8),
402 .num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_h264),
413 .num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_h264),
425 .num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_h264),
436 .num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_h264),
H A Dmtk_vcodec_enc_drv.h38 size_t num_capture_formats; member
H A Dmtk_vcodec_enc.c143 for (k = 0; k < pdata->num_capture_formats; k++) { in mtk_venc_find_format()
189 pdata->num_capture_formats); in vidioc_enum_fmt_vid_cap()