Searched refs:is_twelve_bit (Results 1 – 1 of 1) sorted by relevance
146 const auto is_twelve_bit = static_cast<bool>(scratch); in ParseColorConfig() local147 color_config->bitdepth = is_twelve_bit ? 12 : 10; in ParseColorConfig()