Home
last modified time | relevance | path

Searched refs:PutBytes (Results 1 – 13 of 13) sorted by relevance

/external/opencv/
Dcvjni.h192 m_strm->PutBytes( fmtSignBmp, (int)strlen(fmtSignBmp) ); in loadImageBytes()
215 m_strm->PutBytes( palette, sizeof(palette)); in loadImageBytes()
222 m_strm->PutBytes( data, width ); in loadImageBytes()
224 m_strm->PutBytes( zeropad, fileStep - width ); in loadImageBytes()
DWLNonFileByteStream.h34 void PutBytes( const void* buffer, int count );
DWLNonFileByteStream.cpp77 void WLNonFileByteStream::PutBytes( const void* buffer, int count ) in PutBytes() function in WLNonFileByteStream
/external/opencv/otherlibs/highgui/
Dgrfmt_bmp.cpp510 m_strm.PutBytes( fmtSignBmp, (int)strlen(fmtSignBmp) ); in WriteImage()
533 m_strm.PutBytes( palette, sizeof(palette)); in WriteImage()
540 m_strm.PutBytes( data, width ); in WriteImage()
542 m_strm.PutBytes( zeropad, fileStep - width ); in WriteImage()
Dgrfmt_pxm.cpp413 m_strm.PutBytes( buffer, (int)strlen(buffer) ); in WriteImage()
441 m_strm.PutBytes( (channels > 1 || depth > 8) ? buffer : (char*)data, fileStep ); in WriteImage()
500 m_strm.PutBytes( buffer, (int)(ptr - buffer) ); in WriteImage()
Dgrfmt_sunras.cpp425 m_strm.PutBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) ); in WriteImage()
435 m_strm.PutBytes( data, fileStep ); in WriteImage()
Dbitstrm.h197 void PutBytes( const void* buffer, int count );
Dgrfmt_tiff.cpp713 m_strm.PutBytes( fmtSignTiffII, 4 ); in WriteImage()
734 m_strm.PutBytes( channels > 1 ? buffer : data, fileStep ); in WriteImage()
Dbitstrm.cpp831 void WLByteStream::PutBytes( const void* buffer, int count ) in PutBytes() function in WLByteStream
Dgrfmt_jpeg.cpp1659 lowstrm.PutBytes( jpegHeader, sizeof(jpegHeader) - 1 ); in WriteImage()
1698 lowstrm.PutBytes( htable, tableSize ); // put table in WriteImage()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dpnacl_translate_thread.h63 void PutBytes(const void* data, int count);
Dpnacl_coordinator.cc365 translate_thread_->PutBytes(data, length); in BitcodeStreamGotData()
Dpnacl_translate_thread.cc114 void PnaclTranslateThread::PutBytes(const void* bytes, int32_t count) { in PutBytes() function in plugin::PnaclTranslateThread