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

  /external/opencv3/modules/imgcodecs/src/
bitstrm.hpp 159 void putDWord( int val );
170 void putDWord( int val );
grfmt_bmp.cpp 530 strm.putDWord( fileSize ); // file size
531 strm.putDWord( 0 );
532 strm.putDWord( headerSize );
535 strm.putDWord( bitmapHeaderSize );
536 strm.putDWord( width );
537 strm.putDWord( height );
540 strm.putDWord( BMP_RGB );
541 strm.putDWord( 0 );
542 strm.putDWord( 0 );
543 strm.putDWord( 0 )
    [all...]
grfmt_sunras.cpp 408 strm.putDWord( width );
409 strm.putDWord( height );
410 strm.putDWord( channels*8 );
411 strm.putDWord( fileStep*height );
412 strm.putDWord( RAS_STANDARD );
413 strm.putDWord( RMT_NONE );
414 strm.putDWord( 0 );
grfmt_tiff.cpp 501 strm.putDWord( count );
502 strm.putDWord( value );
745 strm.putDWord( directoryOffset );
791 strm.putDWord( stripOffsets[i] );
802 strm.putDWord (stripOffsets [i]);
849 strm.putDWord(0);
bitstrm.cpp 508 void WLByteStream::putDWord( int val )
559 void WMByteStream::putDWord( int val )

Completed in 129 milliseconds