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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 217 STDMETHOD_(HRESULT,GetAllocatedString)(THIS_ REFGUID guidKey,LPWSTR *ppwszValue,UINT32 *pcchLength) PURE;
263 #define IMFASFContentInfo_GetAllocatedString(This,guidKey,ppwszValue,pcchLength) (This)->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength)
319 STDMETHOD_(HRESULT,GetAllocatedString)(THIS_ REFGUID guidKey,LPWSTR *ppwszValue,UINT32 *pcchLength) PURE;
368 #define IMFASFStreamConfig_GetAllocatedString(This,guidKey,ppwszValue,pcchLength) (This)->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength)
427 STDMETHOD_(HRESULT,GetAllocatedString)(THIS_ REFGUID guidKey,LPWSTR *ppwszValue,UINT32 *pcchLength) PURE;
482 #define IMFASFProfile_GetAllocatedString(This,guidKey,ppwszValue,pcchLength) (This)->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength)
    [all...]
mfidl.h 238 HRESULT (STDMETHODCALLTYPE *GetAllocatedString)(
434 #define IMFTopologyNode_GetAllocatedString(This,guidKey,ppwszValue,pcchLength) (This)->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength)
514 return This->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength);
    [all...]
mfobjects.h 211 virtual HRESULT STDMETHODCALLTYPE GetAllocatedString(
367 HRESULT (STDMETHODCALLTYPE *GetAllocatedString)(
488 #define IMFAttributes_GetAllocatedString(This,guidKey,ppwszValue,pcchLength) (This)->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength)
551 return This->lpVtbl->GetAllocatedString(This,guidKey,ppwszValue,pcchLength);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp     [all...]
cap_msmf.hpp     [all...]

Completed in 74 milliseconds