Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c1194 GetByteContext gb_chunk; in decode_frame_common() local
1244 bytestream2_init(&gb_chunk, s->gb.buffer, length); in decode_frame_common()
1263 if ((ret = decode_ihdr_chunk(avctx, s, &gb_chunk)) < 0) in decode_frame_common()
1267 if ((ret = decode_phys_chunk(avctx, s, &gb_chunk)) < 0) in decode_frame_common()
1273 if ((ret = decode_fctl_chunk(avctx, s, &gb_chunk)) < 0) in decode_frame_common()
1280 if (!decode_next_dat || bytestream2_get_bytes_left(&gb_chunk) < 4) { in decode_frame_common()
1284 bytestream2_get_be32(&gb_chunk); in decode_frame_common()
1289 if ((ret = decode_idat_chunk(avctx, s, &gb_chunk, p)) < 0) in decode_frame_common()
1293 decode_plte_chunk(avctx, s, &gb_chunk); in decode_frame_common()
1296 decode_trns_chunk(avctx, s, &gb_chunk); in decode_frame_common()
[all...]

Completed in 3 milliseconds