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

  /external/opencv/
WLNonFileByteStream.h 35 void PutWord( int val );
WLNonFileByteStream.cpp 101 void WLNonFileByteStream::PutWord( int val )
cvjni.h 203 m_strm->PutWord( 1 );
204 m_strm->PutWord( channels << 3 );
  /external/opencv/otherlibs/highgui/
bitstrm.h 198 void PutWord( int val );
210 void PutWord( int val );
grfmt_tiff.cpp 674 m_strm.PutWord( tag );
675 m_strm.PutWord( fieldType );
751 m_strm.PutWord( stripCounts[i] );
771 m_strm.PutWord(8);
772 m_strm.PutWord(8);
773 m_strm.PutWord(8);
775 m_strm.PutWord(8);
781 m_strm.PutWord( 9 );
grfmt_jpeg.cpp     [all...]
grfmt_bmp.cpp 521 m_strm.PutWord( 1 );
522 m_strm.PutWord( channels << 3 );
bitstrm.cpp 857 void WLByteStream::PutWord( int val )
908 void WMByteStream::PutWord( int val )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
indexsrv.h 130 virtual HRESULT WINAPI PutWord(ULONG cwc,const WCHAR *pwcInBuf,ULONG cwcSrcLen,ULONG cwcSrcPos) = 0;
142 HRESULT (WINAPI *PutWord)(IWordSink *This,ULONG cwc,const WCHAR *pwcInBuf,ULONG cwcSrcLen,ULONG cwcSrcPos);
156 #define IWordSink_PutWord(This,cwc,pwcInBuf,cwcSrcLen,cwcSrcPos) (This)->lpVtbl->PutWord(This,cwc,pwcInBuf,cwcSrcLen,cwcSrcPos)
243 virtual HRESULT WINAPI PutWord(const WCHAR *pwcInBuf,ULONG cwc) = 0;
252 HRESULT (WINAPI *PutWord)(IWordFormSink *This,const WCHAR *pwcInBuf,ULONG cwc);
263 #define IWordFormSink_PutWord(This,pwcInBuf,cwc) (This)->lpVtbl->PutWord(This,pwcInBuf,cwc)

Completed in 104 milliseconds