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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.cpp284 m_machine.SetVideoCaptureHeight(displayData.m_iVideoCaptureFrameHeight);
299 m_machine.SetVideoCaptureHeight(displayData.m_iVideoCaptureFrameHeight);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3413 nsresult (*SetVideoCaptureHeight)(IMachine *pThis, PRUint32 VideoCaptureHeight); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5111 nsresult (*SetVideoCaptureHeight)(IMachine *pThis, PRUint32 videoCaptureHeight); member in struct:IMachine_vtbl
5835 nsresult (*SetVideoCaptureHeight)(IMachine *pThis, PRUint32 videoCaptureHeight); member in struct:IMachineVtbl
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 2556 milliseconds