Searched refs:audioBitDepth (Results 1 – 1 of 1) sorted by relevance
823 currentTrack.audioBitDepth = (int) value; in integerElement()1922 public int audioBitDepth = Format.NO_VALUE; field in MatroskaExtractor.Track2037 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()