Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp156 const audio_format_t requestedInternalFormat = getDeviceFormat(); in open()
191 if (getFormat() != getDeviceFormat() && !gotFastPath) { in open()
222 if (getDeviceFormat() == AUDIO_FORMAT_PCM_16_BIT in open()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h255 return getSamplesPerFrame() * audio_bytes_per_sample(getDeviceFormat()); in getBytesPerDeviceFrame()
475 audio_format_t getDeviceFormat() const { in getDeviceFormat() function
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp179 const audio_format_t sourceFormat = getDeviceFormat(); in readNowWithConversion()
DAudioStreamInternalPlay.cpp48 getDeviceFormat(), in open()