Home
last modified time | relevance | path

Searched refs:OFFSET_SAMPLE_RELATIVE (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/
DSubtitleOutputBuffer.java44 this.subsampleOffsetUs = subsampleOffsetUs == Format.OFFSET_SAMPLE_RELATIVE ? this.timeUs in setContent()
/external/exoplayer/tree/library/common/src/test/java/com/google/android/exoplayer2/
DFormatTest.java108 Format.OFFSET_SAMPLE_RELATIVE, in createTestFormat()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCeaDecoder.java127 outputBuffer.setContent(inputBuffer.timeUs, subtitle, Format.OFFSET_SAMPLE_RELATIVE); in dequeueOutputBuffer()
DCea608Decoder.java358 outputBuffer.setContent(getPositionUs(), subtitle, Format.OFFSET_SAMPLE_RELATIVE); in dequeueOutputBuffer()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DBaseRenderer.java364 if (format.subsampleOffsetUs != Format.OFFSET_SAMPLE_RELATIVE) { in readSource()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java176 subsampleOffsetUs = OFFSET_SAMPLE_RELATIVE; in Builder()
634 public static final long OFFSET_SAMPLE_RELATIVE = Long.MAX_VALUE; field in Format
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleQueue.java537 if (sampleOffsetUs != 0 && format.subsampleOffsetUs != Format.OFFSET_SAMPLE_RELATIVE) { in getAdjustedUpstreamFormat()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java845 long subsampleOffsetUs = Format.OFFSET_SAMPLE_RELATIVE; in parseTextSampleEntry()