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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp546 AudioBufferList tmpList; local
547 tmpList.mNumberBuffers = 1;
548 tmpList.mBuffers[0].mNumberChannels = pStreamIn->streamFormat.mChannelsPerFrame;
566 tmpList.mBuffers[0].mDataByteSize = cbToWrite;
567 tmpList.mBuffers[0].mData = puDst;
572 &ioOutputDataPacketSize, &tmpList, NULL);
H A Dcoreaudio.c1330 AudioBufferList tmpList; local
1371 tmpList.mNumberBuffers = 1;
1372 tmpList.mBuffers[0].mNumberChannels = caVoice->streamFormat.mChannelsPerFrame;
1394 tmpList.mBuffers[0].mDataByteSize = cbToWrite;
1395 tmpList.mBuffers[0].mData = pcDst;
1401 &tmpList,

Completed in 53 milliseconds