Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc59 static const int kTestingColorNum = kTestingColorChannelResolution * variable
79 testing_color_y_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
80 testing_color_u_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
81 testing_color_v_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
82 testing_color_r_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
83 testing_color_g_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
84 testing_color_b_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()
174 int color = ((i / block_size) + (j / block_size)) % kTestingColorNum; in CreateFakeYuvTestingImage()
215 kTestingColorNum; in CreateFakeInterleaveYuvTestingImage()
217 kTestingColorNum; in CreateFakeInterleaveYuvTestingImage()
[all …]