Searched refs:Props (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp89 RTFSPROPERTIES Props; local
90 rc = RTFsQueryProperties(argv[i], &Props);
93 Props.cbMaxComponent,
94 Props.fCaseSensitive ? "case" : "not-case",
95 Props.fCompressed ? "compressed" : "not-compressed",
96 Props.fFileCompression ? "file-compression" : "no-file-compression",
97 Props.fReadOnly ? "readonly" : "readwrite",
98 Props.fRemote ? "remote" : "not-remote",
99 Props.fSupportsUnicode ? "supports-unicode" : "doesn't-support-unicode");
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVRDE.cpp109 return drvAudioStreamCfgToProps(pCfg, &pVRDEStrmIn->HstStrmIn.Props);
127 return drvAudioStreamCfgToProps(pCfg, &pVRDEStrmOut->HstStrmOut.Props);
226 uint32_t cSamplesPlayed = (int)((2 * ticks * pHstStrmOut->Props.uHz + ticks_per_second) / ticks_per_second / 2);
230 VRDEAUDIOFORMAT format = VRDE_AUDIO_FMT_MAKE(pHstStrmOut->Props.uHz,
231 pHstStrmOut->Props.cChannels,
232 pHstStrmOut->Props.cBits,
233 pHstStrmOut->Props.fSigned);
248 pHstStrmOut->Props.uHz, pHstStrmOut->Props.cChannels,
249 pHstStrmOut->Props
[all...]
H A DDrvAudioVideoRec.cpp387 return drvAudioVideoRecPcmInitInfo(&pVRDEVoiceOut->pHostVoiceOut.Props, pCfg);
398 return drvAudioVideoRecPcmInitInfo(&pVRDEVoice->pHostVoiceIn.Props, pCfg);
491 int cSamplesPlayed = (int)((2 * ticks * pHostVoiceOut->Props.uHz + ticks_per_second) / ticks_per_second / 2);
495 pHostVoiceOut->Props.cBits = 128; /** @todo Make this configurable (or at least a define)? */
496 VRDEAUDIOFORMAT format = VRDE_AUDIO_FMT_MAKE(pHostVoiceOut->Props.uHz,
497 pHostVoiceOut->Props.cChannels,
498 pHostVoiceOut->Props.cBits, /* bits per sample */
499 !pHostVoiceOut->Props.fSigned);
502 pHostVoiceOut->Props.uHz, pHostVoiceOut->Props
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp373 pDSoundStrmOut->hw.Props.uHz,
374 pDSoundStrmOut->hw.Props.cChannels,
375 pDSoundStrmOut->hw.Props.cBits,
376 pDSoundStrmOut->hw.Props.fSigned));
448 if (bc.dwBufferBytes & pDSoundStrmOut->hw.Props.uAlign)
451 bc.dwBufferBytes, pDSoundStrmOut->hw.Props.uAlign + 1));
464 pDSoundStrmOut->csPlaybackBufferSize = bc.dwBufferBytes >> pDSoundStrmOut->hw.Props.cShift;
479 int rc = dsoundLockOutput(pDSoundStrmOut->pDSB, &pDSoundStrmOut->hw.Props,
480 0, pDSoundStrmOut->csPlaybackBufferSize << pDSoundStrmOut->hw.Props.cShift,
484 int len1 = cb1 >> pDSoundStrmOut->hw.Props
[all...]
H A DDrvHostOSSAudio.cpp367 audio_pcm_info_clear_buf(&pHstStrmOut->Props,
588 if (obtStream.cFragments * obtStream.cbFragmentSize & pHstStrmIn->Props.uAlign)
591 pHstStrmIn->Props.uAlign + 1));
601 rc = drvAudioStreamCfgToProps(&streamCfg, &pHstStrmIn->Props);
605 >> pHstStrmIn->Props.cShift;
613 size_t cbBuf = cSamples * (1 << pHstStrmIn->Props.cShift);
618 cSamples, 1 << pHstStrmIn->Props.cShift));
665 if (obtStream.cFragments * obtStream.cbFragmentSize & pHstStrmOut->Props.uAlign)
668 pHstStrmOut->Props.uAlign + 1));
678 rc = drvAudioStreamCfgToProps(&streamCfg, &pHstStrmOut->Props);
[all...]
H A DDrvHostNullAudio.cpp116 int rc = drvAudioStreamCfgToProps(pCfg, &pHstStrmIn->Props);
133 int rc = drvAudioStreamCfgToProps(pCfg, &pHstStrmOut->Props);
H A DDrvAudio.cpp456 if (drvAudioPCMPropsAreEqual(&pHstStrmIn->Props, pCfg))
486 int rc = drvAudioStreamCfgToProps(pCfg, &pGstStrmOut->Props);
493 rc = audioMixBufInit(&pGstStrmOut->MixBuf, pszTemp, &pGstStrmOut->Props, audioMixBufSize(&pHostStrmOut->MixBuf));
567 rc = audioMixBufInit(&pHstStrmOut->MixBuf, pszTemp, &pHstStrmOut->Props, cSamples);
738 int rc = drvAudioStreamCfgToProps(pCfg, &pGstStrmIn->Props);
745 rc = audioMixBufInit(&pGstStrmIn->MixBuf, pszTemp, &pGstStrmIn->Props, audioMixBufSize(&pHstStrmIn->MixBuf));
819 rc = audioMixBufInit(&pHstStrmIn->MixBuf, pszTemp, &pHstStrmIn->Props, cSamples);
947 if (drvAudioPCMPropsAreEqual(&pHstStrmOut->Props, pCfg))
1581 && drvAudioPCMPropsAreEqual(&pGstStrmIn->Props, pCfg))
1645 && drvAudioPCMPropsAreEqual(&pGstStrmOut->Props, pCf
[all...]
H A DDrvAudioCommon.cpp251 return (((int64_t) cSamplesLive << 32) / pGstStrmIn->State.uFreqRatio) << pGstStrmIn->Props.cShift;
273 return (((int64_t) cSamplesFree << 32) / pGstStrmOut->State.uFreqRatio) << pGstStrmOut->Props.cShift;
H A DDrvHostALSAAudio.cpp1101 rc = drvAudioStreamCfgToProps(&streamCfg, &pHstStrmOut->Props);
1106 size_t cbBuf = obt.samples * (1 << pHstStrmOut->Props.cShift);
1112 obt.samples, 1 << pHstStrmOut->Props.cShift));
1172 rc = drvAudioStreamCfgToProps(&streamCfg, &pHstStrmIn->Props);
1177 size_t cbBuf = obt.samples * (1 << pHstStrmIn->Props.cShift);
1183 obt.samples, 1 << pHstStrmIn->Props.cShift));
H A DDrvHostPulseAudio.cpp599 rc = drvAudioStreamCfgToProps(&streamCfg, &pHstStrmOut->Props);
611 uint32_t cSamples = cbBuf >> pHstStrmOut->Props.cShift;
676 rc = drvAudioStreamCfgToProps(&streamCfg, &pHstStrmIn->Props);
680 >> pHstStrmIn->Props.cShift;
681 LogFunc(("cShift=%RU8, cSamples=%RU32\n", pHstStrmIn->Props.cShift, cSamples));
H A DDrvHostCoreAudio.cpp816 drvHostCoreAudioPCMInfoToASBDesc(&pStreamIn->streamIn.Props, &pStreamIn->streamFormat);
957 rc = RTCircBufCreate(&pStreamIn->pBuf, cSamples << pHstStrmIn->Props.cShift);
1151 drvHostCoreAudioPCMInfoToASBDesc(&pStreamOut->streamOut.Props, &pStreamOut->streamFormat);
1230 rc = RTCircBufCreate(&pStreamOut->pBuf, cSamples << pHstStrmOut->Props.cShift);
1874 int rc = drvAudioStreamCfgToProps(pCfg, &pStreamIn->streamIn.Props);
1933 drvAudioStreamCfgToProps(pCfg, &pStreamOut->streamOut.Props);
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h311 PDMPCMPROPS Props; member in struct:PDMAUDIOHSTSTRMIN
332 PDMPCMPROPS Props; member in struct:PDMAUDIOHSTSTRMOUT
367 PDMPCMPROPS Props; member in struct:PDMAUDIOGSTSTRMIN
387 PDMPCMPROPS Props; member in struct:PDMAUDIOGSTSTRMOUT
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp303 RTFSPROPERTIES Props; local
304 int rc = RTFsQueryProperties(pszPath, &Props);
311 return !Props.fCaseSensitive;

Completed in 299 milliseconds