Home
last modified time | relevance | path

Searched refs:pChapters (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp3440 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime()
3441 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3444 long long Chapters::Atom::GetStopTime(const Chapters* pChapters) const { in GetStopTime()
3445 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3555 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() argument
3557 if (pChapters == NULL) in GetTime()
3560 Segment* const pSegment = pChapters->m_pSegment; in GetTime()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc3439 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime()
3440 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3443 long long Chapters::Atom::GetStopTime(const Chapters* pChapters) const { in GetStopTime()
3444 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3554 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() argument
3556 if (pChapters == NULL) in GetTime()
3559 Segment* const pSegment = pChapters->m_pSegment; in GetTime()