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

/vbox/src/VBox/Main/include/
H A DMachineImpl.h890 HRESULT getVideoCaptureWidth(ULONG *aVideoCaptureWidth);
891 HRESULT setVideoCaptureWidth(ULONG aVideoCaptureWidth);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1764 HRESULT Machine::getVideoCaptureWidth(ULONG *aVideoCaptureWidth) argument
1767 *aVideoCaptureWidth = mHWData->mVideoCaptureWidth;
1771 HRESULT Machine::setVideoCaptureWidth(ULONG aVideoCaptureWidth) argument
1781 mHWData->mVideoCaptureWidth = aVideoCaptureWidth;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6573 #define IMachine_get_VideoCaptureWidth(p, aVideoCaptureWidth) ((p)->lpVtbl->GetVideoCaptureWidth(p, aVideoCaptureWidth))
6574 #define IMachine_GetVideoCaptureWidth(p, aVideoCaptureWidth) ((p)->lpVtbl->GetVideoCaptureWidth(p, aVideoCaptureWidth))
6575 #define IMachine_put_VideoCaptureWidth(p, aVideoCaptureWidth) ((p)->lpVtbl->SetVideoCaptureWidth(p, aVideoCaptureWidth))
6576 #define IMachine_SetVideoCaptureWidth(p, aVideoCaptureWidth) ((p)->lpVtbl->SetVideoCaptureWidth(p, aVideoCaptureWidth))

Completed in 466 milliseconds