Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java823 currentTrack.audioBitDepth = (int) value; in integerElement()
1922 public int audioBitDepth = Format.NO_VALUE; field in MatroskaExtractor.Track
2037 pcmEncoding = Util.getPcmEncoding(audioBitDepth); in initializeOutput()
2041 Log.w(TAG, "Unsupported PCM bit depth: " + audioBitDepth + ". Setting mimeType to " in initializeOutput()
2051 pcmEncoding = Util.getPcmEncoding(audioBitDepth); in initializeOutput()
2055 Log.w(TAG, "Unsupported PCM bit depth: " + audioBitDepth + ". Setting mimeType to " in initializeOutput()