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

  /external/libvpx/libvpx/third_party/libwebm/common/
webmids.h 20 kMkvDocType = 0x4282,
  /external/libvpx/libwebm/common/
webmids.h 20 kMkvDocType = 0x4282,
  /frameworks/av/media/libstagefright/webm/
WebmConstants.h 35 kMkvDocType = 0x4282,
WebmElement.cpp 291 headerFields.push_back(new WebmString(kMkvDocType, "webm"));
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 102 size += EbmlElementSize(libwebm::kMkvDocType, doc_type);
126 if (!WriteEbmlElement(writer, libwebm::kMkvDocType, doc_type))
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 621 } else if (id == libwebm::kMkvDocType) {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 622 } else if (id == libwebm::kMkvDocType) {
    [all...]

Completed in 88 milliseconds