HomeSort by relevance Sort by last modified time
    Searched defs:WriteTag (Results 1 - 3 of 3) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 671 void GrFmtTiffWriter::WriteTag( TiffTag tag, TiffFieldType fieldType,
787 WriteTag( TIFF_TAG_WIDTH, TIFF_TYPE_LONG, 1, width );
788 WriteTag( TIFF_TAG_HEIGHT, TIFF_TYPE_LONG, 1, height );
789 WriteTag( TIFF_TAG_BITS_PER_SAMPLE,
791 WriteTag( TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP );
792 WriteTag( TIFF_TAG_PHOTOMETRIC, TIFF_TYPE_SHORT, 1, channels > 1 ? 2 : 1 );
794 WriteTag( TIFF_TAG_STRIP_OFFSETS, TIFF_TYPE_LONG,
797 WriteTag( TIFF_TAG_SAMPLES_PER_PIXEL, TIFF_TYPE_SHORT, 1, channels );
798 WriteTag( TIFF_TAG_ROWS_PER_STRIP, TIFF_TYPE_LONG, 1, rowsPerStrip );
800 WriteTag( TIFF_TAG_STRIP_COUNTS
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 657 void WriteTag(uint32 value);
658 // Like WriteTag() but writing directly to the target array.
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 402 inline void WireFormatLite::WriteTag(int field_number, WireType type,
404 output->WriteTag(MakeTag(field_number, type));
468 WriteTag(field_number, WIRETYPE_START_GROUP, output);
470 WriteTag(field_number, WIRETYPE_END_GROUP, output);
476 WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);

Completed in 2484 milliseconds