Searched refs:SimpleDecodingSource (Results 1 – 10 of 10) sorted by relevance
42 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 SimpleDecodingSource132 SimpleDecodingSource::~SimpleDecodingSource() { in ~SimpleDecodingSource()137 status_t SimpleDecodingSource::start(MetaData *params) { in start()159 status_t SimpleDecodingSource::stop() { in stop()[all …]
132 "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);
197 rawSource = SimpleDecodingSource::Create( in playSource()1131 sp<MediaSource> decSource = SimpleDecodingSource::Create(mediaSource); in main()
615 sp<MediaSource> codec = SimpleDecodingSource::Create( in testSeek()