Searched defs:MIN_SEEK_DURATION_US (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DRecordingSampleBuffer.java71 static final long MIN_SEEK_DURATION_US = TimeUnit.MILLISECONDS.toMicros(500); field in class:RecordingSampleBuffer
76 static final long RECORDING_CHUNK_DURATION_US = MIN_SEEK_DURATION_US * 1200; // 10 minutes
211 && queue.isDurationGreaterThan(MIN_SEEK_DURATION_US)) {
306 createdTimeMs + TimeUnit.MICROSECONDS.toMillis(MIN_SEEK_DURATION_US));

Completed in 29 milliseconds