Home
last modified time | relevance | path

Searched refs:set_chroma_siting_horizontal_from_uint8 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/video/test/
Dcolor_space_unittest.cc58 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()
/external/webrtc/api/video/
Dcolor_space.h163 bool set_chroma_siting_horizontal_from_uint8(uint8_t enum_value);
Dcolor_space.cc174 bool ColorSpace::set_chroma_siting_horizontal_from_uint8(uint8_t enum_value) { in set_chroma_siting_horizontal_from_uint8() function in webrtc::ColorSpace
/external/webrtc/modules/rtp_rtcp/source/
Drtp_header_extensions.cc587 if (!color_space->set_chroma_siting_horizontal_from_uint8( in Parse()