Searched refs:time_ns (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 2282 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument 2284 assert(time_ns >= 0); in Find() 2302 if (time_ns <= pCP->GetTime(m_pSegment)) in Find() 2327 if (t <= time_ns) in Find() 2341 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find() 2358 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2377 if (t <= time_ns) in Find() 2391 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find() 2408 long long time_ns, 2442 if (t <= time_ns) [all …]
|
D | mkvparser.hpp | 362 virtual long Seek(long long time_ns, const BlockEntry*&) const; 404 long Seek(long long time_ns, const BlockEntry*&) const; 730 long long time_ns, const Track*, const CuePoint*&, 735 long long time_ns,
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 2280 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument 2282 assert(time_ns >= 0); in Find() 2300 if (time_ns <= pCP->GetTime(m_pSegment)) in Find() 2325 if (t <= time_ns) in Find() 2339 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find() 2356 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2375 if (t <= time_ns) in Find() 2389 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find() 2406 long long time_ns, 2440 if (t <= time_ns) [all …]
|
D | mkvparser.hpp | 362 virtual long Seek(long long time_ns, const BlockEntry*&) const; 404 long Seek(long long time_ns, const BlockEntry*&) const; 730 long long time_ns, const Track*, const CuePoint*&, 735 long long time_ns,
|