Searched refs:seekFrame (Results 1 – 2 of 2) sorted by relevance
280 int64_t seekFrame = seekTimeUs / mFrameDurationUs; in read() local281 if (seekFrame < 0 || seekFrame >= (int64_t)mOffsetVector.size()) { in read()285 mCurrentTimeUs = seekFrame * mFrameDurationUs; in read()287 mOffset = mOffsetVector.itemAt(seekFrame); in read()
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()