Searched refs:venc_s_fmt (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/media/platform/amphion/ |
D | venc.c | 203 static int venc_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in venc_s_fmt() function 502 .vidioc_s_fmt_vid_cap_mplane = venc_s_fmt, 503 .vidioc_s_fmt_vid_out_mplane = venc_s_fmt, 1286 venc_s_fmt(file, &inst->fh, &f); in venc_init() 1294 venc_s_fmt(file, &inst->fh, &f); in venc_init()
|
/Linux-v6.1/drivers/media/platform/qcom/venus/ |
D | venc.c | 228 static int venc_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in venc_s_fmt() function 527 .vidioc_s_fmt_vid_cap_mplane = venc_s_fmt, 528 .vidioc_s_fmt_vid_out_mplane = venc_s_fmt,
|