Searched defs:pcActSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp120 static OSStatus drvHostCoreAudioSetFrameBufferSize(AudioDeviceID deviceID, bool fInput, UInt32 cReqSize, UInt32 *pcActSize) argument
131 UInt32 cSize = sizeof(*pcActSize);
132 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pcActSize);
137 if (cReqSize == *pcActSize)
180 cSize = sizeof(*pcActSize);
181 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pcActSize);
H A Dcoreaudio.c261 static OSStatus caSetFrameBufferSize(AudioDeviceID device, bool fInput, UInt32 cReqSize, UInt32 *pcActSize) argument
279 cSize = sizeof(*pcActSize);
285 pcActSize);
289 if (cReqSize == *pcActSize)
338 cSize = sizeof(*pcActSize);
344 pcActSize);

Completed in 64 milliseconds