Searched refs:vdec_s_fmt (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vdec.c | 499 static int vdec_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in vdec_s_fmt() function 669 .vidioc_s_fmt_vid_cap_mplane = vdec_s_fmt, 670 .vidioc_s_fmt_vid_out_mplane = vdec_s_fmt, 1701 vdec_s_fmt(file, &inst->fh, &f); in vdec_init() 1709 vdec_s_fmt(file, &inst->fh, &f); in vdec_init()
|
/openbmc/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec.c | 598 static int vdec_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in vdec_s_fmt() function 791 .vidioc_s_fmt_vid_cap_mplane = vdec_s_fmt, 792 .vidioc_s_fmt_vid_out_mplane = vdec_s_fmt,
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 321 static int vdec_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in vdec_s_fmt() function 601 .vidioc_s_fmt_vid_cap_mplane = vdec_s_fmt, 602 .vidioc_s_fmt_vid_out_mplane = vdec_s_fmt,
|