Home
last modified time | relevance | path

Searched refs:PNG_IDAT (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpng.h46 #define PNG_IDAT 0x0002 macro
H A Dpngdec.c620 if (s->state & PNG_IDAT) { in decode_frame()
636 if (!(s->state & PNG_IDAT)) { in decode_frame()
727 s->state |= PNG_IDAT; in decode_frame()
781 if (!(s->state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpng.h46 #define PNG_IDAT 0x0002 macro
H A Dpngdec.c620 if (s->state & PNG_IDAT) { in decode_frame()
636 if (!(s->state & PNG_IDAT)) { in decode_frame()
727 s->state |= PNG_IDAT; in decode_frame()
781 if (!(s->state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dpng.h46 #define PNG_IDAT 0x0002 macro
H A Dpngdec.c451 if (!(s->state & PNG_IDAT)) { in decode_frame()
529 s->state |= PNG_IDAT; in decode_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpngdec.c48 PNG_IDAT = 1 << 0, enumerator
578 if (s->pic_state & PNG_IDAT) { in decode_ihdr_chunk()
626 if (s->pic_state & PNG_IDAT) { in decode_phys_chunk()
650 if (!(s->pic_state & PNG_IDAT)) { in decode_idat_chunk()
772 s->pic_state |= PNG_IDAT; in decode_idat_chunk()
824 if (s->pic_state & PNG_IDAT) { in decode_trns_chunk()
989 if (s->pic_state & PNG_IDAT) { in decode_fctl_chunk()
1209 if (!(s->pic_state & PNG_IDAT)) in decode_frame_common()
1363 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_common()
1635 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_apng()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpngdec.c48 PNG_IDAT = 1 << 0, enumerator
578 if (s->pic_state & PNG_IDAT) { in decode_ihdr_chunk()
626 if (s->pic_state & PNG_IDAT) { in decode_phys_chunk()
650 if (!(s->pic_state & PNG_IDAT)) { in decode_idat_chunk()
772 s->pic_state |= PNG_IDAT; in decode_idat_chunk()
824 if (s->pic_state & PNG_IDAT) { in decode_trns_chunk()
989 if (s->pic_state & PNG_IDAT) { in decode_fctl_chunk()
1209 if (!(s->pic_state & PNG_IDAT)) in decode_frame_common()
1363 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_common()
1635 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_apng()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dpngdec.c46 PNG_IDAT = 1 << 0, enumerator
556 if (s->pic_state & PNG_IDAT) { in decode_ihdr_chunk()
604 if (s->pic_state & PNG_IDAT) { in decode_phys_chunk()
628 if (!(s->pic_state & PNG_IDAT)) { in decode_idat_chunk()
754 s->pic_state |= PNG_IDAT; in decode_idat_chunk()
806 if (s->pic_state & PNG_IDAT) { in decode_trns_chunk()
1187 if (!(s->pic_state & PNG_IDAT)) in decode_frame_common()
1336 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_common()
1512 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_apng()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpngdec.c48 PNG_IDAT = 1 << 0, enumerator
567 if (s->pic_state & PNG_IDAT) { in decode_ihdr_chunk()
615 if (s->pic_state & PNG_IDAT) { in decode_phys_chunk()
639 if (!(s->pic_state & PNG_IDAT)) { in decode_idat_chunk()
765 s->pic_state |= PNG_IDAT; in decode_idat_chunk()
817 if (s->pic_state & PNG_IDAT) { in decode_trns_chunk()
987 if (s->pic_state & PNG_IDAT) { in decode_fctl_chunk()
1204 if (!(s->pic_state & PNG_IDAT)) in decode_frame_common()
1370 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_common()
1572 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_apng()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dpngdec.c47 PNG_IDAT = 1 << 0, enumerator
566 if (s->pic_state & PNG_IDAT) { in decode_ihdr_chunk()
614 if (s->pic_state & PNG_IDAT) { in decode_phys_chunk()
638 if (!(s->pic_state & PNG_IDAT)) { in decode_idat_chunk()
764 s->pic_state |= PNG_IDAT; in decode_idat_chunk()
816 if (s->pic_state & PNG_IDAT) { in decode_trns_chunk()
1197 if (!(s->pic_state & PNG_IDAT)) in decode_frame_common()
1346 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_common()
1548 if (!(s->pic_state & (PNG_ALLIMAGE|PNG_IDAT))) { in decode_frame_apng()
/dports/www/analog/analog-6.0/src/libpng/
H A Dpng.c24 PNG_IDAT;
/dports/games/mangband/mangband-1.5.3/src/client/lupng/
H A Dlupng.c42 #define PNG_IDAT 0x04 macro
498 if (info->chunksFound & PNG_IDAT || !(info->chunksFound & PNG_IHDR)) in parsePlte()
657 info->chunksFound |= PNG_IDAT; in parseIdat()
799 if (!(info->chunksFound & PNG_IDAT)) in handleChunk()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/
H A Dpngread.c194 PNG_IDAT; in png_read_info()
447 PNG_IDAT; in png_read_row()
862 PNG_IDAT; in png_read_end()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libpng/
H A Dpngread.c249 PNG_IDAT; in png_read_info()
463 PNG_IDAT; in png_read_row()
824 PNG_IDAT; in png_read_end()
/dports/math/giacxcas/fltk-1.3.0/png/
H A Dpngread.c241 PNG_IDAT; in png_read_info()
490 PNG_IDAT; in png_read_row()
901 PNG_IDAT; in png_read_end()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libpng/
H A Dpngread.c386 PNG_CONST PNG_IDAT; in png_read_info() local
601 PNG_CONST PNG_IDAT; in png_read_row() local
964 PNG_CONST PNG_IDAT; in png_read_end() local
/dports/graphics/libafterimage/libAfterImage-1.20/libpng/
H A Dpngread.c348 PNG_CONST PNG_IDAT; in png_read_info() local
568 PNG_CONST PNG_IDAT; in png_read_row() local
928 PNG_CONST PNG_IDAT; in png_read_end() local
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libpng/
H A Dpngread.c348 PNG_CONST PNG_IDAT; in png_read_info() local
568 PNG_CONST PNG_IDAT; in png_read_row() local
928 PNG_CONST PNG_IDAT; in png_read_end() local
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngread.c366 PNG_CONST PNG_IDAT; in png_read_info() local
577 PNG_CONST PNG_IDAT; in png_read_row() local
929 PNG_CONST PNG_IDAT; in png_read_end() local
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngread.c366 PNG_CONST PNG_IDAT; in png_read_info() local
577 PNG_CONST PNG_IDAT; in png_read_row() local
929 PNG_CONST PNG_IDAT; in png_read_end() local
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/png/
H A Dpngread.c342 PNG_IDAT; in png_read_info()
556 PNG_IDAT; in png_read_row()
910 PNG_IDAT; in png_read_end()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/png/
H A Dpngread.c342 PNG_IDAT; in png_read_info()
556 PNG_IDAT; in png_read_row()
910 PNG_IDAT; in png_read_end()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/png/
H A Dpngread.c342 PNG_IDAT; in png_read_info()
556 PNG_IDAT; in png_read_row()
910 PNG_IDAT; in png_read_end()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/png/
H A Dpngread.c342 PNG_IDAT; in png_read_info()
556 PNG_IDAT; in png_read_row()
910 PNG_IDAT; in png_read_end()

12345678