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

  /external/libvpx/libvpx/
webmdec.cc 16 #include "third_party/libwebm/mkvparser/mkvparser.h"
17 #include "third_party/libwebm/mkvparser/mkvreader.h"
23 mkvparser::MkvReader *const reader =
24 reinterpret_cast<mkvparser::MkvReader *>(webm_ctx->reader);
28 mkvparser::Segment *const segment =
29 reinterpret_cast<mkvparser::Segment *>(webm_ctx->segment);
48 mkvparser::Segment *const segment =
49 reinterpret_cast<mkvparser::Segment *>(webm_ctx->segment);
50 const mkvparser::Cluster *const cluster = segment->GetFirst()
    [all...]
examples.mk 49 third_party/libwebm/mkvparser/mkvparser.h \
52 LIBWEBM_PARSER_SRCS = third_party/libwebm/mkvparser/mkvparser.cc \
53 third_party/libwebm/mkvparser/mkvreader.cc \
54 third_party/libwebm/mkvparser/mkvparser.h \
55 third_party/libwebm/mkvparser/mkvreader.h
  /external/libvpx/libvpx/third_party/libwebm/common/
hdr_util.h 17 namespace mkvparser { namespace
21 } // namespace mkvparser
60 bool CopyPrimaryChromaticity(const mkvparser::PrimaryChromaticity& parser_pc,
65 bool CopyMasteringMetadata(const mkvparser::MasteringMetadata& parser_mm,
70 bool CopyColour(const mkvparser::Colour& parser_colour,
hdr_util.cc 14 #include "mkvparser/mkvparser.h"
19 bool CopyPrimaryChromaticity(const mkvparser::PrimaryChromaticity& parser_pc,
29 return value != mkvparser::MasteringMetadata::kValueNotPresent;
32 bool CopyMasteringMetadata(const mkvparser::MasteringMetadata& parser_mm,
70 return value != mkvparser::Colour::kValueNotPresent;
73 bool CopyColour(const mkvparser::Colour& parser_colour,
  /external/libvpx/libvpx/third_party/libwebm/
Android.mk 12 mkvparser/mkvparser.cc \
13 mkvparser/mkvreader.cc \
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.h 21 #include "mkvparser/mkvparser.h"
64 Vector<const mkvparser::CuePoint*> mCuePoints;
66 // mHeader points to memory managed by mkvparser;
72 const mkvparser::Track* getTrack() const;
73 const mkvparser::CuePoint::TrackPosition *find(long long timeNs) const;
81 mkvparser::Segment *mSegment;
89 const mkvparser::Track *track,
95 const mkvparser::VideoTrack *vtrack,
MatroskaExtractor.cpp 46 struct DataSourceBaseReader : public mkvparser::IMkvReader {
109 const mkvparser::Block *block() const;
117 const mkvparser::Cluster *mCluster;
118 const mkvparser::BlockEntry *mBlockEntry;
168 const mkvparser::Track* MatroskaExtractor::TrackInfo::getTrack() const {
172 // This function does exactly the same as mkvparser::Cues::Find, except that it
173 // searches in our own track based vectors. We should not need this once mkvparser
175 const mkvparser::CuePoint::TrackPosition *MatroskaExtractor::TrackInfo::find(
182 const mkvparser::CuePoint* cp = mCuePoints.itemAt(0);
183 const mkvparser::Track* track = getTrack()
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.h 13 #include "mkvparser/mkvparser.h"
15 namespace mkvparser { namespace
43 } // namespace mkvparser
mkvreader.cc 8 #include "mkvparser/mkvreader.h"
14 namespace mkvparser { namespace
133 } // namespace mkvparser
mkvparser.h 13 namespace mkvparser { namespace
1012 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
1136 } // namespace mkvparser
1138 inline long mkvparser::Segment::LoadCluster() {
mkvparser.cc 8 #include "mkvparser/mkvparser.h"
30 namespace mkvparser { namespace
290 if (mkvparser::isinf(result) || mkvparser::isnan(result))
    [all...]
  /external/libvpx/libvpx/test/
test.mk 66 LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvparser.cc
67 LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvreader.cc
68 LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvparser.h
69 LIBWEBM_PARSER_SRCS += ../third_party/libwebm/mkvparser/mkvreader.h
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 13 namespace mkvparser { namespace
979 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
1103 } // namespace mkvparser
1105 inline long mkvparser::Segment::LoadCluster() {
mkvparser.cc 8 #include "mkvparser/mkvparser.h"
25 namespace mkvparser { namespace
284 if (mkvparser::isinf(result) || mkvparser::isnan(result))
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 24 namespace mkvparser { namespace
26 } // namespace mkvparser
82 bool ChunkedCopy(mkvparser::IMkvReader* source, IMkvWriter* dst, int64_t start,
    [all...]
mkvmuxer.cc 25 #include "mkvparser/mkvparser.h"
153 bool ChunkedCopy(mkvparser::IMkvReader* source, mkvmuxer::IMkvWriter* dst,
    [all...]

Completed in 669 milliseconds