Home
last modified time | relevance | path

Searched refs:TIFFTAG_ROWSPERSTRIP (Results 1 – 18 of 18) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp241 TIFFGetField( tif, TIFFTAG_ROWSPERSTRIP, &tile_height0 ); in readData()
440 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &rows_per_strip); in readHdrData()
546 readParam(params, TIFFTAG_ROWSPERSTRIP, rowsPerStrip); in writeLibTiff()
579 || !TIFFSetField(pTiffHandle, TIFFTAG_ROWSPERSTRIP, rowsPerStrip) in writeLibTiff()
665 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, 1); in writeHdr()
/external/opencv3/3rdparty/libtiff/
Dtiff.h228 #define TIFFTAG_ROWSPERSTRIP 278 /* rows per strip of data */ macro
Dtif_aux.c195 case TIFFTAG_ROWSPERSTRIP: in TIFFVGetFieldDefaulted()
Dtif_dir.c257 case TIFFTAG_ROWSPERSTRIP: in _TIFFVSetField()
854 case TIFFTAG_ROWSPERSTRIP: in _TIFFVGetField()
Dtif_getimage.c861 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()
971 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate()
2727 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in TIFFReadRGBAStrip()
Dtif_dirinfo.c68 …{ TIFFTAG_ROWSPERSTRIP, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_ROWSP…
Dtif_dirread.c3580 case TIFFTAG_ROWSPERSTRIP: in TIFFReadDirectory()
5536 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
Dtif_dirwrite.c500 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstri… in TIFFWriteDirectorySec()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp301 TIFFGetField(tif_ctx, TIFFTAG_ROWSPERSTRIP, &tif_rps); in LoadFrameInfo()
326 TIFFSetField(tif_ctx, TIFFTAG_ROWSPERSTRIP, tif_rps = height); in LoadFrameInfo()
/external/pdfium/third_party/libtiff/
Dtiff.h231 #define TIFFTAG_ROWSPERSTRIP 278 /* rows per strip of data */ macro
Dtif_aux.c195 case TIFFTAG_ROWSPERSTRIP: in TIFFVGetFieldDefaulted()
Dtif_dir.c259 case TIFFTAG_ROWSPERSTRIP: in _TIFFVSetField()
874 case TIFFTAG_ROWSPERSTRIP: in _TIFFVGetField()
Dtif_getimage.c918 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()
1029 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate()
2788 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in TIFFReadRGBAStrip()
Dtif_dirinfo.c68 …{ TIFFTAG_ROWSPERSTRIP, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_ROWSP…
Dtif_dirread.c3561 case TIFFTAG_ROWSPERSTRIP: in TIFFReadDirectory()
5550 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
Dtif_dirwrite.c500 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstri… in TIFFWriteDirectorySec()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp180 TIFFGetField( tif, TIFFTAG_ROWSPERSTRIP, &tile_height0 ) || in ReadData()
/external/opencv3/modules/imgcodecs/test/
Dtest_grfmt.cpp570 params.push_back(TIFFTAG_ROWSPERSTRIP); in TEST()