Searched refs:seekFrame (Results 1 – 2 of 2) sorted by relevance
286 int64_t seekFrame = seekTimeUs / 20000LL; // 20ms per frame. in read() local287 mCurrentTimeUs = seekFrame * 20000LL; in read()289 size_t index = seekFrame < 0 ? 0 : seekFrame / 50; in read()296 for (size_t i = 0; i< seekFrame - index * 50; i++) { in read()
278 int64_t seekFrame = seekTimeUs / mFrameDurationUs; in read() local279 if (seekFrame < 0 || seekFrame >= (int64_t)mOffsetVector.size()) { in read()283 mCurrentTimeUs = seekFrame * mFrameDurationUs; in read()285 mOffset = mOffsetVector.itemAt(seekFrame); in read()