Searched refs:ffio_open_dyn_packet_buf (Results 1 – 5 of 5) sorted by relevance
131 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
86 ret = ffio_open_dyn_packet_buf(&rtpctx->pb, packet_size); in ff_rtp_chain_mux_open()
177 return ffio_open_dyn_packet_buf(&rtpctx->pb, RTSP_TCP_MAX_PACKET_SIZE); in ff_rtsp_tcp_write_packet()
430 if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx->pb, in ff_mov_add_hinted_packet()
1384 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size) in ffio_open_dyn_packet_buf() function