Home
last modified time | relevance | path

Searched refs:_TIFFSwab24BitData (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtiffiop.h275 extern void _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_read.c1053 _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab24BitData() function
Dtif_dir.c202 tif->tif_postdecode = _TIFFSwab24BitData; in _TIFFVSetField()
DChangeLog2778 Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to
/external/pdfium/third_party/libtiff/
Dtiffiop.h327 extern void _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc);
Dtif_read.c1064 _TIFFSwab24BitData(TIFF* tif, uint8* buf, tmsize_t cc) in _TIFFSwab24BitData() function
Dtif_dir.c204 tif->tif_postdecode = _TIFFSwab24BitData; in _TIFFVSetField()