Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp168 const audio_format_t requestedInternalFormat = getDeviceFormat(); in open()
206 if (getFormat() != getDeviceFormat() && !gotFastPath) { in open()
248 if (getDeviceFormat() == AUDIO_FORMAT_PCM_16_BIT in open()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.h299 return getSamplesPerFrame() * audio_bytes_per_sample(getDeviceFormat()); in getBytesPerDeviceFrame()
540 audio_format_t getDeviceFormat() const { in getDeviceFormat() function
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp191 const audio_format_t sourceFormat = getDeviceFormat(); in readNowWithConversion()
H A DAudioStreamInternalPlay.cpp56 getDeviceFormat(), in open()