Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/audio/
DAc3Util.java134 private static final int[] SAMPLE_RATE_BY_FSCOD = new int[] {48000, 44100, 32000}; field in Ac3Util
168 int sampleRate = SAMPLE_RATE_BY_FSCOD[fscod]; in parseAc3AnnexFFormat()
200 int sampleRate = SAMPLE_RATE_BY_FSCOD[fscod]; in parseEAc3AnnexFFormat()
285 sampleRate = SAMPLE_RATE_BY_FSCOD[fscod]; in parseAc3SyncframeInfo()
456 fscod < SAMPLE_RATE_BY_FSCOD.length ? SAMPLE_RATE_BY_FSCOD[fscod] : Format.NO_VALUE; in parseAc3SyncframeInfo()
565 if (fscod < 0 || fscod >= SAMPLE_RATE_BY_FSCOD.length || frmsizecod < 0 in getAc3SyncframeSize()
570 int sampleRate = SAMPLE_RATE_BY_FSCOD[fscod]; in getAc3SyncframeSize()