Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp43 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create()
45 return SimpleDecodingSource::Create(source, flags, nullptr, nullptr); in Create()
49 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create()
72 -> sp<SimpleDecodingSource> { in Create()
82 return new SimpleDecodingSource(codec, source, looper, in Create()
108 sp<SimpleDecodingSource> res = configure(codec, componentName); in Create()
121 SimpleDecodingSource::SimpleDecodingSource( in SimpleDecodingSource() function in SimpleDecodingSource
133 SimpleDecodingSource::~SimpleDecodingSource() { in ~SimpleDecodingSource()
138 status_t SimpleDecodingSource::start(MetaData *params) { in start()
160 status_t SimpleDecodingSource::stop() { in stop()
[all …]
DAndroid.bp165 "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.cpp204 rawSource = SimpleDecodingSource::Create( in playSource()
1230 sp<MediaSource> decSource = SimpleDecodingSource::Create(mediaSource); in main()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp615 sp<MediaSource> codec = SimpleDecodingSource::Create( in testSeek()