Home
last modified time | relevance | path

Searched refs:RESULT_SEEK (Results 1 – 19 of 19) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractor.java41 int RESULT_SEEK = 1; field
54 @IntDef(value = {RESULT_CONTINUE, RESULT_SEEK, RESULT_END_OF_INPUT})
DBinarySearchSeeker.java257 return Extractor.RESULT_SEEK; in seekToPosition()
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/
DTsDurationReaderTest.java66 if (result == Extractor.RESULT_SEEK) { in readDuration_returnsCorrectDuration()
91 if (result == Extractor.RESULT_SEEK) { in readDuration_midStream_returnsCorrectDuration()
DPsDurationReaderTest.java61 if (result == Extractor.RESULT_SEEK) { in readDuration_returnsCorrectDuration()
82 if (result == Extractor.RESULT_SEEK) { in readDuration_midStream_returnsCorrectDuration()
DPsExtractorSeekTest.java236 if (extractorReadResult == Extractor.RESULT_SEEK) { in seekToTimeUs()
264 if (readResult == Extractor.RESULT_SEEK) { in extractSeekMapAndTracks()
289 if (readResult == Extractor.RESULT_SEEK) { in readInputFileOnce()
357 if (readResult == Extractor.RESULT_SEEK) { in extractAllSamplesFromFileToExpectedOutput()
DTsExtractorTest.java158 if (readResult == Extractor.RESULT_SEEK) { in customPesReader()
194 if (readResult == Extractor.RESULT_SEEK) { in customInitialSectionReader()
DTsExtractorSeekTest.java227 if (readResult == Extractor.RESULT_SEEK) { in readInputFileOnce()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DTsDurationReader.java130 return Extractor.RESULT_SEEK; in readFirstPcrValue()
166 return Extractor.RESULT_SEEK; in readLastPcrValue()
DPsDurationReader.java143 return Extractor.RESULT_SEEK; in readFirstScrValue()
180 return Extractor.RESULT_SEEK; in readLastScrValue()
DTsExtractor.java270 return RESULT_SEEK; in read()
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/
DExtractorTest.java35 assertThat(C.RESULT_END_OF_INPUT != Extractor.RESULT_SEEK).isTrue(); in constants()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java363 if (readResult == Extractor.RESULT_SEEK) { in extractSeekMap()
398 if (readResult == Extractor.RESULT_SEEK) { in extractAllSamplesFromFile()
451 if (extractorReadResult == Extractor.RESULT_SEEK) { in seekToTimeUs()
DExtractorAsserts.java350 if (readResult == Extractor.RESULT_SEEK) { in consumeTestData()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DInitializationChunk.java104 Assertions.checkState(result != Extractor.RESULT_SEEK); in load()
DContainerMediaChunk.java138 Assertions.checkState(result != Extractor.RESULT_SEEK); in load()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/
DStreamReader.java170 return Extractor.RESULT_SEEK; in readPayload()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMp4Extractor.java189 return RESULT_SEEK; in read()
516 return RESULT_SEEK; in readSample()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DProgressiveMediaPeriod.java1016 if (result == Extractor.RESULT_SEEK) { in load()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java471 return Extractor.RESULT_SEEK; in read()