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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 65 long long m_docTypeVersion;
mkvparser.cpp 487 m_docTypeVersion = 1;
657 m_docTypeVersion = UnserializeUInt(pReader, pos, size);
659 if (m_docTypeVersion <= 0)
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 62 long long m_docTypeVersion;
mkvparser.cpp 507 m_docTypeVersion = 1;
631 m_docTypeVersion = UnserializeUInt(pReader, pos, size);
633 if (m_docTypeVersion <= 0)
649 if (m_docType == NULL || m_docTypeReadVersion <= 0 || m_docTypeVersion <= 0)
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 60 long long m_docTypeVersion;
mkvparser.cc 505 m_docTypeVersion = 1;
630 m_docTypeVersion = UnserializeUInt(pReader, pos, size);
632 if (m_docTypeVersion <= 0)
648 if (m_docType == NULL || m_docTypeReadVersion <= 0 || m_docTypeVersion <= 0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 65 long long m_docTypeVersion;
mkvparser.cpp 496 m_docTypeVersion = 1;
666 m_docTypeVersion = UnserializeUInt(pReader, pos, size);
668 if (m_docTypeVersion <= 0)
    [all...]

Completed in 94 milliseconds