5#ifndef SPA_VIDEO_COLOR_TYPES_H
6#define SPA_VIDEO_COLOR_TYPES_H
11#define SPA_TYPE_INFO_VideColorRange SPA_TYPE_INFO_ENUM_BASE "VideoColorRange"
12#define SPA_TYPE_INFO_VIDEO_COLOR_RANGE_BASE SPA_TYPE_INFO_VideColorRange ":"
14static const struct spa_type_info spa_type_video_color_range[] = {
21#define SPA_TYPE_INFO_VideoColorMatrix SPA_TYPE_INFO_ENUM_BASE "VideoColorMatrix"
22#define SPA_TYPE_INFO_VIDEO_COLOR_MATRIX_BASE SPA_TYPE_INFO_VideoColorMatrix ":"
24static const struct spa_type_info spa_type_video_color_matrix[] = {
35#define SPA_TYPE_INFO_VideoTransferFunction SPA_TYPE_INFO_ENUM_BASE "VideoTransferFunction"
36#define SPA_TYPE_INFO_VIDEO_TRANSFER_FUNCTION_BASE SPA_TYPE_INFO_VideoTransferFunction ":"
38static const struct spa_type_info spa_type_video_transfer_function[] = {
59#define SPA_TYPE_INFO_VideoColorPrimaries SPA_TYPE_INFO_ENUM_BASE "VideoColorPrimaries"
60#define SPA_TYPE_INFO_VIDEO_COLOR_PRIMARIES_BASE SPA_TYPE_INFO_VideoColorPrimaries ":"
62static const struct spa_type_info spa_type_video_color_primaries[] = {
@ SPA_VIDEO_COLOR_MATRIX_FCC
FCC color matrix.
Definition color.h:40
@ SPA_VIDEO_COLOR_MATRIX_BT709
ITU BT.709 color matrix.
Definition color.h:41
@ SPA_VIDEO_COLOR_MATRIX_UNKNOWN
unknown matrix
Definition color.h:38
@ SPA_VIDEO_COLOR_MATRIX_SMPTE240M
SMTPE 240M color matrix.
Definition color.h:43
@ SPA_VIDEO_COLOR_MATRIX_BT601
ITU BT.601 color matrix.
Definition color.h:42
@ SPA_VIDEO_COLOR_MATRIX_RGB
identity matrix
Definition color.h:39
@ SPA_VIDEO_COLOR_MATRIX_BT2020
ITU-R BT.2020 color matrix.
Definition color.h:44
@ SPA_VIDEO_COLOR_RANGE_16_235
[16..235] for 8 bit components.
Definition color.h:29
@ SPA_VIDEO_COLOR_RANGE_UNKNOWN
unknown range
Definition color.h:27
@ SPA_VIDEO_COLOR_RANGE_0_255
[0..255] for 8 bit components
Definition color.h:28
@ SPA_VIDEO_COLOR_PRIMARIES_BT709
BT709 primaries.
Definition color.h:85
@ SPA_VIDEO_COLOR_PRIMARIES_UNKNOWN
unknown color primaries
Definition color.h:84
@ SPA_VIDEO_COLOR_PRIMARIES_SMPTE240M
SMPTE240M primaries.
Definition color.h:89
@ SPA_VIDEO_COLOR_PRIMARIES_BT470M
BT470M primaries.
Definition color.h:86
@ SPA_VIDEO_COLOR_PRIMARIES_ADOBERGB
Adobe RGB primaries.
Definition color.h:92
@ SPA_VIDEO_COLOR_PRIMARIES_SMPTERP431
SMPTE RP 431 primaries (ST 431-2 (2011) / DCI P3).
Definition color.h:94
@ SPA_VIDEO_COLOR_PRIMARIES_SMPTE170M
SMPTE170M primaries.
Definition color.h:88
@ SPA_VIDEO_COLOR_PRIMARIES_FILM
Generic film.
Definition color.h:90
@ SPA_VIDEO_COLOR_PRIMARIES_BT2020
BT2020 primaries.
Definition color.h:91
@ SPA_VIDEO_COLOR_PRIMARIES_SMPTEST428
SMPTE ST 428 primaries (CIE 1931 XYZ).
Definition color.h:93
@ SPA_VIDEO_COLOR_PRIMARIES_SMPTEEG432
SMPTE EG 432 primaries (ST 432-1 (2010) / P3 D65).
Definition color.h:95
@ SPA_VIDEO_COLOR_PRIMARIES_BT470BG
BT470BG primaries.
Definition color.h:87
@ SPA_VIDEO_COLOR_PRIMARIES_EBU3213
EBU 3213 primaries (JEDEC P22 phosphors).
Definition color.h:96
@ SPA_VIDEO_TRANSFER_ADOBERGB
Gamma 2.19921875.
Definition color.h:66
@ SPA_VIDEO_TRANSFER_LOG316
Logarithmic transfer characteristic 316.22777:1 range.
Definition color.h:62
@ SPA_VIDEO_TRANSFER_SRGB
Gamma 2.4 curve with a linear segment in the lower range.
Definition color.h:59
@ SPA_VIDEO_TRANSFER_SMPTE240M
Gamma 2.2 curve with a linear segment in the lower range.
Definition color.h:58
@ SPA_VIDEO_TRANSFER_GAMMA28
Gamma 2.8 curve.
Definition color.h:60
@ SPA_VIDEO_TRANSFER_GAMMA10
linear RGB, gamma 1.0 curve
Definition color.h:53
@ SPA_VIDEO_TRANSFER_BT2020_12
Gamma 2.2 curve with a linear segment in the lower range.
Definition color.h:63
@ SPA_VIDEO_TRANSFER_GAMMA22
Gamma 2.2 curve.
Definition color.h:56
@ SPA_VIDEO_TRANSFER_BT709
Gamma 2.2 curve with a linear segment in the lower range.
Definition color.h:57
@ SPA_VIDEO_TRANSFER_BT2020_10
Rec.
Definition color.h:67
@ SPA_VIDEO_TRANSFER_UNKNOWN
unknown transfer function
Definition color.h:52
@ SPA_VIDEO_TRANSFER_SMPTE2084
SMPTE ST 2084 for 10, 12, 14, and 16-bit systems.
Definition color.h:70
@ SPA_VIDEO_TRANSFER_BT601
also known as SMPTE170M / ITU-R BT1358 525 or 625 / ITU-R BT1700 NTSC Functionally the same as the va...
Definition color.h:74
@ SPA_VIDEO_TRANSFER_LOG100
Logarithmic transfer characteristic 100:1 range.
Definition color.h:61
@ SPA_VIDEO_TRANSFER_ARIB_STD_B67
Association of Radio Industries and Businesses (ARIB) STD-B67 and Rec.
Definition color.h:72
@ SPA_VIDEO_TRANSFER_GAMMA20
Gamma 2.0 curve.
Definition color.h:55
@ SPA_VIDEO_TRANSFER_GAMMA18
Gamma 1.8 curve.
Definition color.h:54
@ SPA_TYPE_Int
Definition type.h:45