Searched refs:bytesPerDeviceFrame (Results 1 – 1 of 1) sorted by relevance
392 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read() local395 aaudio_result_t result = AAudioConvert_framesToBytes(numFrames, bytesPerDeviceFrame, &numBytes); in read()417 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read()423 int32_t framesToConvert = bytesActuallyRead / bytesPerDeviceFrame; in read()448 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()