Home
last modified time | relevance | path

Searched refs:SquareGenerator (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/
Dframe_generator.cc29 SquareGenerator::SquareGenerator(int width, in SquareGenerator() function in webrtc::test::SquareGenerator
40 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()
Dframe_generator.h35 class SquareGenerator : public FrameGeneratorInterface {
37 SquareGenerator(int width, int height, OutputType type, int num_squares);
/external/webrtc/api/test/
Dcreate_frame_generator.cc28 return std::make_unique<SquareGenerator>( in CreateSquareFrameGenerator()