Searched refs:time_ns (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2280 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, argument
2282 assert(time_ns >= 0);
2300 if (time_ns <= pCP->GetTime(m_pSegment))
2311 //[ii, i) <= time_ns
2313 //[j, jj) > time_ns
2325 if (t <= time_ns)
2339 assert(pCP->GetTime(m_pSegment) <= time_ns);
2356 if (time_ns <= pCP->GetTime(m_pSegment)) {
2363 //[ii, i) <= time_ns
2365 //[j, jj) > time_ns
5169 Seek(long long time_ns, const BlockEntry*& pResult) const argument
5425 Seek(long long time_ns, const BlockEntry*& pResult) const argument
[all...]
H A Dmkvparser.hpp362 virtual long Seek(long long time_ns, const BlockEntry*&) const;
404 long Seek(long long time_ns, const BlockEntry*&) const;
729 bool Find( // lower bound of time_ns
730 long long time_ns, const Track*, const CuePoint*&,
734 bool FindNext( //upper_bound of time_ns
735 long long time_ns,
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2558 long long time_ns,
2563 assert(time_ns >= 0);
2581 if (time_ns <= pCP->GetTime(m_pSegment))
2592 //[ii, i) <= time_ns
2594 //[j, jj) > time_ns
2606 if (t <= time_ns)
2620 assert(pCP->GetTime(m_pSegment) <= time_ns);
2637 if (time_ns <= pCP->GetTime(m_pSegment))
2646 //[ii, i) <= time_ns
2648 //[j, jj) > time_ns
2557 Find( long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
5921 Seek( long long time_ns, const BlockEntry*& pResult) const argument
6232 Seek( long long time_ns, const BlockEntry*& pResult) const argument
[all...]
H A Dmkvparser.hpp404 virtual long Seek(long long time_ns, const BlockEntry*&) const;
459 long Seek(long long time_ns, const BlockEntry*&) const;
833 bool Find( //lower bound of time_ns
834 long long time_ns,
840 bool FindNext( //upper_bound of time_ns
841 long long time_ns,
/external/libvpx/libwebm/
H A Dmkvparser.cpp2282 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, argument
2284 assert(time_ns >= 0);
2302 if (time_ns <= pCP->GetTime(m_pSegment))
2313 //[ii, i) <= time_ns
2315 //[j, jj) > time_ns
2327 if (t <= time_ns)
2341 assert(pCP->GetTime(m_pSegment) <= time_ns);
2358 if (time_ns <= pCP->GetTime(m_pSegment)) {
2365 //[ii, i) <= time_ns
2367 //[j, jj) > time_ns
5172 Seek(long long time_ns, const BlockEntry*& pResult) const argument
5428 Seek(long long time_ns, const BlockEntry*& pResult) const argument
[all...]
H A Dmkvparser.hpp362 virtual long Seek(long long time_ns, const BlockEntry*&) const;
404 long Seek(long long time_ns, const BlockEntry*&) const;
729 bool Find( // lower bound of time_ns
730 long long time_ns, const Track*, const CuePoint*&,
734 bool FindNext( //upper_bound of time_ns
735 long long time_ns,

Completed in 271 milliseconds