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

  /external/opencv3/modules/viz/src/
precomp.hpp 236 static void SetInputData(vtkSmartPointer<Filter> filter, vtkPolyData* polydata)
241 filter->SetInputData(polydata);
255 static void SetInputData(vtkSmartPointer<Filter> filter, vtkImageData* polydata)
260 filter->SetInputData(polydata);
304 VtkUtils::SetInputData(normals_generator, polydata);
327 VtkUtils::SetInputData(transform_filter, polydata);
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 129 VO_U32 (VO_API * SetInputData) (VO_HANDLE hCodec, VO_CODECBUFFER * pInput);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bidispl.h 86 virtual HRESULT WINAPI SetInputData(const DWORD dwType,const BYTE *pData,const UINT uSize) = 0;
98 HRESULT (WINAPI *SetInputData)(IBidiRequest *This,const DWORD dwType,const BYTE *pData,const UINT uSize);
112 #define IBidiRequest_SetInputData(This,dwType,pData,uSize) (This)->lpVtbl->SetInputData(This,dwType,pData,uSize)

Completed in 993 milliseconds