Home
last modified time | relevance | path

Searched refs:endinfo (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngdec.c111 pngdec->endinfo = NULL; in gst_pngdec_init()
613 pngdec->endinfo = png_create_info_struct (pngdec->png); in gst_pngdec_libpng_init()
614 if (pngdec->endinfo == NULL) in gst_pngdec_libpng_init()
647 png_infopp info = NULL, endinfo = NULL; in gst_pngdec_libpng_clear() local
655 if (pngdec->endinfo) { in gst_pngdec_libpng_clear()
656 endinfo = &pngdec->endinfo; in gst_pngdec_libpng_clear()
660 png_destroy_read_struct (&(pngdec->png), info, endinfo); in gst_pngdec_libpng_clear()
663 pngdec->endinfo = NULL; in gst_pngdec_libpng_clear()
Dgstpngdec.h54 png_infop endinfo; member