Lines Matching defs:max_packet_size
577 uint64_t *max_packet_size)
597 new_pkt_size = *max_packet_size + bound + hdr_size;
598 if (new_pkt_size < *max_packet_size)
600 *max_packet_size = new_pkt_size;
610 uint64_t max_packet_size;
614 max_packet_size =
620 if ((ret = add_icc_profile_size(avctx, pict, &max_packet_size)))
622 ret = ff_alloc_packet(avctx, pkt, max_packet_size);
928 uint64_t max_packet_size;
945 max_packet_size =
951 if ((ret = add_icc_profile_size(avctx, pict, &max_packet_size)))
953 if (max_packet_size > INT_MAX)
970 s->last_frame_packet = av_malloc(max_packet_size);
985 s->bytestream_end = s->bytestream + max_packet_size;