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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 65 TIFF_TAG_WIDTH = 256,
grfmt_tiff.cpp 410 case TIFF_TAG_WIDTH:
787 WriteTag( TIFF_TAG_WIDTH, TIFF_TYPE_LONG, 1, width );
  /external/opencv3/modules/imgcodecs/src/
grfmt_tiff.hpp 68 TIFF_TAG_WIDTH = 256,
grfmt_tiff.cpp 832 writeTag( strm, TIFF_TAG_WIDTH, TIFF_TYPE_LONG, 1, width );

Completed in 45 milliseconds