class ColorSpace
Defined at line 12 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
Public Methods
void ColorSpace ()
Defined at line 76 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
void ColorSpace (PrimaryIDprimary_id,TransferIDtransfer_id,MatrixIDmatrix_id,RangeIDrange_id)
Defined at line 77 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
PrimaryID GetPrimaryID ()
Defined at line 86 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
TransferID GetTransferID ()
Defined at line 87 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
MatrixID GetMatrixID ()
Defined at line 88 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
RangeID GetRangeID ()
Defined at line 89 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
bool IsValid ()
Defined at line 91 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
bool IsHDR ()
Defined at line 97 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
bool operator== (const ColorSpace & other)
Defined at line 101 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
bool operator!= (const ColorSpace & other)
Defined at line 107 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
Enumerations
enum class PrimaryID : uint8_t
| Name | Value |
|---|---|
| INVALID | 0 |
| BT709 | 1 |
| BT470M | 2 |
| BT470BG | 3 |
| SMPTE170M | 4 |
| SMPTE240M | 5 |
| FILM | 6 |
| BT2020 | 7 |
| SMPTEST428_1 | 8 |
| SMPTEST431_2 | 9 |
| P3 | 10 |
| SMPTEST432_1 | P3 |
| EBU_3213_E | 11 |
| kMaxValue | EBU_3213_E |
Defined at line 14 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
enum class TransferID : uint8_t
| Name | Value |
|---|---|
| INVALID | 0 |
| BT709 | 1 |
| BT709_APPLE | 2 |
| GAMMA22 | 3 |
| GAMMA28 | 4 |
| SMPTE170M | 5 |
| SMPTE240M | 6 |
| LINEAR | 7 |
| LOG | 8 |
| LOG_SQRT | 9 |
| IEC61966_2_4 | 10 |
| BT1361_ECG | 11 |
| SRGB | 12 |
| BT2020_10 | 13 |
| BT2020_12 | 14 |
| PQ | 15 |
| SMPTEST428_1 | 16 |
| HLG | 17 |
| kMaxValue | HLG |
Defined at line 31 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
enum class MatrixID : uint8_t
| Name | Value |
|---|---|
| INVALID | 0 |
| RGB | 1 |
| BT709 | 2 |
| FCC | 3 |
| BT470BG | 4 |
| SMPTE170M | 5 |
| SMPTE240M | 6 |
| YCOCG | 7 |
| BT2020_NCL | 8 |
| YDZDX | 9 |
| GBR | 10 |
| kMaxValue | GBR |
Defined at line 53 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
enum class RangeID : uint8_t
| Name | Value |
|---|---|
| INVALID | 0 |
| LIMITED | 1 |
| FULL | 2 |
| DERIVED | 3 |
| kMaxValue | DERIVED |
Defined at line 68 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h