Searched refs:timeNs (Results 1 – 3 of 3) sorted by relevance
67 const mkvparser::CuePoint::TrackPosition *find(long long timeNs) const;
172 long long timeNs) const { in find()180 if (timeNs <= cp->GetTime(mExtractor->mSegment)) { in find()192 if (cueTimeNs <= timeNs) { in find()204 if (cp->GetTime(mExtractor->mSegment) > timeNs) { in find()
2679 int index, boolean render, boolean updatePTS, long timeNs); in releaseOutputBuffer() argument