Searched refs:bytesPerDeviceFrame (Results 1 – 1 of 1) sorted by relevance
408 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read() local411 aaudio_result_t result = AAudioConvert_framesToBytes(numFrames, bytesPerDeviceFrame, &numBytes); in read()433 size_t bytesToRead = framesToRead * bytesPerDeviceFrame; in read()439 int32_t framesToConvert = bytesActuallyRead / bytesPerDeviceFrame; in read()464 int32_t framesRead = (int32_t)(totalBytesRead / bytesPerDeviceFrame); in read()