HomeSort by relevance Sort by last modified time
    Searched refs:GetClipFactor (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.idl 117 HRESULT GetClipFactor([out] long * pClipFactor);
amvideo.h 664 virtual HRESULT STDMETHODCALLTYPE GetClipFactor(
743 HRESULT (STDMETHODCALLTYPE *GetClipFactor)(
804 #define IFullScreenVideo_GetClipFactor(This,pClipFactor) (This)->lpVtbl->GetClipFactor(This,pClipFactor)
846 return This->lpVtbl->GetClipFactor(This,pClipFactor);
    [all...]

Completed in 4082 milliseconds