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

  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.h 165 STDMETHODIMP GetInputStatus(
OcvTransform.cpp 692 // GetInputStatus
696 HRESULT OcvImageManipulations::GetInputStatus(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mftransform.h 211 virtual HRESULT STDMETHODCALLTYPE GetInputStatus(
348 HRESULT (STDMETHODCALLTYPE *GetInputStatus)(
414 #define IMFTransform_GetInputStatus(This,dwInputStreamID,pdwFlags) (This)->lpVtbl->GetInputStatus(This,dwInputStreamID,pdwFlags)
482 return This->lpVtbl->GetInputStatus(This,dwInputStreamID,pdwFlags);

Completed in 1522 milliseconds