Searched refs:TIFFTAG_ROWSPERSTRIP (Results 1 – 18 of 18) sorted by relevance
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_tiff.cpp | 241 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/ |
D | tiff.h | 228 #define TIFFTAG_ROWSPERSTRIP 278 /* rows per strip of data */ macro
|
D | tif_aux.c | 195 case TIFFTAG_ROWSPERSTRIP: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 257 case TIFFTAG_ROWSPERSTRIP: in _TIFFVSetField() 854 case TIFFTAG_ROWSPERSTRIP: in _TIFFVGetField()
|
D | tif_getimage.c | 861 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig() 971 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate() 2727 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in TIFFReadRGBAStrip()
|
D | tif_dirinfo.c | 68 …{ TIFFTAG_ROWSPERSTRIP, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_ROWSP…
|
D | tif_dirread.c | 3580 case TIFFTAG_ROWSPERSTRIP: in TIFFReadDirectory() 5536 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
|
D | tif_dirwrite.c | 500 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstri… in TIFFWriteDirectorySec()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_tiff.cpp | 301 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/ |
D | tiff.h | 231 #define TIFFTAG_ROWSPERSTRIP 278 /* rows per strip of data */ macro
|
D | tif_aux.c | 195 case TIFFTAG_ROWSPERSTRIP: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 259 case TIFFTAG_ROWSPERSTRIP: in _TIFFVSetField() 874 case TIFFTAG_ROWSPERSTRIP: in _TIFFVGetField()
|
D | tif_getimage.c | 918 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig() 1029 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate() 2788 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in TIFFReadRGBAStrip()
|
D | tif_dirinfo.c | 68 …{ TIFFTAG_ROWSPERSTRIP, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_ROWSP…
|
D | tif_dirread.c | 3561 case TIFFTAG_ROWSPERSTRIP: in TIFFReadDirectory() 5550 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
|
D | tif_dirwrite.c | 500 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstri… in TIFFWriteDirectorySec()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.cpp | 180 TIFFGetField( tif, TIFFTAG_ROWSPERSTRIP, &tile_height0 ) || in ReadData()
|
/external/opencv3/modules/imgcodecs/test/ |
D | test_grfmt.cpp | 570 params.push_back(TIFFTAG_ROWSPERSTRIP); in TEST()
|