Searched refs:DummySource (Results 1 - 2 of 2) 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);
H A Drecord.cpp44 class DummySource : public MediaSource {
47 DummySource(int width, int height, int colorFormat)
86 // printf("DummySource::read\n");
100 // printf("DummySource::read - returning buffer\n");
101 // ALOGI("DummySource::read - returning buffer");
106 virtual ~DummySource() {}
115 DummySource(const DummySource &);
116 DummySource &operator=(const DummySource
[all...]

Completed in 456 milliseconds