Searched defs:DummySource (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp52 class DummySource : public MediaSource { class in inherits:MediaSource
55 DummySource(int width, int height, int nFrames, int fps, int colorFormat) function in class:DummySource
119 virtual ~DummySource() {}
130 DummySource(const DummySource &);
131 DummySource &operator=(const DummySource &);
269 new DummySource(width, height, nFrames, frameRateFps, colorFormat);

Completed in 36 milliseconds