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

/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp99 uint32_t uFrequency; member in struct:VIDEORECAUDIOIN
580 pVRDEVoice->uFrequency = 0;
701 //if (iSampleHz && iSampleHz != pVRDEVoice->pHostVoiceIn.Props.uFrequency)
703 /* @todo if the above condition is false then pVRDEVoice->uFrequency will remain 0 */
705 pVRDEVoice->pHostVoiceIn.Props.uFrequency,
707 pVRDEVoice->uFrequency = iSampleHz;
708 LogFlowFunc(("pVRDEVoice assigned requested freq =%d\n", pVRDEVoice->uFrequency));
736 pVRDEVoice->uFrequency = 22100; /* @todo handle this. How pVRDEVoice will get proper value */
737 cConvertedSamples = (cSamples * pVRDEVoice->pHostVoiceIn.Props.uHz) / pVRDEVoice->uFrequency;

Completed in 88 milliseconds