Searched defs:SimpleDecodingSource (Results 1 - 3 of 3) 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(
53 static sp<SimpleDecodingSource> Create(
56 virtual ~SimpleDecodingSource();
75 SimpleDecodingSource(
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSimpleDecodingSource.h37 class SimpleDecodingSource : public MediaSource { class in namespace:android
47 static sp<SimpleDecodingSource> Create(
53 static sp<SimpleDecodingSource> Create(
56 virtual ~SimpleDecodingSource();
75 SimpleDecodingSource(
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp18 #define LOG_TAG "SimpleDecodingSource"
33 #include <media/stagefright/SimpleDecodingSource.h>
42 sp<SimpleDecodingSource> SimpleDecodingSource::Create(
44 return SimpleDecodingSource::Create(source, flags, nullptr, nullptr);
48 sp<SimpleDecodingSource> SimpleDecodingSource::Create(
71 -> sp<SimpleDecodingSource> {
81 return new SimpleDecodingSource(codec, source, looper,
107 sp<SimpleDecodingSource> re
120 SimpleDecodingSource::SimpleDecodingSource( function in class:SimpleDecodingSource
[all...]

Completed in 49 milliseconds