Searched refs:ENCODING_INVALID (Results 1 – 13 of 13) sorted by relevance
65 case C.ENCODING_INVALID: in getTypeForPcmEncoding()82 return bitsPerSample == 32 ? C.ENCODING_PCM_FLOAT : C.ENCODING_INVALID; in getPcmEncodingForType()84 return C.ENCODING_INVALID; in getPcmEncodingForType()
313 return C.ENCODING_INVALID; in getEncodingForAudioObjectType()
77 case C.ENCODING_INVALID: in queueInput()124 case C.ENCODING_INVALID: in queueInput()
84 case C.ENCODING_INVALID: in queueInput()
287 return getPassthroughEncoding(channelCount, mimeType) != C.ENCODING_INVALID in usePassthrough()450 return C.ENCODING_INVALID; in getPassthroughEncoding()465 return C.ENCODING_INVALID; in getPassthroughEncoding()
1235 case C.ENCODING_INVALID: in getMaximumEncodedRateBytesPerSecond()1277 case C.ENCODING_INVALID: in getFramesPerEncodedSample()
155 ENCODING_INVALID,188 ENCODING_INVALID,198 public static final int ENCODING_INVALID = AudioFormat.ENCODING_INVALID; field in C
559 case AudioFormat.ENCODING_INVALID: in getBytesPerSample()676 && (config.getFormat().getEncoding() != AudioFormat.ENCODING_INVALID) in verifyAudioConfig()
169 case AudioFormat.ENCODING_INVALID: in audioEncodingToString()
427 return C.ENCODING_INVALID; in getEncoding()
1423 return C.ENCODING_INVALID; in getPcmEncoding()1514 case C.ENCODING_INVALID: in getPcmFrameSize()
118 if (pcmEncoding == C.ENCODING_INVALID) { in read()
2038 if (pcmEncoding == C.ENCODING_INVALID) { in initializeOutput()2052 if (pcmEncoding == C.ENCODING_INVALID) { in initializeOutput()