Home
last modified time | relevance | path

Searched refs:MatroskaSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp123 struct MatroskaSource : public MediaSource { struct
124 MatroskaSource(
136 virtual ~MatroskaSource();
160 MatroskaSource(const MatroskaSource &);
161 MatroskaSource &operator=(const MatroskaSource &);
211 MatroskaSource::MatroskaSource( in MatroskaSource() function in android::MatroskaSource
251 MatroskaSource::~MatroskaSource() { in ~MatroskaSource()
255 status_t MatroskaSource::start(MetaData * /* params */) { in start()
265 status_t MatroskaSource::stop() { in stop()
271 sp<MetaData> MatroskaSource::getFormat() { in getFormat()
[all …]
DMatroskaExtractor.h34 struct MatroskaSource;
56 friend struct MatroskaSource;