Searched refs:seekFrame (Results 1 – 2 of 2) sorted by relevance
282 int64_t seekFrame = seekTimeUs / mFrameDurationUs; in read() local283 if (seekFrame < 0 || seekFrame >= (int64_t)mOffsetVector.size()) { in read()287 mCurrentTimeUs = seekFrame * mFrameDurationUs; in read()289 mOffset = mOffsetVector.itemAt(seekFrame); in read()
288 int64_t seekFrame = seekTimeUs / 20000ll; // 20ms per frame. in read() local289 mCurrentTimeUs = seekFrame * 20000ll; in read()291 size_t index = seekFrame < 0 ? 0 : seekFrame / 50; in read()298 for (size_t i = 0; i< seekFrame - index * 50; i++) { in read()