Home
last modified time | relevance | path

Searched refs:m_pChapters (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp995 Chapters* m_pChapters; member in mkvparser::Segment
Dmkvparser.cpp674 m_pChapters(NULL), in Segment()
697 delete m_pChapters; in ~Segment()
983 if (m_pChapters == NULL) { in ParseHeaders()
984 m_pChapters = new (std::nothrow) in ParseHeaders()
987 if (m_pChapters == NULL) in ParseHeaders()
990 const long status = m_pChapters->Parse(); in ParseHeaders()
3216 const Chapters* Segment::GetChapters() const { return m_pChapters; } in GetChapters()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc673 m_pChapters(NULL), in Segment()
696 delete m_pChapters; in ~Segment()
982 if (m_pChapters == NULL) { in ParseHeaders()
983 m_pChapters = new (std::nothrow) in ParseHeaders()
986 if (m_pChapters == NULL) in ParseHeaders()
989 const long status = m_pChapters->Parse(); in ParseHeaders()
3215 const Chapters* Segment::GetChapters() const { return m_pChapters; } in GetChapters()
Dmkvparser.h1082 Chapters* m_pChapters; variable