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

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp59 class DummySource : public MediaSource { class in inherits:MediaSource
62 DummySource(int width, int height, int nFrames, int fps, int colorFormat) function in class:DummySource
126 virtual ~DummySource() {}
137 DummySource(const DummySource &);
138 DummySource &operator=(const DummySource &);
273 new DummySource(width, height, nFrames, frameRateFps, colorFormat);

Completed in 1245 milliseconds