Home
last modified time | relevance | path

Searched refs:SAMPLE_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/audio/
DAc4Util.java67 public static final int SAMPLE_HEADER_SIZE = 7; field in Ac4Util
225 buffer.reset(SAMPLE_HEADER_SIZE); in getAc4SampleHeader()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMp4Extractor.java565 trackOutput.sampleData(scratch, Ac4Util.SAMPLE_HEADER_SIZE); in readSample()
566 sampleBytesWritten += Ac4Util.SAMPLE_HEADER_SIZE; in readSample()
568 sampleSize += Ac4Util.SAMPLE_HEADER_SIZE; in readSample()
DFragmentedMp4Extractor.java1283 currentTrackBundle.outputSampleEncryptionData(sampleSize, Ac4Util.SAMPLE_HEADER_SIZE); in readSample()
1285 currentTrackBundle.output.sampleData(scratch, Ac4Util.SAMPLE_HEADER_SIZE); in readSample()
1286 sampleBytesWritten += Ac4Util.SAMPLE_HEADER_SIZE; in readSample()