Home | History | Annotate | Download | only in dshow

Lines Matching defs:SetAspectRatioMode

8574     virtual HRESULT WINAPI SetAspectRatioMode(DWORD AspectRatioMode) = 0;
8596 HRESULT (WINAPI *SetAspectRatioMode)(IVMRWindowlessControl *This,DWORD AspectRatioMode);
8620 #define IVMRWindowlessControl_SetAspectRatioMode(This,AspectRatioMode) (This)->lpVtbl->SetAspectRatioMode(This,AspectRatioMode)
8923 virtual HRESULT WINAPI SetAspectRatioMode(DWORD dwARMode) = 0;
8932 HRESULT (WINAPI *SetAspectRatioMode)(IVMRAspectRatioControl *This,DWORD dwARMode);
8943 #define IVMRAspectRatioControl_SetAspectRatioMode(This,dwARMode) (This)->lpVtbl->SetAspectRatioMode(This,dwARMode)