Home
last modified time | relevance | path

Searched refs:v4l2_format (Results 1 – 25 of 269) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ioctl.h321 struct v4l2_format *f);
323 struct v4l2_format *f);
325 struct v4l2_format *f);
327 struct v4l2_format *f);
329 struct v4l2_format *f);
331 struct v4l2_format *f);
333 struct v4l2_format *f);
335 struct v4l2_format *f);
337 struct v4l2_format *f);
339 struct v4l2_format *f);
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.h15 int vivid_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
16 int vivid_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
17 int vivid_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
18 int vidioc_g_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
19 int vidioc_try_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
20 int vidioc_s_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
21 int vidioc_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
22 int vidioc_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
23 int vidioc_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
28 int vidioc_g_fmt_vid_out_overlay(struct file *file, void *priv, struct v4l2_format *f);
[all …]
H A Dvivid-vid-cap.h20 int vivid_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
21 int vivid_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
22 int vivid_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
23 int vidioc_g_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
24 int vidioc_try_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
25 int vidioc_s_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
26 int vidioc_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
27 int vidioc_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
28 int vidioc_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
33 int vidioc_g_fmt_vid_overlay(struct file *file, void *priv, struct v4l2_format *f);
[all …]
H A Dvivid-vbi-out.h13 struct v4l2_format *f);
15 struct v4l2_format *f);
16 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
17 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
18 int vidioc_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
H A Dvivid-vbi-cap.h16 struct v4l2_format *f);
18 struct v4l2_format *f);
19 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt);
20 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt);
21 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt);
H A Dvivid-vid-common.h11 typedef int (*fmtfunc)(struct file *file, void *priv, struct v4l2_format *f);
17 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt);
19 struct v4l2_format *f, fmtfunc func);
H A Dvivid-sdr-cap.h17 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f);
18 int vidioc_s_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f);
19 int vidioc_try_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f);
H A Dvivid-vbi-out.c137 struct v4l2_format *f) in vidioc_g_fmt_vbi_out()
160 struct v4l2_format *f) in vidioc_s_fmt_vbi_out()
174 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_g_fmt_sliced_vbi_out()
186 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_try_fmt_sliced_vbi_out()
203 struct v4l2_format *fmt) in vidioc_s_fmt_sliced_vbi_out()
H A Dvivid-meta-out.h19 struct v4l2_format *f);
21 struct v4l2_format *f);
H A Dvivid-touch-cap.h30 int vivid_g_fmt_tch(struct file *file, void *priv, struct v4l2_format *f);
31 int vivid_g_fmt_tch_mplane(struct file *file, void *priv, struct v4l2_format *f);
H A Dvivid-vbi-cap.c238 struct v4l2_format *f) in vidioc_g_fmt_vbi_cap()
251 struct v4l2_format *f) in vidioc_s_fmt_vbi_cap()
289 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_g_fmt_sliced_vbi_cap()
301 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_try_fmt_sliced_vbi_cap()
317 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_s_fmt_sliced_vbi_cap()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch25 + struct v4l2_format formats[MPLANE_MAX_FORMATS];
59 + struct v4l2_format format = { 0 };
161 static void sanitize_format(struct v4l2_format *fmt)
164 @@ -201,19 +303,23 @@ static void sanitize_format(struct v4l2_format *fmt)
171 struct v4l2_format *arg)
174 struct v4l2_format fmt = { 0 };
175 struct v4l2_format *org = arg;
221 -static int get_fmt_ioctl(int fd, unsigned long int cmd, struct v4l2_format *arg)
223 + unsigned long int cmd, struct v4l2_format *arg)
226 struct v4l2_format fmt = { 0 };
[all …]
/OK3568_Linux_fs/buildroot/package/libv4l/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch25 + struct v4l2_format formats[MPLANE_MAX_FORMATS];
59 + struct v4l2_format format = { 0 };
161 static void sanitize_format(struct v4l2_format *fmt)
164 @@ -201,19 +303,23 @@ static void sanitize_format(struct v4l2_format *fmt)
171 struct v4l2_format *arg)
174 struct v4l2_format fmt = { 0 };
175 struct v4l2_format *org = arg;
221 -static int get_fmt_ioctl(int fd, unsigned long int cmd, struct v4l2_format *arg)
223 + unsigned long int cmd, struct v4l2_format *arg)
226 struct v4l2_format fmt = { 0 };
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.h33 struct v4l2_format;
109 virtual XCamReturn get_format (struct v4l2_format &format);
110 XCamReturn set_format (struct v4l2_format &format);
144 virtual XCamReturn pre_set_format (struct v4l2_format &format);
145 virtual XCamReturn post_set_format (struct v4l2_format &format);
148 const struct v4l2_format &format,
169 struct v4l2_format _format;
H A Dv4l2_buffer_proxy.h36 explicit V4l2Buffer (const struct v4l2_buffer &buf, const struct v4l2_format &format);
97 const struct v4l2_format & get_format () const { in get_format()
117 struct v4l2_format _format;
191 const struct v4l2_format &format, VideoBufferInfo &info);
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fmt.rst20 ``int ioctl(int fd, VIDIOC_G_FMT, struct v4l2_format *argp)``
24 ``int ioctl(int fd, VIDIOC_S_FMT, struct v4l2_format *argp)``
28 ``int ioctl(int fd, VIDIOC_TRY_FMT, struct v4l2_format *argp)``
37 Pointer to struct :c:type:`v4l2_format`.
46 struct :c:type:`v4l2_format` to the respective buffer (stream)
64 a pointer to a struct :c:type:`v4l2_format` structure the driver
90 .. c:type:: v4l2_format
94 .. flat-table:: struct v4l2_format
147 The struct :c:type:`v4l2_format` ``type`` field is
/OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/
H A Drkvdec.h65 struct v4l2_format *f);
97 struct v4l2_format coded_fmt;
98 struct v4l2_format decoded_fmt;
H A Drkvdec.c127 static void rkvdec_reset_fmt(struct rkvdec_ctx *ctx, struct v4l2_format *f, in rkvdec_reset_fmt()
141 struct v4l2_format *f = &ctx->coded_fmt; in rkvdec_reset_coded_fmt()
156 struct v4l2_format *f = &ctx->decoded_fmt; in rkvdec_reset_decoded_fmt()
201 struct v4l2_format *f) in rkvdec_try_capture_fmt()
242 struct v4l2_format *f) in rkvdec_try_output_fmt()
274 struct v4l2_format *f) in rkvdec_s_capture_fmt()
295 struct v4l2_format *f) in rkvdec_s_output_fmt()
300 struct v4l2_format *cap_fmt; in rkvdec_s_output_fmt()
356 struct v4l2_format *f) in rkvdec_g_output_fmt()
365 struct v4l2_format *f) in rkvdec_g_capture_fmt()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dmx2_emmaprp.c179 static struct emmaprp_fmt *find_format(struct v4l2_format *f) in find_format()
427 static int vidioc_g_fmt(struct emmaprp_ctx *ctx, struct v4l2_format *f) in vidioc_g_fmt()
452 struct v4l2_format *f) in vidioc_g_fmt_vid_out()
458 struct v4l2_format *f) in vidioc_g_fmt_vid_cap()
463 static int vidioc_try_fmt(struct v4l2_format *f) in vidioc_try_fmt()
498 struct v4l2_format *f) in vidioc_try_fmt_vid_cap()
515 struct v4l2_format *f) in vidioc_try_fmt_vid_out()
531 static int vidioc_s_fmt(struct emmaprp_ctx *ctx, struct v4l2_format *f) in vidioc_s_fmt()
570 struct v4l2_format *f) in vidioc_s_fmt_vid_cap()
582 struct v4l2_format *f) in vidioc_s_fmt_vid_out()
H A Dm2m-deinterlace.c103 static struct deinterlace_fmt *find_format(struct v4l2_format *f) in find_format()
481 static int vidioc_g_fmt(struct deinterlace_ctx *ctx, struct v4l2_format *f) in vidioc_g_fmt()
513 struct v4l2_format *f) in vidioc_g_fmt_vid_out()
519 struct v4l2_format *f) in vidioc_g_fmt_vid_cap()
524 static int vidioc_try_fmt(struct v4l2_format *f, struct deinterlace_fmt *fmt) in vidioc_try_fmt()
540 struct v4l2_format *f) in vidioc_try_fmt_vid_cap()
560 struct v4l2_format *f) in vidioc_try_fmt_vid_out()
578 static int vidioc_s_fmt(struct deinterlace_ctx *ctx, struct v4l2_format *f) in vidioc_s_fmt()
629 struct v4l2_format *f) in vidioc_s_fmt_vid_cap()
640 struct v4l2_format *f) in vidioc_s_fmt_vid_out()
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dcsc.h61 struct v4l2_format *src_fmt, struct v4l2_format *dst_fmt);
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c219 struct v4l2_format *f) in cedrus_g_fmt_vid_cap()
228 struct v4l2_format *f) in cedrus_g_fmt_vid_out()
237 struct v4l2_format *f) in cedrus_try_fmt_vid_cap()
258 struct v4l2_format *f) in cedrus_try_fmt_vid_out()
277 struct v4l2_format *f) in cedrus_s_fmt_vid_cap()
297 struct v4l2_format *f) in cedrus_s_fmt_vid_out()
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_metadata.c42 struct v4l2_format *format) in uvc_meta_v4l2_get_format()
60 struct v4l2_format *format) in uvc_meta_v4l2_try_format()
81 struct v4l2_format *format) in uvc_meta_v4l2_set_format()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.h333 int atomisp_get_fmt(struct video_device *vdev, struct v4l2_format *f);
336 int atomisp_try_fmt(struct video_device *vdev, struct v4l2_format *f,
339 int atomisp_set_fmt(struct video_device *vdev, struct v4l2_format *f);
340 int atomisp_set_fmt_file(struct video_device *vdev, struct v4l2_format *f);
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c28 static int32_t mtk_mdp_map_color_format(int v4l2_format) in mtk_mdp_map_color_format() argument
30 switch (v4l2_format) { in mtk_mdp_map_color_format()
43 mtk_mdp_err("Unknown format 0x%x", v4l2_format); in mtk_mdp_map_color_format()

1234567891011