TIFFTAG_BITSPERSAMPLE  180 3rdparty/libtiff/tif_aux.c     case TIFFTAG_BITSPERSAMPLE:
TIFFTAG_BITSPERSAMPLE  187 3rdparty/libtiff/tif_dir.c     case TIFFTAG_BITSPERSAMPLE:
TIFFTAG_BITSPERSAMPLE  833 3rdparty/libtiff/tif_dir.c         case TIFFTAG_BITSPERSAMPLE:
TIFFTAG_BITSPERSAMPLE   54 3rdparty/libtiff/tif_dirinfo.c     { TIFFTAG_BITSPERSAMPLE, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_BITSPERSAMPLE, 0, 0, "BitsPerSample", NULL },
TIFFTAG_BITSPERSAMPLE 3677 3rdparty/libtiff/tif_dirread.c             case TIFFTAG_BITSPERSAMPLE:
TIFFTAG_BITSPERSAMPLE 3848 3rdparty/libtiff/tif_dirread.c             if (!TIFFSetField(tif,TIFFTAG_BITSPERSAMPLE,8))
TIFFTAG_BITSPERSAMPLE  465 3rdparty/libtiff/tif_dirwrite.c                 if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitspersample))
TIFFTAG_BITSPERSAMPLE  254 3rdparty/libtiff/tif_getimage.c     TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample);
TIFFTAG_BITSPERSAMPLE 1572 3rdparty/libtiff/tif_luv.c         TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bps);
TIFFTAG_BITSPERSAMPLE 1287 3rdparty/libtiff/tif_pixarlog.c         TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8);
TIFFTAG_BITSPERSAMPLE 1291 3rdparty/libtiff/tif_pixarlog.c         TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16);
TIFFTAG_BITSPERSAMPLE 1295 3rdparty/libtiff/tif_pixarlog.c         TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16);
TIFFTAG_BITSPERSAMPLE 1299 3rdparty/libtiff/tif_pixarlog.c         TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 16);
TIFFTAG_BITSPERSAMPLE 1303 3rdparty/libtiff/tif_pixarlog.c         TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 32);
TIFFTAG_BITSPERSAMPLE  141 modules/imgcodecs/src/grfmt_tiff.cpp             TIFFGetField( tif, TIFFTAG_BITSPERSAMPLE, &bpp );
TIFFTAG_BITSPERSAMPLE  219 modules/imgcodecs/src/grfmt_tiff.cpp         TIFFGetField( tif, TIFFTAG_BITSPERSAMPLE, &bpp );
TIFFTAG_BITSPERSAMPLE  574 modules/imgcodecs/src/grfmt_tiff.cpp       || !TIFFSetField(pTiffHandle, TIFFTAG_BITSPERSAMPLE, bitsPerChannel)