Searched refs:venc_s_fmt (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | venc.c | 215 static int venc_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in venc_s_fmt() function 494 .vidioc_s_fmt_vid_cap_mplane = venc_s_fmt, 495 .vidioc_s_fmt_vid_out_mplane = venc_s_fmt, 1275 venc_s_fmt(file, &inst->fh, &f); in venc_init() 1283 venc_s_fmt(file, &inst->fh, &f); in venc_init()
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | venc.c | 233 static int venc_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in venc_s_fmt() function 577 .vidioc_s_fmt_vid_cap_mplane = venc_s_fmt, 578 .vidioc_s_fmt_vid_out_mplane = venc_s_fmt,
|