Lines Matching refs:time_ns
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
4823 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
4835 assert(pCluster->GetTime() <= time_ns); in Seek()
4858 if (t <= time_ns) in Seek()
4873 assert(pCluster->GetTime() <= time_ns); in Seek()
5317 long VideoTrack::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument
5332 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
5344 assert(pCluster->GetTime() <= time_ns); in Seek()
5367 if (t <= time_ns) in Seek()
5381 assert(pCluster->GetTime() <= time_ns); in Seek()
5383 pResult = pCluster->GetEntry(this, time_ns); in Seek()
5391 assert(pCluster->GetTime() <= time_ns); in Seek()
5393 pResult = pCluster->GetEntry(this, time_ns); in Seek()
7289 long long time_ns) const { in GetEntry()
7330 if (time_ns < 0) // just want first candidate block in GetEntry()
7335 if (ns > time_ns) in GetEntry()
7339 } else if (time_ns >= 0) { in GetEntry()
7342 if (ns > time_ns) in GetEntry()