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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp272 AudioStreamBasicDescription deviceFormat; member in struct:COREAUDIOSTREAMOUT
297 AudioStreamBasicDescription deviceFormat; member in struct:COREAUDIOSTREAMIN
466 UInt32 cSize = RT_MIN(*pcPackets * pStreamIn->deviceFormat.mBytesPerPacket,
470 Assert(pStreamIn->deviceFormat.mBytesPerPacket);
471 *pcPackets = cSize / pStreamIn->deviceFormat.mBytesPerPacket;
525 pStreamIn->bufferList.mBuffers[0].mNumberChannels = pStreamIn->deviceFormat.mChannelsPerFrame;
526 pStreamIn->bufferList.mBuffers[0].mDataByteSize = pStreamIn->deviceFormat.mBytesPerFrame * cFrames;
806 uSize = sizeof(pStreamIn->deviceFormat);
808 1, &pStreamIn->deviceFormat, &uSize);
819 drvHostCoreAudioPrintASBDesc("CoreAudio: Input device", &pStreamIn->deviceFormat);
[all...]
H A Dcoreaudio.c483 AudioStreamBasicDescription deviceFormat; member in struct:caVoiceOut
502 AudioStreamBasicDescription deviceFormat; member in struct:caVoiceIn
830 uSize = sizeof(caVoice->deviceFormat);
835 &caVoice->deviceFormat,
848 caDebugOutputAudioStreamBasicDescription("CoreAudio: [Output] device", &caVoice->deviceFormat);
865 uSize = sizeof(caVoice->deviceFormat);
870 &caVoice->deviceFormat,
1291 cSize = RT_MIN(*ioNumberDataPackets * caVoice->deviceFormat.mBytesPerPacket,
1294 *ioNumberDataPackets = cSize / caVoice->deviceFormat.mBytesPerPacket;
1346 caVoice->bufferList.mBuffers[0].mNumberChannels = caVoice->deviceFormat
[all...]

Completed in 51 milliseconds