Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java125 private static final String CODEC_ID_PCM_INT_LIT = "A_PCM/INT/LIT"; field in MatroskaExtractor
1729 || CODEC_ID_PCM_INT_LIT.equals(codecId) in isCodecSupported()
2049 case CODEC_ID_PCM_INT_LIT: in initializeOutput()