Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.h36 struct MatroskaSource;
57 friend struct MatroskaSource;
DMatroskaExtractor.cpp133 struct MatroskaSource : public MediaTrackHelper { struct
134 MatroskaSource(MatroskaExtractor *extractor, size_t index);
145 virtual ~MatroskaSource();
182 MatroskaSource(const MatroskaSource &);
183 MatroskaSource &operator=(const MatroskaSource &);
233 MatroskaSource::MatroskaSource( in MatroskaSource() function in android::MatroskaSource
282 MatroskaSource::~MatroskaSource() { in ~MatroskaSource()
286 media_status_t MatroskaSource::start() { in start()
308 media_status_t MatroskaSource::stop() { in stop()
314 media_status_t MatroskaSource::getFormat(AMediaFormat *meta) { in getFormat()
[all …]