/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/ |
D | Cea708Decoder.java | 957 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/ |
D | DefaultOggSeeker.java | 110 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/ |
D | TsBinarySearchSeeker.java | 91 long startOfLastPacketPosition = C.POSITION_UNSET; in searchForPcrValueInBuffer() 92 long endOfLastPacketPosition = C.POSITION_UNSET; in searchForPcrValueInBuffer()
|
D | PsBinarySearchSeeker.java | 90 int startOfLastPacketPosition = C.POSITION_UNSET; in searchForScrValueInBuffer() 91 int endOfLastPacketPosition = C.POSITION_UNSET; in searchForScrValueInBuffer()
|
D | AdtsExtractor.java | 114 firstFramePosition = C.POSITION_UNSET; in AdtsExtractor() 229 if (this.firstFramePosition == C.POSITION_UNSET) { in peekId3Header()
|
D | SectionReader.java | 62 int payloadStartPosition = C.POSITION_UNSET; in consume()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | AudioTimestampPoller.java | 236 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/ |
D | CacheUtil.java | 255 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/ |
D | WavExtractor.java | 59 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/ |
D | Seeker.java | 57 return C.POSITION_UNSET; in getDataEndPosition()
|
D | ConstantBitrateSeeker.java | 47 return C.POSITION_UNSET; in getDataEndPosition()
|
D | MlltSeeker.java | 123 return C.POSITION_UNSET; in getDataEndPosition()
|
D | XingSeeker.java | 117 dataEndPosition = dataSize == C.LENGTH_UNSET ? C.POSITION_UNSET : dataStartPosition + dataSize; in XingSeeker()
|
D | Mp3Extractor.java | 410 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/ |
D | SampleQueue.java | 639 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()
|
D | BundledExtractorsAdapter.java | 105 return extractorInput != null ? extractorInput.getPosition() : C.POSITION_UNSET; in getCurrentInputPosition()
|
D | SampleDataQueue.java | 158 if (absolutePosition == C.POSITION_UNSET) { in discardDownstreamTo()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | MatroskaExtractor.java | 355 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/ |
D | BinarySearchSeeker.java | 417 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/ |
D | Id3Decoder.java | 612 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/ |
D | AtomParsers.java | 1182 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()
|
D | Mp4Extractor.java | 221 long secondOffset = C.POSITION_UNSET; in getSeekPoints()
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/ |
D | PsExtractorSeekTest.java | 222 positionHolder.position = C.POSITION_UNSET; in seekToTimeUs()
|
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/ |
D | C.java | 60 public static final int POSITION_UNSET = -1; field in C
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | TestUtil.java | 436 positionHolder.position = C.POSITION_UNSET; in seekToTimeUs()
|