Searched refs:aVideoCaptureFPS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineImpl.h896 HRESULT getVideoCaptureFPS(ULONG *aVideoCaptureFPS);
897 HRESULT setVideoCaptureFPS(ULONG aVideoCaptureFPS);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1830 HRESULT Machine::getVideoCaptureFPS(ULONG *aVideoCaptureFPS) argument
1833 *aVideoCaptureFPS = mHWData->mVideoCaptureFPS;
1837 HRESULT Machine::setVideoCaptureFPS(ULONG aVideoCaptureFPS) argument
1847 mHWData->mVideoCaptureFPS = aVideoCaptureFPS;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6585 #define IMachine_get_VideoCaptureFPS(p, aVideoCaptureFPS) ((p)->lpVtbl->GetVideoCaptureFPS(p, aVideoCaptureFPS))
6586 #define IMachine_GetVideoCaptureFPS(p, aVideoCaptureFPS) ((p)->lpVtbl->GetVideoCaptureFPS(p, aVideoCaptureFPS))
6587 #define IMachine_put_VideoCaptureFPS(p, aVideoCaptureFPS) ((p)->lpVtbl->SetVideoCaptureFPS(p, aVideoCaptureFPS))
6588 #define IMachine_SetVideoCaptureFPS(p, aVideoCaptureFPS) ((p)->lpVtbl->SetVideoCaptureFPS(p, aVideoCaptureFPS))

Completed in 582 milliseconds