Searched refs:seekTimeUs (Results 1 – 3 of 3) sorted by relevance
101 int64_t seekTimeUs = 10 * CONVERSION_FACTOR_SEC_TO_MICROSEC; in main() local109 if (seekTimeUs >= 0) { in main()110 options.setSeekTo(seekTimeUs, in main()
38 public SeekTestPlayerListener(int numOfSeekIteration, long seekTimeUs, in SeekTestPlayerListener() argument42 this.mSeekTimeUs = seekTimeUs; in SeekTestPlayerListener()
1138 private void checkNumFramesTimestamp(long seekTimeUs, long offsetTimeUs, int numFrames, in checkNumFramesTimestamp() argument1142 extractorSrc.seekTo(seekTimeUs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkNumFramesTimestamp()1143 extractorTest.seekTo(seekTimeUs + offsetTimeUs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in checkNumFramesTimestamp()