Searched defs:ColorConfig (Results 1 – 1 of 1) sorted by relevance
91 struct ColorConfig { struct92 int8_t bitdepth;93 bool is_monochrome;94 ColorPrimary color_primary;95 TransferCharacteristics transfer_characteristics;96 MatrixCoefficients matrix_coefficients;101 ColorRange color_range;102 int8_t subsampling_x;103 int8_t subsampling_y;104 ChromaSamplePosition chroma_sample_position;[all …]