Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp75 int32_t numFrames = numBytes / getBytesPerDeviceFrame(); in onProcessFixedBlock()
109 int32_t byteCount = audioBuffer->frameCount * getBytesPerDeviceFrame(); in processCallbackCommon()
118 audioBuffer->size = audioBuffer->frameCount * getBytesPerDeviceFrame(); in processCallbackCommon()
DAudioStreamRecord.cpp392 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h254 int32_t getBytesPerDeviceFrame() const { in getBytesPerDeviceFrame() function