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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_anatoliy.c495 int pic_size, ret; local
503 pic_size = prores_encode_picture(avctx, pict, buf + header_size + 8,
506 bytestream_put_be32(&buf, pic_size + 8 + header_size);
527 pkt->size = pic_size + 8 + header_size;
H A Dproresdec2.c621 int frame_hdr_size, pic_size, ret; local
647 pic_size = decode_picture_header(avctx, buf, buf_size);
648 if (pic_size < 0) {
650 return pic_size;
658 buf += pic_size;
659 buf_size -= pic_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c305 long pic_size; local
315 pic_size = fget_le32(fp); size -= 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c450 long pic_size;
453 pic_size = fget_le32(fp); size -= 4;

Completed in 61 milliseconds