Searched refs:SimpleDecodingSource (Results 1 – 10 of 10) sorted by relevance
43 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 SimpleDecodingSource133 SimpleDecodingSource::~SimpleDecodingSource() { in ~SimpleDecodingSource()138 status_t SimpleDecodingSource::start(MetaData *params) { in start()160 status_t SimpleDecodingSource::stop() { in stop()[all …]
165 "SimpleDecodingSource.cpp",
37 class SimpleDecodingSource : public MediaSource {47 static sp<SimpleDecodingSource> Create(53 static sp<SimpleDecodingSource> Create(56 virtual ~SimpleDecodingSource();75 SimpleDecodingSource(
178 sp<MediaSource> decoder = SimpleDecodingSource::Create( in main()
162 source = SimpleDecodingSource::Create(source); in onPrepare()
306 source = SimpleDecodingSource::Create(source); in onPrepare()
159 sp<MediaSource> decoder = SimpleDecodingSource::Create(encoder); in main()
198 sp<MediaSource> decoder = SimpleDecodingSource::Create(source);
204 rawSource = SimpleDecodingSource::Create( in playSource()1230 sp<MediaSource> decSource = SimpleDecodingSource::Create(mediaSource); in main()
615 sp<MediaSource> codec = SimpleDecodingSource::Create( in testSeek()