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

  /external/libvpx/libvpx/third_party/libwebm/common/
webmids.h 21 kMkvDocTypeVersion = 0x4287,
  /external/libvpx/libwebm/common/
webmids.h 21 kMkvDocTypeVersion = 0x4287,
  /frameworks/av/media/libstagefright/webm/
WebmConstants.h 36 kMkvDocTypeVersion = 0x4287,
WebmElement.cpp 292 headerFields.push_back(new WebmUnsigned(kMkvDocTypeVersion, docVer));
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 108 size += EbmlElementSize(libwebm::kMkvDocTypeVersion,
133 if (!WriteEbmlElement(writer, libwebm::kMkvDocTypeVersion,
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 629 } else if (id == libwebm::kMkvDocTypeVersion) {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 635 } else if (id == libwebm::kMkvDocTypeVersion) {
    [all...]

Completed in 178 milliseconds