Searched refs:timeNs (Results 1 – 3 of 3) sorted by relevance
63 const mkvparser::CuePoint::TrackPosition *find(long long timeNs) const;
168 long long timeNs) const { in find()176 if (timeNs <= cp->GetTime(mExtractor->mSegment)) { in find()188 if (cueTimeNs <= timeNs) { in find()200 if (cp->GetTime(mExtractor->mSegment) > timeNs) { in find()
2490 int index, boolean render, boolean updatePTS, long timeNs); in releaseOutputBuffer() argument