Searched refs:bytesPerDeviceFrame (Results 1 – 1 of 1) sorted by relevance
390 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read() local393 aaudio_result_t result = AAudioConvert_framesToBytes(numFrames, bytesPerDeviceFrame, &numBytes); in read()415 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read()421 int32_t framesToConvert = bytesActuallyRead / bytesPerDeviceFrame; in read()446 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()