Searched refs:testing_color_y_ (Results 1 – 1 of 1) sorted by relevance
79 testing_color_y_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()100 &(testing_color_y_[color_counter]), in InitializeColorBand()175 *(current_y_pointer++) = testing_color_y_[color]; in CreateFakeYuvTestingImage()218 current_yuv_pointer[0] = testing_color_y_[color1]; in CreateFakeInterleaveYuvTestingImage()224 current_yuv_pointer[2] = testing_color_y_[color2]; in CreateFakeInterleaveYuvTestingImage()250 current_yuv_pointer[1] = testing_color_y_[color1]; in CreateFakeInterleaveYuvTestingImage()255 current_yuv_pointer[3] = testing_color_y_[color2]; in CreateFakeInterleaveYuvTestingImage()258 current_yuv_pointer[1] = testing_color_y_[color1]; in CreateFakeInterleaveYuvTestingImage()296 *(current_y_pointer++) = testing_color_y_[color]; in CreateFakeNV12TestingImage()333 *(current_m420_pointer++) = testing_color_y_[color]; in CreateFakeM420TestingImage()[all …]