Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc81 testing_color_v_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
102 &(testing_color_v_[color_counter])); in InitializeColorBand()
179 *(current_v_pointer++) = testing_color_v_[color]; in CreateFakeYuvTestingImage()
226 (static_cast<uint32_t>(testing_color_v_[color1]) + in CreateFakeInterleaveYuvTestingImage()
227 static_cast<uint32_t>(testing_color_v_[color2])) / in CreateFakeInterleaveYuvTestingImage()
232 current_yuv_pointer[3] = testing_color_v_[color1]; in CreateFakeInterleaveYuvTestingImage()
252 (static_cast<uint32_t>(testing_color_v_[color1]) + in CreateFakeInterleaveYuvTestingImage()
253 static_cast<uint32_t>(testing_color_v_[color2])) / in CreateFakeInterleaveYuvTestingImage()
259 current_yuv_pointer[2] = testing_color_v_[color1]; in CreateFakeInterleaveYuvTestingImage()
303 current_uv_pointer[1] = testing_color_v_[color]; in CreateFakeNV12TestingImage()
[all …]