Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtmphttp.c48 int out_capacity; ///< current output buffer capacity member
89 if (rt->out_size + size > rt->out_capacity) { in rtmp_http_write()
91 rt->out_capacity = (rt->out_size + size) * 2; in rtmp_http_write()
92 if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) { in rtmp_http_write()
94 rt->out_capacity = 0; in rtmp_http_write()
/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_appendable_fuzzer.cc60 int32_t out_capacity; in LLVMFuzzerTestOneInput() local
67 scratch_buf, kScratchBufSize, &out_capacity); in LLVMFuzzerTestOneInput()
70 out_buffer[out_capacity - 1] = 1; in LLVMFuzzerTestOneInput()

Completed in 2 milliseconds