[go: nahoru, domu]

Searched defs:SimpleDecodingSource (Results 1 - 2 of 2) 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/
H A DSimpleDecodingSource.cpp28 #include <media/stagefright/SimpleDecodingSource.h>
37 sp<SimpleDecodingSource> SimpleDecodingSource::Create(
75 return new SimpleDecodingSource(codec, source, looper, surface != NULL, format);
89 SimpleDecodingSource::SimpleDecodingSource( function in class:SimpleDecodingSource
100 SimpleDecodingSource::~SimpleDecodingSource() {
105 status_t SimpleDecodingSource::start(MetaData *params) {
127 status_t SimpleDecodingSource
[all...]

Completed in 74 milliseconds