Searched refs:set_chroma_siting_horizontal_from_uint8 (Results 1 – 4 of 4) sorted by relevance
58 EXPECT_TRUE(color_space.set_chroma_siting_horizontal_from_uint8( in TEST()62 EXPECT_FALSE(color_space.set_chroma_siting_horizontal_from_uint8(3)); in TEST()
163 bool set_chroma_siting_horizontal_from_uint8(uint8_t enum_value);
174 bool ColorSpace::set_chroma_siting_horizontal_from_uint8(uint8_t enum_value) { in set_chroma_siting_horizontal_from_uint8() function in webrtc::ColorSpace
587 if (!color_space->set_chroma_siting_horizontal_from_uint8( in Parse()