Home
last modified time | relevance | path

Searched refs:V4L2_META_FMT_UVC (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_metadata.c74 ? fmeta : V4L2_META_FMT_UVC; in uvc_meta_v4l2_try_format()
125 fdesc->pixelformat = index ? dev->info->meta_format : V4L2_META_FMT_UVC; in uvc_meta_v4l2_enum_formats()
165 stream->meta.format = V4L2_META_FMT_UVC; in uvc_meta_register()
H A Duvc_video.c1293 if (stream->meta.format == V4L2_META_FMT_UVC) in uvc_video_decode_meta()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-meta-cap.c144 f->pixelformat = V4L2_META_FMT_UVC; in vidioc_enum_fmt_meta_cap()
157 meta->dataformat = V4L2_META_FMT_UVC; in vidioc_g_fmt_meta_cap()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-uvc.rst6 V4L2_META_FMT_UVC ('UVCH')
H A Dpixfmt-meta-d4xx.rst25 V4L2_META_FMT_UVC with the only difference, that it also includes proprietary
/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.h712 #define V4L2_META_FMT_UVC v4l2_fourcc('U', 'V', 'C', 'H') /* UVC Payload Header metadata */ 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.h712 #define V4L2_META_FMT_UVC v4l2_fourcc('U', 'V', 'C', 'H') /* UVC Payload Header metadata */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h770 #define V4L2_META_FMT_UVC v4l2_fourcc('U', 'V', 'C', 'H') /* UVC Payload Header metadata */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h772 #define V4L2_META_FMT_UVC v4l2_fourcc('U', 'V', 'C', 'H') /* UVC Payload Header metadata */ macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1431 case V4L2_META_FMT_UVC: descr = "UVC Payload Header Metadata"; break; in v4l_fill_fmtdesc()