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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp274 AudioStreamBasicDescription streamFormat; member in struct:COREAUDIOSTREAMOUT
299 AudioStreamBasicDescription streamFormat; member in struct:COREAUDIOSTREAMIN
548 tmpList.mBuffers[0].mNumberChannels = pStreamIn->streamFormat.mChannelsPerFrame;
561 Assert(pStreamIn->streamFormat.mBytesPerPacket);
563 UInt32 ioOutputDataPacketSize = cbToWrite / pStreamIn->streamFormat.mBytesPerPacket;
583 cbToWrite = ioOutputDataPacketSize * pStreamIn->streamFormat.mBytesPerPacket;
599 pStreamIn->bufferList.mBuffers[0].mNumberChannels = pStreamIn->streamFormat.mChannelsPerFrame;
600 pStreamIn->bufferList.mBuffers[0].mDataByteSize = pStreamIn->streamFormat.mBytesPerFrame * cFrames;
816 drvHostCoreAudioPCMInfoToASBDesc(&pStreamIn->streamIn.Props, &pStreamIn->streamFormat);
820 drvHostCoreAudioPrintASBDesc("CoreAudio: Input stream", &pStreamIn->streamFormat);
[all...]
H A Dcoreaudio.c485 AudioStreamBasicDescription streamFormat; member in struct:caVoiceOut
504 AudioStreamBasicDescription streamFormat; member in struct:caVoiceIn
845 caPCMInfoToAudioStreamBasicDescription(&caVoice->hw.info, &caVoice->streamFormat);
849 caDebugOutputAudioStreamBasicDescription("CoreAudio: [Output] output", &caVoice->streamFormat);
857 &caVoice->streamFormat,
858 sizeof(caVoice->streamFormat));
918 cSamples = cFrames * caVoice->streamFormat.mChannelsPerFrame;
1166 hw->samples = (IORingBufferSize(caVoice->pBuf) >> hw->info.shift) / caVoice->streamFormat.mChannelsPerFrame;
1372 tmpList.mBuffers[0].mNumberChannels = caVoice->streamFormat.mChannelsPerFrame;
1392 ioOutputDataPacketSize = cbToWrite / caVoice->streamFormat
[all...]

Completed in 63 milliseconds