Home
last modified time | relevance | path

Searched refs:POSITION_UNSET (Results 1 – 25 of 27) sorted by relevance

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java957 italicsStartPosition = C.POSITION_UNSET; in clear()
958 underlineStartPosition = C.POSITION_UNSET; in clear()
959 foregroundColorStartPosition = C.POSITION_UNSET; in clear()
960 backgroundColorStartPosition = C.POSITION_UNSET; in clear()
1043 if (italicsStartPosition != C.POSITION_UNSET) { in setPenAttributes()
1047 italicsStartPosition = C.POSITION_UNSET; in setPenAttributes()
1053 if (underlineStartPosition != C.POSITION_UNSET) { in setPenAttributes()
1057 underlineStartPosition = C.POSITION_UNSET; in setPenAttributes()
1068 if (foregroundColorStartPosition != C.POSITION_UNSET) { in setPenColor()
1080 if (backgroundColorStartPosition != C.POSITION_UNSET) { in setPenColor()
[all …]
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/
DDefaultOggSeeker.java110 if (position != C.POSITION_UNSET) { in read()
154 return C.POSITION_UNSET; in getNextSeekPosition()
171 return C.POSITION_UNSET; in getNextSeekPosition()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DTsBinarySearchSeeker.java91 long startOfLastPacketPosition = C.POSITION_UNSET; in searchForPcrValueInBuffer()
92 long endOfLastPacketPosition = C.POSITION_UNSET; in searchForPcrValueInBuffer()
DPsBinarySearchSeeker.java90 int startOfLastPacketPosition = C.POSITION_UNSET; in searchForScrValueInBuffer()
91 int endOfLastPacketPosition = C.POSITION_UNSET; in searchForScrValueInBuffer()
DAdtsExtractor.java114 firstFramePosition = C.POSITION_UNSET; in AdtsExtractor()
229 if (this.firstFramePosition == C.POSITION_UNSET) { in peekId3Header()
DSectionReader.java62 int payloadStartPosition = C.POSITION_UNSET; in consume()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioTimestampPoller.java236 return audioTimestamp != null ? audioTimestamp.getTimestampPositionFrames() : C.POSITION_UNSET; in getTimestampPositionFrames()
245 initialTimestampPositionFrames = C.POSITION_UNSET; in updateState()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheUtil.java255 long endOffset = length != C.LENGTH_UNSET ? positionOffset + length : C.POSITION_UNSET; in readAndDiscard()
266 if (endOffset != C.POSITION_UNSET) { in readAndDiscard()
294 endOffset != C.POSITION_UNSET in readAndDiscard()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavExtractor.java59 dataStartPosition = C.POSITION_UNSET; in WavExtractor()
60 dataEndPosition = C.POSITION_UNSET; in WavExtractor()
127 if (dataStartPosition == C.POSITION_UNSET) { in read()
136 Assertions.checkState(dataEndPosition != C.POSITION_UNSET); in read()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp3/
DSeeker.java57 return C.POSITION_UNSET; in getDataEndPosition()
DConstantBitrateSeeker.java47 return C.POSITION_UNSET; in getDataEndPosition()
DMlltSeeker.java123 return C.POSITION_UNSET; in getDataEndPosition()
DXingSeeker.java117 dataEndPosition = dataSize == C.LENGTH_UNSET ? C.POSITION_UNSET : dataStartPosition + dataSize; in XingSeeker()
DMp3Extractor.java410 if (dataEndPosition != C.POSITION_UNSET in peekEndOfStreamOrHeader()
436 long dataEndPosition = C.POSITION_UNSET; in computeSeeker()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleQueue.java639 return C.POSITION_UNSET; in discardSampleMetadataTo()
644 return C.POSITION_UNSET; in discardSampleMetadataTo()
651 return C.POSITION_UNSET; in discardSampleMetadataToRead()
658 return C.POSITION_UNSET; in discardSampleMetadataToEnd()
DBundledExtractorsAdapter.java105 return extractorInput != null ? extractorInput.getPosition() : C.POSITION_UNSET; in getCurrentInputPosition()
DSampleDataQueue.java158 if (absolutePosition == C.POSITION_UNSET) { in discardDownstreamTo()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java355 private long segmentContentPosition = C.POSITION_UNSET;
372 private long cuesContentPosition = C.POSITION_UNSET;
373 private long seekPositionAfterBuildingCues = C.POSITION_UNSET;
610 if (segmentContentPosition != C.POSITION_UNSET in startMasterElement()
619 seekEntryPosition = C.POSITION_UNSET; in startMasterElement()
631 if (seekForCuesEnabled && cuesContentPosition != C.POSITION_UNSET) { in startMasterElement()
680 if (seekEntryId == UNSET_ENTRY_ID || seekEntryPosition == C.POSITION_UNSET) { in endMasterElement()
1632 if (segmentContentPosition == C.POSITION_UNSET || durationUs == C.TIME_UNSET in buildSeekMap()
1689 if (sentSeekMap && seekPositionAfterBuildingCues != C.POSITION_UNSET) { in maybeSeekForCues()
1691 seekPositionAfterBuildingCues = C.POSITION_UNSET; in maybeSeekForCues()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DBinarySearchSeeker.java417 new TimestampSearchResult(TYPE_NO_TIMESTAMP, C.TIME_UNSET, C.POSITION_UNSET);
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/id3/
DId3Decoder.java612 startOffset = C.POSITION_UNSET; in decodeChapterFrame()
616 endOffset = C.POSITION_UNSET; in decodeChapterFrame()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java1182 if (esdsAtomPosition != C.POSITION_UNSET) { in parseAudioSampleEntry()
1283 return C.POSITION_UNSET; in findEsdsPosition()
1359 int schemeInformationBoxPosition = C.POSITION_UNSET; in parseCommonEncryptionSinfFromParent()
1384 schemeInformationBoxPosition != C.POSITION_UNSET, "schi atom is mandatory"); in parseCommonEncryptionSinfFromParent()
DMp4Extractor.java221 long secondOffset = C.POSITION_UNSET; in getSeekPoints()
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/
DPsExtractorSeekTest.java222 positionHolder.position = C.POSITION_UNSET; in seekToTimeUs()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java60 public static final int POSITION_UNSET = -1; field in C
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java436 positionHolder.position = C.POSITION_UNSET; in seekToTimeUs()

12