Searched defs:SimpleDecodingSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h37 class SimpleDecodingSource : public MediaSource { class in namespace:android
47 static sp<SimpleDecodingSource> Create(
52 virtual ~SimpleDecodingSource();
72 SimpleDecodingSource(
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleDecodingSource.h37 class SimpleDecodingSource : public MediaSource { class in namespace:android
47 static sp<SimpleDecodingSource> Create(
52 virtual ~SimpleDecodingSource();
72 SimpleDecodingSource(
/frameworks/av/media/libstagefright/include/
H A DSimpleDecodingSource.h37 class SimpleDecodingSource : public MediaSource { class in namespace:android
47 static sp<SimpleDecodingSource> Create(
52 virtual ~SimpleDecodingSource();
72 SimpleDecodingSource(
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp29 #include <media/stagefright/SimpleDecodingSource.h>
38 sp<SimpleDecodingSource> SimpleDecodingSource::Create(
78 return new SimpleDecodingSource(codec, source, looper,
95 SimpleDecodingSource::SimpleDecodingSource( function in class:SimpleDecodingSource
107 SimpleDecodingSource::~SimpleDecodingSource() {
112 status_t SimpleDecodingSource::start(MetaData *params) {
134 status_t SimpleDecodingSource
[all...]

Completed in 109 milliseconds