Home
last modified time | relevance | path

Searched refs:V4L2_FMT_FLAG_COMPRESSED (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec_platform.c27 .flags = V4L2_FMT_FLAG_COMPRESSED |
39 .flags = V4L2_FMT_FLAG_COMPRESSED,
50 .flags = V4L2_FMT_FLAG_COMPRESSED,
65 .flags = V4L2_FMT_FLAG_COMPRESSED |
77 .flags = V4L2_FMT_FLAG_COMPRESSED |
89 .flags = V4L2_FMT_FLAG_COMPRESSED,
100 .flags = V4L2_FMT_FLAG_COMPRESSED,
115 .flags = V4L2_FMT_FLAG_COMPRESSED |
127 .flags = V4L2_FMT_FLAG_COMPRESSED,
138 .flags = V4L2_FMT_FLAG_COMPRESSED,
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-fmt.rst147 * - ``V4L2_FMT_FLAG_COMPRESSED``
163 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to compressed
173 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
189 ``V4L2_FMT_FLAG_COMPRESSED`` flag, since this applies to
H A Dpixfmt-v4l2-mplane.rst35 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
H A Dpixfmt-v4l2.rst101 compressed data flagged with ``V4L2_FMT_FLAG_COMPRESSED`` at
H A Dhist-v4l2.rst471 ``V4L2_FMT_FLAG_COMPRESSED`` flag. The
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c109 .flags = V4L2_FMT_FLAG_COMPRESSED,
117 .flags = V4L2_FMT_FLAG_COMPRESSED,
125 .flags = V4L2_FMT_FLAG_COMPRESSED,
991 if ((mfmt->flags & V4L2_FMT_FLAG_COMPRESSED) && in vidioc_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/staging/most/video/
H A Dvideo.c263 f->flags = V4L2_FMT_FLAG_COMPRESSED; in vidioc_enum_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c929 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_cap()
956 .flags = V4L2_FMT_FLAG_COMPRESSED, in ivtv_enum_fmt_vid_out()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_driver.c277 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in zoran_enum_fmt()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-ioctl.c478 .flags = V4L2_FMT_FLAG_COMPRESSED, in cx18_enum_fmt_vid_cap()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h733 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h733 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions188 replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h794 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h796 #define V4L2_FMT_FLAG_COMPRESSED 0x0001 macro
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_v4l2.c650 fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; in uvc_ioctl_enum_fmt()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1437 flags = V4L2_FMT_FLAG_COMPRESSED; in v4l_fill_fmtdesc()