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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmphttp.c48 int out_capacity; ///< current output buffer capacity member in struct:RTMP_HTTPContext
89 if (rt->out_size + size > rt->out_capacity) {
91 rt->out_capacity = (rt->out_size + size) * 2;
92 if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) {
94 rt->out_capacity = 0;

Completed in 106 milliseconds