Home
last modified time | relevance | path

Searched refs:PNGSIG (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpng.h49 #define PNGSIG 0x89504e470d0a1a0a macro
Dpng_parser.c54 if (state64 == PNGSIG || state64 == MNGSIG) { in png_parse()
Dpngenc.c549 AV_WB64(s->bytestream, PNGSIG); in encode_png()
Dpngdec.c1548 if (sig != PNGSIG && in decode_frame_png()
/third_party/ffmpeg/libavformat/
Dapngdec.c77 if (bytestream2_get_be64(&gb) != PNGSIG) in apng_probe()
157 if (avio_rb64(pb) != PNGSIG) in apng_read_header()
Dflac_picture.c160 if (AV_RB64(data->data) == PNGSIG) in ff_flac_parse_picture()
Dicodec.c68 if (p->buf[offset] != 40 && AV_RB64(p->buf + offset) != PNGSIG) in probe()
Dapngenc.c102 avio_wb64(format_context->pb, PNGSIG); in apng_write_header()
Did3v2.c1161 if (AV_RB64(apic->buf->data) == PNGSIG) in ff_id3v2_parse_apic()