Searched refs:testing_color_b_ (Results 1 – 1 of 1) sorted by relevance
84 testing_color_b_.reset(new uint8_t[kTestingColorNum]); in InitializeColorBand()97 testing_color_b_[color_counter] = color_b; in InitializeColorBand()379 *(current_pointer++) = testing_color_b_[color]; in CreateFakeArgbTestingImage()394 *(current_pointer++) = testing_color_b_[color]; in CreateFakeArgbTestingImage()408 *(current_pointer++) = testing_color_b_[color]; in CreateFakeArgbTestingImage()418 *(current_pointer++) = testing_color_b_[color]; in CreateFakeArgbTestingImage()432 *(current_pointer++) = testing_color_b_[color]; in CreateFakeArgbTestingImage()494 rtc::scoped_ptr<uint8_t[]> testing_color_b_; member in cricket::PlanarFunctionsTest