Searched refs:PutBytes (Results 1 – 13 of 13) sorted by relevance
/external/opencv/ |
D | cvjni.h | 192 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()
|
D | WLNonFileByteStream.h | 34 void PutBytes( const void* buffer, int count );
|
D | WLNonFileByteStream.cpp | 77 void WLNonFileByteStream::PutBytes( const void* buffer, int count ) in PutBytes() function in WLNonFileByteStream
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_bmp.cpp | 510 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()
|
D | grfmt_pxm.cpp | 413 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()
|
D | grfmt_sunras.cpp | 425 m_strm.PutBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) ); in WriteImage() 435 m_strm.PutBytes( data, fileStep ); in WriteImage()
|
D | bitstrm.h | 197 void PutBytes( const void* buffer, int count );
|
D | grfmt_tiff.cpp | 713 m_strm.PutBytes( fmtSignTiffII, 4 ); in WriteImage() 734 m_strm.PutBytes( channels > 1 ? buffer : data, fileStep ); in WriteImage()
|
D | bitstrm.cpp | 831 void WLByteStream::PutBytes( const void* buffer, int count ) in PutBytes() function in WLByteStream
|
D | grfmt_jpeg.cpp | 1659 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/ |
D | pnacl_translate_thread.h | 63 void PutBytes(const void* data, int count);
|
D | pnacl_coordinator.cc | 365 translate_thread_->PutBytes(data, length); in BitcodeStreamGotData()
|
D | pnacl_translate_thread.cc | 114 void PnaclTranslateThread::PutBytes(const void* bytes, int32_t count) { in PutBytes() function in plugin::PnaclTranslateThread
|