Searched refs:kTestingColorNum (Results 1 – 1 of 1) sorted by relevance
59 static const int kTestingColorNum = kTestingColorChannelResolution * variable79 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 …]