Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp185 const audio_format_t destinationFormat = getFormat(); in readNowWithConversion() local
187 if (sourceFormat == destinationFormat) { in readNowWithConversion()
190 && destinationFormat == AUDIO_FORMAT_PCM_FLOAT) { in readNowWithConversion()
196 && destinationFormat == AUDIO_FORMAT_PCM_16_BIT) { in readNowWithConversion()
203 __func__, sourceFormat, destinationFormat); in readNowWithConversion()