Searched refs:PutBytes (Results 1 - 11 of 11) sorted by relevance

/external/opencv/
H A DWLNonFileByteStream.h34 void PutBytes( const void* buffer, int count );
H A DWLNonFileByteStream.cpp77 void WLNonFileByteStream::PutBytes( const void* buffer, int count ) function in class:WLNonFileByteStream
H A Dcvjni.h192 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/
H A Dgrfmt_pxm.cpp413 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) );
H A Dgrfmt_bmp.cpp510 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 );
H A Dbitstrm.h197 void PutBytes( const void* buffer, int count );
H A Dgrfmt_sunras.cpp425 m_strm.PutBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) );
435 m_strm.PutBytes( data, fileStep );
H A Dgrfmt_tiff.cpp713 m_strm.PutBytes( fmtSignTiffII, 4 );
734 m_strm.PutBytes( channels > 1 ? buffer : data, fileStep );
H A Dbitstrm.cpp831 void WLByteStream::PutBytes( const void* buffer, int count ) function in class:WLByteStream
H A Dgrfmt_jpeg.cpp1659 lowstrm.PutBytes( jpegHeader, sizeof(jpegHeader) - 1 );
1698 lowstrm.PutBytes( htable, tableSize ); // put table
/external/swiftshader/third_party/subzero/src/
H A DIceBrowserCompileServer.cpp260 return InputStream->PutBytes(

Completed in 286 milliseconds