Searched refs:getBytesPerDeviceFrame (Results 1 – 3 of 3) sorted by relevance
75 int32_t numFrames = numBytes / getBytesPerDeviceFrame(); in onProcessFixedBlock()109 int32_t byteCount = audioBuffer->frameCount * getBytesPerDeviceFrame(); in processCallbackCommon()118 audioBuffer->size = audioBuffer->frameCount * getBytesPerDeviceFrame(); in processCallbackCommon()
392 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read()
254 int32_t getBytesPerDeviceFrame() const { in getBytesPerDeviceFrame() function