OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V4L2_COLORSPACE_REC709
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/
videodev2.h
84
V4L2_COLORSPACE_REC709
= 3,
95
#define V4L2_MAP_COLORSPACE_DEFAULT(is_sdtv,is_hdtv) ((is_sdtv) ? V4L2_COLORSPACE_SMPTE170M : ((is_hdtv) ?
V4L2_COLORSPACE_REC709
: V4L2_COLORSPACE_SRGB))
122
#define V4L2_MAP_YCBCR_ENC_DEFAULT(colsp) (((colsp) ==
V4L2_COLORSPACE_REC709
|| (colsp) == V4L2_COLORSPACE_DCI_P3) ? V4L2_YCBCR_ENC_709 : ((colsp) == V4L2_COLORSPACE_BT2020 ? V4L2_YCBCR_ENC_BT2020 : ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_YCBCR_ENC_SMPTE240M : V4L2_YCBCR_ENC_601)))
[
all
...]
/device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h
81
V4L2_COLORSPACE_REC709
= 3,
92
#define V4L2_MAP_COLORSPACE_DEFAULT(is_sdtv,is_hdtv) ((is_sdtv) ? V4L2_COLORSPACE_SMPTE170M : ((is_hdtv) ?
V4L2_COLORSPACE_REC709
: V4L2_COLORSPACE_SRGB))
115
#define V4L2_MAP_YCBCR_ENC_DEFAULT(colsp) (((colsp) ==
V4L2_COLORSPACE_REC709
|| (colsp) == V4L2_COLORSPACE_DCI_P3) ? V4L2_YCBCR_ENC_709 : ((colsp) == V4L2_COLORSPACE_BT2020 ? V4L2_YCBCR_ENC_BT2020 : ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_YCBCR_ENC_SMPTE240M : V4L2_YCBCR_ENC_601)))
[
all
...]
/device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h
195
V4L2_COLORSPACE_REC709
= 3,
245
((is_hdtv) ?
V4L2_COLORSPACE_REC709
: V4L2_COLORSPACE_SRGB))
253
* V4L2_COLORSPACE_470_SYSTEM_BG,
V4L2_COLORSPACE_REC709
and
297
*
V4L2_COLORSPACE_REC709
and V4L2_COLORSPACE_DCI_P3: V4L2_YCBCR_ENC_709
339
(((colsp) ==
V4L2_COLORSPACE_REC709
|| \
[
all
...]
/device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h
81
V4L2_COLORSPACE_REC709
= 3,
92
#define V4L2_MAP_COLORSPACE_DEFAULT(is_sdtv,is_hdtv) ((is_sdtv) ? V4L2_COLORSPACE_SMPTE170M : ((is_hdtv) ?
V4L2_COLORSPACE_REC709
: V4L2_COLORSPACE_SRGB))
115
#define V4L2_MAP_YCBCR_ENC_DEFAULT(colsp) (((colsp) ==
V4L2_COLORSPACE_REC709
|| (colsp) == V4L2_COLORSPACE_DCI_P3) ? V4L2_YCBCR_ENC_709 : ((colsp) == V4L2_COLORSPACE_BT2020 ? V4L2_YCBCR_ENC_BT2020 : ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_YCBCR_ENC_SMPTE240M : V4L2_YCBCR_ENC_601)))
[
all
...]
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h
195
V4L2_COLORSPACE_REC709
= 3,
245
((is_hdtv) ?
V4L2_COLORSPACE_REC709
: V4L2_COLORSPACE_SRGB))
253
* V4L2_COLORSPACE_470_SYSTEM_BG,
V4L2_COLORSPACE_REC709
and
297
*
V4L2_COLORSPACE_REC709
and V4L2_COLORSPACE_DCI_P3: V4L2_YCBCR_ENC_709
339
(((colsp) ==
V4L2_COLORSPACE_REC709
|| \
[
all
...]
/external/kernel-headers/original/uapi/linux/
videodev2.h
199
V4L2_COLORSPACE_REC709
= 3,
249
((is_hdtv) ?
V4L2_COLORSPACE_REC709
: V4L2_COLORSPACE_SRGB))
257
* V4L2_COLORSPACE_470_SYSTEM_BG,
V4L2_COLORSPACE_REC709
and
301
*
V4L2_COLORSPACE_REC709
and V4L2_COLORSPACE_DCI_P3: V4L2_YCBCR_ENC_709
358
(((colsp) ==
V4L2_COLORSPACE_REC709
|| \
[
all
...]
Completed in 288 milliseconds