Searched refs:time_ns (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 2010 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument 2012 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find() 2025 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2046 if (t <= time_ns) in Find() 2060 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 3158 const Cluster* Segment::FindCluster(long long time_ns) const { in FindCluster() 3167 if (time_ns <= pCluster->GetTime()) in FindCluster() 3191 if (t <= time_ns) in FindCluster() 3208 assert(pCluster->GetTime() <= time_ns); in FindCluster() 4809 long Track::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument [all …]
|
D | mkvparser.hpp | 367 virtual long Seek(long long time_ns, const BlockEntry*&) const; 413 long Seek(long long time_ns, const BlockEntry*&) const; 823 long long time_ns, const Track*, const CuePoint*&,
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 2009 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument 2011 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find() 2024 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2045 if (t <= time_ns) in Find() 2059 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 3157 const Cluster* Segment::FindCluster(long long time_ns) const { in FindCluster() 3166 if (time_ns <= pCluster->GetTime()) in FindCluster() 3190 if (t <= time_ns) in FindCluster() 3207 assert(pCluster->GetTime() <= time_ns); in FindCluster() 4808 long Track::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument [all …]
|
D | mkvparser.h | 365 virtual long Seek(long long time_ns, const BlockEntry*&) const; 496 long Seek(long long time_ns, const BlockEntry*&) const; 910 long long time_ns, const Track*, const CuePoint*&,
|