Searched refs:testing_color_g_ (Results 1 – 1 of 1) sorted by relevance
83 testing_color_g_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()96 testing_color_g_[color_counter] = color_g; in InitializeColorBand()380 *(current_pointer++) = testing_color_g_[color]; in CreateFakeArgbTestingImage()393 *(current_pointer++) = testing_color_g_[color]; in CreateFakeArgbTestingImage()407 *(current_pointer++) = testing_color_g_[color]; in CreateFakeArgbTestingImage()419 *(current_pointer++) = testing_color_g_[color]; in CreateFakeArgbTestingImage()431 *(current_pointer++) = testing_color_g_[color]; in CreateFakeArgbTestingImage()493 rtc::scoped_ptr<uint8_t[]> testing_color_g_; member in cricket::PlanarFunctionsTest