HomeSort by relevance Sort by last modified time
    Searched refs:DummySource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/stagefright/
recordvideo.cpp 52 class DummySource : public MediaSource {
55 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
119 virtual ~DummySource() {}
130 DummySource(const DummySource &);
131 DummySource &operator=(const DummySource &);
269 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
record.cpp 42 class DummySource : public MediaSource {
45 DummySource(int width, int height, int colorFormat)
84 // printf("DummySource::read\n");
98 // printf("DummySource::read - returning buffer\n");
99 // ALOGI("DummySource::read - returning buffer");
104 virtual ~DummySource() {}
113 DummySource(const DummySource &);
114 DummySource &operator=(const DummySource &)
    [all...]

Completed in 123 milliseconds