HomeSort by relevance Sort by last modified time
    Searched defs:SimpleDecodingSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 18 #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> res = configure(codec, componentName)
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
SimpleDecodingSource.h 37 class SimpleDecodingSource : public MediaSource {
47 static sp<SimpleDecodingSource> Create(
53 static sp<SimpleDecodingSource> Create(
56 virtual ~SimpleDecodingSource();
75 SimpleDecodingSource(

Completed in 53 milliseconds