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

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp51 class DummySource : public MediaSource { class in inherits:MediaSource
54 DummySource(int width, int height, int nFrames, int fps, int colorFormat) function in class:DummySource
114 virtual ~DummySource() {}
125 DummySource(const DummySource &);
126 DummySource &operator=(const DummySource &);
264 new DummySource(width, height, nFrames, frameRateFps, colorFormat);

Completed in 70 milliseconds