Home
last modified time | relevance | path

Searched refs:SimpleDecodingSource (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp37 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create()
75 return new SimpleDecodingSource(codec, source, looper, surface != NULL, format); in Create()
89 SimpleDecodingSource::SimpleDecodingSource( in SimpleDecodingSource() function in SimpleDecodingSource
100 SimpleDecodingSource::~SimpleDecodingSource() { in ~SimpleDecodingSource()
105 status_t SimpleDecodingSource::start(MetaData *params) { in start()
127 status_t SimpleDecodingSource::stop() { in stop()
152 sp<MetaData> SimpleDecodingSource::getFormat() { in getFormat()
162 SimpleDecodingSource::ProtectedState::ProtectedState(const sp<AMessage> &format) in ProtectedState()
170 status_t SimpleDecodingSource::read( in read()
191 status_t SimpleDecodingSource::doRead( in doRead()
DAndroid.mk52 SimpleDecodingSource.cpp \
/frameworks/av/include/media/stagefright/
DSimpleDecodingSource.h37 class SimpleDecodingSource : public MediaSource {
47 static sp<SimpleDecodingSource> Create(
52 virtual ~SimpleDecodingSource();
72 SimpleDecodingSource(
/frameworks/av/cmds/stagefright/
Daudioloop.cpp131 sp<IMediaSource> decoder = SimpleDecodingSource::Create(encoder); in main()
Drecord.cpp199 sp<MediaSource> decoder = SimpleDecodingSource::Create(source);
Dstagefright.cpp192 rawSource = SimpleDecodingSource::Create(source, flags, gSurface); in playSource()
1110 sp<IMediaSource> decSource = SimpleDecodingSource::Create(mediaSource); in main()
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp181 sp<MediaSource> decoder = SimpleDecodingSource::Create( in main()
/frameworks/wilhelm/src/android/
DAacBqToPcmCbRenderer.cpp162 source = SimpleDecodingSource::Create(source); in onPrepare()
Dandroid_AudioSfDecoder.cpp302 source = SimpleDecodingSource::Create(source); in onPrepare()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp579 sp<IMediaSource> codec = SimpleDecodingSource::Create( in testSeek()