Home
last modified time | relevance | path

Searched refs:mtk_video_fmt (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_drv.h123 struct mtk_video_fmt { struct
158 const struct mtk_video_fmt *fmt;
392 const struct mtk_video_fmt *vdec_formats;
394 const struct mtk_video_fmt *default_out_fmt;
395 const struct mtk_video_fmt *default_cap_fmt;
422 const struct mtk_video_fmt *capture_formats;
424 const struct mtk_video_fmt *output_formats;
Dmtk_vcodec_dec.c22 static const struct mtk_video_fmt *
26 const struct mtk_video_fmt *fmt; in mtk_vdec_find_format()
226 const struct mtk_video_fmt *fmt) in vidioc_try_fmt()
295 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_cap_mplane()
313 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_out_mplane()
410 const struct mtk_video_fmt *fmt; in vidioc_vdec_s_fmt()
567 const struct mtk_video_fmt *fmt; in vidioc_enum_fmt()
Dmtk_vcodec_enc.c131 const struct mtk_video_fmt *formats, in vidioc_enum_fmt()
142 static const struct mtk_video_fmt *
145 const struct mtk_video_fmt *fmt; in mtk_venc_find_format()
166 const struct mtk_video_fmt *fmt; in vidioc_enum_framesizes()
278 const struct mtk_video_fmt *fmt) in vidioc_try_fmt_out()
404 const struct mtk_video_fmt *fmt; in vidioc_venc_s_fmt_cap()
459 const struct mtk_video_fmt *fmt; in vidioc_venc_s_fmt_out()
541 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_cap_mplane()
563 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_out_mplane()
Dmtk_vcodec_enc_drv.c26 static const struct mtk_video_fmt mtk_video_formats_output[] = {
49 static const struct mtk_video_fmt mtk_video_formats_capture_h264[] = {
57 static const struct mtk_video_fmt mtk_video_formats_capture_vp8[] = {
Dmtk_vcodec_dec_stateless.c114 static struct mtk_video_fmt mtk_video_formats[5];
117 static struct mtk_video_fmt default_out_format;
118 static struct mtk_video_fmt default_cap_format;
Dmtk_vcodec_dec_stateful.c14 static const struct mtk_video_fmt mtk_video_formats[] = {
231 const struct mtk_video_fmt *fmt; in mtk_vdec_update_fmt()