ffio_open_dyn_packet_buf 129 libavformat/avio_internal.h int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size); ffio_open_dyn_packet_buf 430 libavformat/movenchint.c if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx->pb, ffio_open_dyn_packet_buf 86 libavformat/rtpenc_chain.c ret = ffio_open_dyn_packet_buf(&rtpctx->pb, packet_size); ffio_open_dyn_packet_buf 178 libavformat/rtspenc.c return ffio_open_dyn_packet_buf(&rtpctx->pb, RTSP_TCP_MAX_PACKET_SIZE);