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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 916 Chapters* m_pChapters;
mkvparser.cpp 607 m_pChapters(NULL),
631 delete m_pChapters;
898 if (m_pChapters == NULL) {
899 m_pChapters = new (std::nothrow)
902 if (m_pChapters == NULL)
905 const long status = m_pChapters->Parse();
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 1046 Chapters* m_pChapters;
mkvparser.cpp 704 m_pChapters(NULL),
733 delete m_pChapters;
1038 if (m_pChapters == NULL)
1040 m_pChapters = new (std::nothrow) Chapters(
1047 if (m_pChapters == NULL)
1050 const long status = m_pChapters->Parse();
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 916 Chapters* m_pChapters;
mkvparser.cpp 609 m_pChapters(NULL),
633 delete m_pChapters;
900 if (m_pChapters == NULL) {
901 m_pChapters = new (std::nothrow)
904 if (m_pChapters == NULL)
907 const long status = m_pChapters->Parse();
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 1046 Chapters* m_pChapters;
mkvparser.cpp 704 m_pChapters(NULL),
733 delete m_pChapters;
1038 if (m_pChapters == NULL)
1040 m_pChapters = new (std::nothrow) Chapters(
1047 if (m_pChapters == NULL)
1050 const long status = m_pChapters->Parse();
    [all...]

Completed in 50 milliseconds