Home
last modified time | relevance | path

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

/external/libvpx/libwebm/
Dmkvparser.cpp4051 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime()
4052 return GetTime(pChapters, m_start_timecode); in GetStartTime()
4055 long long Chapters::Atom::GetStopTime(const Chapters* pChapters) const { in GetStopTime()
4056 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
4164 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() argument
4166 if (pChapters == NULL) in GetTime()
4169 Segment* const pSegment = pChapters->m_pSegment; in GetTime()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp4049 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime()
4050 return GetTime(pChapters, m_start_timecode); in GetStartTime()
4053 long long Chapters::Atom::GetStopTime(const Chapters* pChapters) const { in GetStopTime()
4054 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
4161 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() argument
4163 if (pChapters == NULL) in GetTime()
4166 Segment* const pSegment = pChapters->m_pSegment; in GetTime()