Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc80 testing_color_u_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
101 &(testing_color_u_[color_counter]), in InitializeColorBand()
178 *(current_u_pointer++) = testing_color_u_[color]; in CreateFakeYuvTestingImage()
221 (static_cast<uint32_t>(testing_color_u_[color1]) + in CreateFakeInterleaveYuvTestingImage()
222 static_cast<uint32_t>(testing_color_u_[color2])) / in CreateFakeInterleaveYuvTestingImage()
230 current_yuv_pointer[1] = testing_color_u_[color1]; in CreateFakeInterleaveYuvTestingImage()
247 (static_cast<uint32_t>(testing_color_u_[color1]) + in CreateFakeInterleaveYuvTestingImage()
248 static_cast<uint32_t>(testing_color_u_[color2])) / in CreateFakeInterleaveYuvTestingImage()
257 current_yuv_pointer[0] = testing_color_u_[color1]; in CreateFakeInterleaveYuvTestingImage()
302 current_uv_pointer[0] = testing_color_u_[color]; in CreateFakeNV12TestingImage()
[all …]