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

/vbox/src/VBox/Main/include/
H A DMachineImpl.h892 HRESULT getVideoCaptureHeight(ULONG *aVideoCaptureHeight);
893 HRESULT setVideoCaptureHeight(ULONG aVideoCaptureHeight);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1786 HRESULT Machine::getVideoCaptureHeight(ULONG *aVideoCaptureHeight) argument
1789 *aVideoCaptureHeight = mHWData->mVideoCaptureHeight;
1793 HRESULT Machine::setVideoCaptureHeight(ULONG aVideoCaptureHeight) argument
1803 mHWData->mVideoCaptureHeight = aVideoCaptureHeight;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6577 #define IMachine_get_VideoCaptureHeight(p, aVideoCaptureHeight) ((p)->lpVtbl->GetVideoCaptureHeight(p, aVideoCaptureHeight))
6578 #define IMachine_GetVideoCaptureHeight(p, aVideoCaptureHeight) ((p)->lpVtbl->GetVideoCaptureHeight(p, aVideoCaptureHeight))
6579 #define IMachine_put_VideoCaptureHeight(p, aVideoCaptureHeight) ((p)->lpVtbl->SetVideoCaptureHeight(p, aVideoCaptureHeight))
6580 #define IMachine_SetVideoCaptureHeight(p, aVideoCaptureHeight) ((p)->lpVtbl->SetVideoCaptureHeight(p, aVideoCaptureHeight))

Completed in 1936 milliseconds