Searched refs:SquareGenerator (Results 1 – 3 of 3) sorted by relevance
29 SquareGenerator::SquareGenerator(int width, in SquareGenerator() function in webrtc::test::SquareGenerator40 void SquareGenerator::ChangeResolution(size_t width, size_t height) { in ChangeResolution()48 rtc::scoped_refptr<I420Buffer> SquareGenerator::CreateI420Buffer(int width, in CreateI420Buffer()59 FrameGeneratorInterface::VideoFrameData SquareGenerator::NextFrame() { in NextFrame()100 SquareGenerator::Square::Square(int width, int height, int seed) in Square()110 void SquareGenerator::Square::Draw( in Draw()
35 class SquareGenerator : public FrameGeneratorInterface {37 SquareGenerator(int width, int height, OutputType type, int num_squares);
28 return std::make_unique<SquareGenerator>( in CreateSquareFrameGenerator()