Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp42 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create()
44 return SimpleDecodingSource::Create(source, flags, nullptr, nullptr); in Create()
48 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create()
71 -> sp<SimpleDecodingSource> { in Create()
81 return new SimpleDecodingSource(codec, source, looper, in Create()
107 sp<SimpleDecodingSource> res = configure(codec, componentName); in Create()
120 SimpleDecodingSource::SimpleDecodingSource( in SimpleDecodingSource() function in SimpleDecodingSource
132 SimpleDecodingSource::~SimpleDecodingSource() { in ~SimpleDecodingSource()
137 status_t SimpleDecodingSource::start(MetaData *params) { in start()
159 status_t SimpleDecodingSource::stop() { in stop()
[all …]
DAndroid.bp132 "SimpleDecodingSource.cpp",
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h37 class SimpleDecodingSource : public MediaSource {
47 static sp<SimpleDecodingSource> Create(
53 static sp<SimpleDecodingSource> Create(
56 virtual ~SimpleDecodingSource();
75 SimpleDecodingSource(
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp178 sp<MediaSource> decoder = SimpleDecodingSource::Create( in main()
/frameworks/wilhelm/src/android/
DAacBqToPcmCbRenderer.cpp162 source = SimpleDecodingSource::Create(source); in onPrepare()
Dandroid_AudioSfDecoder.cpp306 source = SimpleDecodingSource::Create(source); in onPrepare()
/frameworks/av/cmds/stagefright/
Daudioloop.cpp159 sp<MediaSource> decoder = SimpleDecodingSource::Create(encoder); in main()
Drecord.cpp198 sp<MediaSource> decoder = SimpleDecodingSource::Create(source);
Dstagefright.cpp197 rawSource = SimpleDecodingSource::Create( in playSource()
1131 sp<MediaSource> decSource = SimpleDecodingSource::Create(mediaSource); in main()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp615 sp<MediaSource> codec = SimpleDecodingSource::Create( in testSeek()