Home
last modified time | relevance | path

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

/external/webrtc/api/video/test/
Dcolor_space_unittest.cc50 EXPECT_TRUE(color_space.set_range_from_uint8( in TEST()
53 EXPECT_FALSE(color_space.set_range_from_uint8(4)); in TEST()
/external/webrtc/api/video/
Dcolor_space.h162 bool set_range_from_uint8(uint8_t enum_value);
Dcolor_space.cc166 bool ColorSpace::set_range_from_uint8(uint8_t enum_value) { in set_range_from_uint8() function in webrtc::ColorSpace
/external/webrtc/modules/rtp_rtcp/source/
Drtp_header_extensions.cc585 if (!color_space->set_range_from_uint8((range_and_chroma_siting >> 4) & 0x03)) in Parse()