Home
last modified time | relevance | path

Searched refs:pdwFlags (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp698 DWORD *pdwFlags in GetInputStatus() argument
701 if (pdwFlags == NULL) in GetInputStatus()
725 *pdwFlags = MFT_INPUT_STATUS_ACCEPT_DATA; in GetInputStatus()
729 *pdwFlags = 0; in GetInputStatus()
743 HRESULT OcvImageManipulations::GetOutputStatus(DWORD *pdwFlags) in GetOutputStatus() argument
745 if (pdwFlags == NULL) in GetOutputStatus()
755 *pdwFlags = MFT_OUTPUT_STATUS_SAMPLE_READY; in GetOutputStatus()
759 *pdwFlags = 0; in GetOutputStatus()
DOcvTransform.h167 DWORD *pdwFlags
170 STDMETHODIMP GetOutputStatus(DWORD *pdwFlags);
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h2576 virtual HRESULT WINAPI GetMode(DWORD *pdwFlags) = 0;
2587 HRESULT (WINAPI *GetMode)(IFileSinkFilter2 *This,DWORD *pdwFlags);
2600 #define IFileSinkFilter2_GetMode(This,pdwFlags) (This)->lpVtbl->GetMode(This,pdwFlags) argument
2605 HRESULT WINAPI IFileSinkFilter2_GetMode_Proxy(IFileSinkFilter2 *This,DWORD *pdwFlags);
5398 …virtual HRESULT WINAPI Info(long lIndex,AM_MEDIA_TYPE **ppmt,DWORD *pdwFlags,LCID *plcid,DWORD *pd…
5408 …HRESULT (WINAPI *Info)(IAMStreamSelect *This,long lIndex,AM_MEDIA_TYPE **ppmt,DWORD *pdwFlags,LCID…
5420 …Select_Info(This,lIndex,ppmt,pdwFlags,plcid,pdwGroup,ppszName,ppObject,ppUnk) (This)->lpVtbl->Info… argument
5426 …nfo_Proxy(IAMStreamSelect *This,long lIndex,AM_MEDIA_TYPE **ppmt,DWORD *pdwFlags,LCID *plcid,DWORD…
8235 virtual HRESULT WINAPI GetFilterFlags(IBaseFilter *pFilter,DWORD *pdwFlags) = 0;
8252 HRESULT (WINAPI *GetFilterFlags)(IGraphConfig *This,IBaseFilter *pFilter,DWORD *pdwFlags);
[all …]