Home
last modified time | relevance | path

Searched refs:PNG_IHDR (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c48 PNG_IHDR = 1 << 0, enumerator
581 if (s->hdr_state & PNG_IHDR) { in decode_ihdr_chunk()
607 s->hdr_state |= PNG_IHDR; in decode_ihdr_chunk()
645 if (!(s->hdr_state & PNG_IHDR)) { in decode_idat_chunk()
839 if (!(s->hdr_state & PNG_IHDR)) { in decode_trns_chunk()
996 if (!(s->hdr_state & PNG_IHDR)) { in decode_fctl_chunk()
1597 if (!(s->hdr_state & PNG_IHDR)) { in decode_frame_apng()

Completed in 4 milliseconds