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

  /external/opencv/
WLNonFileByteStream.h 34 void PutBytes( const void* buffer, int count );
WLNonFileByteStream.cpp 77 void WLNonFileByteStream::PutBytes( const void* buffer, int count )
cvjni.h 192 m_strm->PutBytes( fmtSignBmp, (int)strlen(fmtSignBmp) );
215 m_strm->PutBytes( palette, sizeof(palette));
222 m_strm->PutBytes( data, width );
224 m_strm->PutBytes( zeropad, fileStep - width );
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 413 m_strm.PutBytes( buffer, (int)strlen(buffer) );
441 m_strm.PutBytes( (channels > 1 || depth > 8) ? buffer : (char*)data, fileStep );
500 m_strm.PutBytes( buffer, (int)(ptr - buffer) );
bitstrm.h 197 void PutBytes( const void* buffer, int count );
grfmt_bmp.cpp 510 m_strm.PutBytes( fmtSignBmp, (int)strlen(fmtSignBmp) );
533 m_strm.PutBytes( palette, sizeof(palette));
540 m_strm.PutBytes( data, width );
542 m_strm.PutBytes( zeropad, fileStep - width );
grfmt_sunras.cpp 425 m_strm.PutBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) );
435 m_strm.PutBytes( data, fileStep );
grfmt_tiff.cpp 713 m_strm.PutBytes( fmtSignTiffII, 4 );
734 m_strm.PutBytes( channels > 1 ? buffer : data, fileStep );
bitstrm.cpp 831 void WLByteStream::PutBytes( const void* buffer, int count )
grfmt_jpeg.cpp     [all...]

Completed in 205 milliseconds