HomeSort by relevance Sort by last modified time
    Searched refs:mkvparser (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/matroska/
Android.mk 8 $(TOP)/external/libvpx/mkvparser \
MatroskaExtractor.h 25 namespace mkvparser { namespace
68 mkvparser::Segment *mSegment;
MatroskaExtractor.cpp 23 #include "mkvparser.hpp"
38 struct DataSourceReader : public mkvparser::IMkvReader {
101 const mkvparser::Block *block() const;
108 const mkvparser::Cluster *mCluster;
109 const mkvparser::BlockEntry *mBlockEntry;
243 CHECK_EQ(res, mkvparser::E_BUFFER_NOT_FULL);
261 const mkvparser::Cluster *nextCluster;
318 mkvparser::Segment* const pSegment = mExtractor->mSegment;
335 const mkvparser::Cues* pCues = pSegment->GetCues();
336 const mkvparser::SeekHead* pSH = pSegment->GetSeekHead()
    [all...]
  /external/libvpx/mkvparser/
mkvparser.hpp 16 namespace mkvparser namespace
742 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
885 } //end namespace mkvparser
887 inline long mkvparser::Segment::LoadCluster()
mkvparser.cpp 9 #include "mkvparser.hpp"
15 mkvparser::IMkvReader::~IMkvReader()
19 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision)
27 long long mkvparser::ReadUInt(IMkvReader* pReader, long long pos, long& len)
98 long long mkvparser::GetUIntLength(
141 long long mkvparser::UnserializeUInt(
173 long mkvparser::UnserializeFloat(
245 long mkvparser::UnserializeInt(
288 long mkvparser::UnserializeString(
325 long mkvparser::ParseElementHeader(
460 namespace mkvparser namespace
    [all...]
  /external/libvpx/
Android.mk 5 mkvparser/mkvparser.cpp \

Completed in 151 milliseconds