Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_connection.h93 uint32_t rwin; member
H A Dshrpx_connection.cc1285 // TODO tcpi_rcv_space is considered as rwin, is that correct? in get_tcp_hint()
1286 hint->rwin = tcp_info.tcpi_rcv_space; in get_tcp_hint()
H A Dshrpx_http2_upstream.cc1202 static_cast<int32_t>(hint.rwin * 2)); in on_write()
/third_party/ffmpeg/libavcodec/
H A Dopusenc.c212 int rwin = blk_len - CELT_OVERLAP, lap_dst = (wlen - blk_len - CELT_OVERLAP) >> 1; in celt_frame_mdct() local
222 memcpy(&win[lap_dst + CELT_OVERLAP], b->samples, rwin*sizeof(float)); in celt_frame_mdct()
225 s->dsp->vector_fmul_reverse(temp, b->samples + rwin, in celt_frame_mdct()
/third_party/curl/lib/
H A Dcf-h2-proxy.c1412 size_t rwin = nghttp2_session_get_stream_remote_window_size( in cf_h2_proxy_send() local
1414 if(rwin == 0) { in cf_h2_proxy_send()
1431 nghttp2_session_get_remote_window_size(ctx->h2), rwin, in cf_h2_proxy_send()
H A Dhttp2.c2272 size_t rwin = nghttp2_session_get_stream_remote_window_size(ctx->h2, in cf_h2_send() local
2281 nghttp2_session_get_remote_window_size(ctx->h2), rwin, in cf_h2_send()

Completed in 12 milliseconds