Home
last modified time | relevance | path

Searched refs:DummySource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp57 class DummySource : public MediaSource { class
60 DummySource(int width, int height, int nFrames, int fps, int colorFormat) in DummySource() function in DummySource
124 virtual ~DummySource() {} in ~DummySource()
135 DummySource(const DummySource &);
136 DummySource &operator=(const DummySource &);
271 new DummySource(width, height, nFrames, frameRateFps, colorFormat); in main()
H A Drecord.cpp46 class DummySource : public MediaSource {
49 DummySource(int width, int height, int colorFormat)
108 virtual ~DummySource() {}
117 DummySource(const DummySource &);
118 DummySource &operator=(const DummySource &);
208 sp<MediaSource> decoder = new DummySource(width, height, colorFormat);