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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio_internal.h120 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
H A Drtpenc_chain.c84 ret = ffio_open_dyn_packet_buf(&rtpctx->pb, packet_size);
H A Drtspenc.c156 * ffio_open_dyn_packet_buf. So by writing the interleaving header
176 return ffio_open_dyn_packet_buf(&rtpctx->pb, RTSP_TCP_MAX_PACKET_SIZE);
H A Dmovenchint.c430 if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx->pb,
H A Daviobuf.c1054 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio_internal.h90 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size);
H A Drtpenc_chain.c68 ffio_open_dyn_packet_buf(&rtpctx->pb, packet_size);
H A Drtspenc.c154 * ffio_open_dyn_packet_buf. So by writing the interleaving header
174 ffio_open_dyn_packet_buf(&rtpctx->pb, RTSP_TCP_MAX_PACKET_SIZE);
H A Dmovenchint.c418 if ((ret = ffio_open_dyn_packet_buf(&rtp_ctx->pb,
H A Daviobuf.c457 return ffio_open_dyn_packet_buf(s, max_packet_size);
1189 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2371 ret = ffio_open_dyn_packet_buf(&ctx->pb, max_packet_size);
3426 if (ffio_open_dyn_packet_buf(&ctx->pb, max_packet_size) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2455 ret = ffio_open_dyn_packet_buf(&ctx->pb, max_packet_size);
3486 if (ffio_open_dyn_packet_buf(&ctx->pb, max_packet_size) < 0) {

Completed in 185 milliseconds