Searched refs:set_transfer_from_uint8 (Results 1 – 4 of 4) sorted by relevance
30 EXPECT_TRUE(color_space.set_transfer_from_uint8( in TEST()33 EXPECT_FALSE(color_space.set_transfer_from_uint8(3)); in TEST()34 EXPECT_FALSE(color_space.set_transfer_from_uint8(19)); in TEST()35 EXPECT_FALSE(color_space.set_transfer_from_uint8(128)); in TEST()
160 bool set_transfer_from_uint8(uint8_t enum_value);
138 bool ColorSpace::set_transfer_from_uint8(uint8_t enum_value) { in set_transfer_from_uint8() function in webrtc::ColorSpace
579 if (!color_space->set_transfer_from_uint8(data[offset++])) in Parse()