TIFFTAG_PLANARCONFIG  204 3rdparty/libtiff/tif_aux.c     case TIFFTAG_PLANARCONFIG:
TIFFTAG_PLANARCONFIG  291 3rdparty/libtiff/tif_dir.c     case TIFFTAG_PLANARCONFIG:
TIFFTAG_PLANARCONFIG  897 3rdparty/libtiff/tif_dir.c         case TIFFTAG_PLANARCONFIG:
TIFFTAG_PLANARCONFIG   74 3rdparty/libtiff/tif_dirinfo.c     { TIFFTAG_PLANARCONFIG, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_PLANARCONFIG, 0, 0, "PlanarConfiguration", NULL },
TIFFTAG_PLANARCONFIG 3473 3rdparty/libtiff/tif_dirread.c     TIFFSetField(tif,TIFFTAG_PLANARCONFIG,PLANARCONFIG_CONTIG);
TIFFTAG_PLANARCONFIG 3579 3rdparty/libtiff/tif_dirread.c                     case TIFFTAG_PLANARCONFIG:
TIFFTAG_PLANARCONFIG  515 3rdparty/libtiff/tif_dirwrite.c                 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PLANARCONFIG,tif->tif_dir.td_planarconfig))
TIFFTAG_PLANARCONFIG  300 3rdparty/libtiff/tif_getimage.c     TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig);
TIFFTAG_PLANARCONFIG  578 modules/imgcodecs/src/grfmt_tiff.cpp       || !TIFFSetField(pTiffHandle, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG)
TIFFTAG_PLANARCONFIG  663 modules/imgcodecs/src/grfmt_tiff.cpp     TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG);