HomeSort by relevance Sort by last modified time
    Searched full:vsetfield (Results 1 - 20 of 20) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 26 tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
tif_lzma.c 350 tif->tif_tagmethods.vsetfield = sp->vsetparent;
441 sp->vsetparent = tif->tif_tagmethods.vsetfield;
442 tif->tif_tagmethods.vsetfield = LZMAVSetField; /* hook for codec tags */
tif_zip.c 334 tif->tif_tagmethods.vsetfield = sp->vsetparent;
427 sp->vsetparent = tif->tif_tagmethods.vsetfield;
428 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 723 sp->vsetparent = tif->tif_tagmethods.vsetfield;
724 tif->tif_tagmethods.vsetfield =
749 tif->tif_tagmethods.vsetfield = sp->vsetparent;
tif_pixarlog.c     [all...]
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_dir.c 802 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
    [all...]
tiffio.h 327 TIFFVSetMethod vsetfield; /* tag set routine */ member in struct:__anon21011
tif_ojpeg.c 467 sp->vsetparent=tif->tif_tagmethods.vsetfield;
468 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_zip.c 337 tif->tif_tagmethods.vsetfield = sp->vsetparent;
430 sp->vsetparent = tif->tif_tagmethods.vsetfield;
431 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 753 sp->vsetparent = tif->tif_tagmethods.vsetfield;
754 tif->tif_tagmethods.vsetfield =
779 tif->tif_tagmethods.vsetfield = sp->vsetparent;
tif_pixarlog.c     [all...]
tif_fax3.c 1113 tif->tif_tagmethods.vsetfield = sp->b.vsetparent;
    [all...]
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_dir.c 820 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
    [all...]
tiffio.h 334 TIFFVSetMethod vsetfield; /* tag set routine */ member in struct:__anon22289
tif_ojpeg.c 476 sp->vsetparent=tif->tif_tagmethods.vsetfield;
477 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
    [all...]

Completed in 1717 milliseconds