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

  /external/opencv3/modules/imgcodecs/src/
grfmt_tiff.cpp 215 int is_tiled = TIFFIsTiled(tif); local
235 if( (!is_tiled) ||
236 (is_tiled &&
240 if(!is_tiled)
247 (!is_tiled && tile_height0 == std::numeric_limits<uint32>::max()) )
277 if( !is_tiled )
316 if( !is_tiled )
387 if( !is_tiled )
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 177 int is_tiled = TIFFIsTiled(tif); local
179 if( !is_tiled &&
181 is_tiled &&
207 if( !is_tiled )

Completed in 95 milliseconds