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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dplanarfunctions_unittest.cc57 // kTestingColorNum = kTestingColorChannelResolution^3;
58 static const int kTestingColorNum = kTestingColorChannelResolution * member in namespace:cricket
78 testing_color_y_.reset(new uint8[kTestingColorNum]);
79 testing_color_u_.reset(new uint8[kTestingColorNum]);
80 testing_color_v_.reset(new uint8[kTestingColorNum]);
81 testing_color_r_.reset(new uint8[kTestingColorNum]);
82 testing_color_g_.reset(new uint8[kTestingColorNum]);
83 testing_color_b_.reset(new uint8[kTestingColorNum]);
167 int color = ((i / block_size) + (j / block_size)) % kTestingColorNum;
206 kTestingColorNum;
[all...]

Completed in 258 milliseconds