Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dapngenc.c189 if (AV_RB32(existing_fcTL_chunk) != APNG_FCTL_CHUNK_SIZE) in flush_packet()
197 uint8_t new_fcTL_chunk[APNG_FCTL_CHUNK_SIZE]; in flush_packet()
215 data = existing_fcTL_chunk + APNG_FCTL_CHUNK_SIZE + 4 /* CRC-32 */; in flush_packet()
H A Dapngdec.c225 if (!acTL_found || len != APNG_FCTL_CHUNK_SIZE) { in apng_read_header()
339 if (len != APNG_FCTL_CHUNK_SIZE) in apng_read_packet()
/third_party/ffmpeg/libavcodec/
H A Dapng.h42 #define APNG_FCTL_CHUNK_SIZE 26 macro
H A Dpngenc.c991 s->bytestream += APNG_FCTL_CHUNK_SIZE + 12; in encode_apng()
1005 uint8_t buf[APNG_FCTL_CHUNK_SIZE]; in encode_apng()
H A Dpngdec.c993 if (bytestream2_get_bytes_left(gb) != APNG_FCTL_CHUNK_SIZE) in decode_fctl_chunk()

Completed in 7 milliseconds