Home
last modified time | relevance | path

Searched defs:ColorConfig (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libgav1/src/
H A Dobu_parser.h91 struct ColorConfig { struct
92 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 …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs20 pub enum ColorConfig { enum
H A Dcli.rs428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs20 pub enum ColorConfig { enum
H A Dcli.rs428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs20 pub enum ColorConfig { enum
H A Dcli.rs428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs20 pub enum ColorConfig { enum
H A Dcli.rs428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs20 pub enum ColorConfig { enum
H A Dcli.rs428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Doptions.rs60 pub enum ColorConfig { enum