Searched refs:MatroskaSource (Results 1 – 2 of 2) sorted by relevance
36 struct MatroskaSource;57 friend struct MatroskaSource;
133 struct MatroskaSource : public MediaTrackHelper { struct134 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::MatroskaSource282 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 …]