Searched refs:bytesPerDeviceFrame (Results 1 – 1 of 1) sorted by relevance
440 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read() local443 aaudio_result_t result = AAudioConvert_framesToBytes(numFrames, bytesPerDeviceFrame, &numBytes); in read()465 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read()471 int32_t framesToConvert = bytesActuallyRead / bytesPerDeviceFrame; in read()496 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()