Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp107 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()
116 written = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()
172 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()
181 written = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()
DAudioStreamRecord.cpp215 mBlockAdapterBytesPerFrame = getBytesPerDeviceFrame(); in open()
399 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h306 int32_t getBytesPerDeviceFrame() const { in getBytesPerDeviceFrame() function