/external/libwebsockets/lib/roles/http/compression/ |
D | stream.c | 84 lcs_available[n]->init_compression(&wsi->http.comp_ctx, decomp); in lws_http_compression_apply() 85 if (!wsi->http.comp_ctx.u.generic_ctx_ptr) { in lws_http_compression_apply() 91 wsi->http.comp_ctx.may_have_more = 0; in lws_http_compression_apply() 92 wsi->http.comp_ctx.final_on_input_side = 0; in lws_http_compression_apply() 93 wsi->http.comp_ctx.chunking = 0; in lws_http_compression_apply() 94 wsi->http.comp_ctx.is_decompression = decomp; in lws_http_compression_apply() 110 if (!wsi->http.lcs || !wsi->http.comp_ctx.u.generic_ctx_ptr) in lws_http_compression_destroy() 113 wsi->http.lcs->destroy(&wsi->http.comp_ctx); in lws_http_compression_destroy() 131 lws_comp_ctx_t *ctx = &wsi->http.comp_ctx; in lws_http_compression_transform()
|
/external/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 602 if (wsi->http.comp_ctx.buflist_comp || in rops_handle_POLLIN_h1() 603 wsi->http.comp_ctx.may_have_more) { in rops_handle_POLLIN_h1() 607 __func__, wsi->http.comp_ctx.buflist_comp, in rops_handle_POLLIN_h1() 608 wsi->http.comp_ctx.may_have_more in rops_handle_POLLIN_h1() 617 if (!wsi->http.comp_ctx.buflist_comp && in rops_handle_POLLIN_h1() 618 !wsi->http.comp_ctx.may_have_more && in rops_handle_POLLIN_h1() 793 (int)o, (int)*wp, wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h1() 798 if (wsi->http.comp_ctx.chunking) { in rops_write_role_protocol_h1() 1057 if (wsi->http.comp_ctx.buflist_comp || 1058 wsi->http.comp_ctx.may_have_more) { [all …]
|
/external/libwebsockets/lib/plat/optee/ |
D | network.c | 62 || wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked() 63 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
|
/external/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 44 || wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked() 45 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
|
/external/libwebsockets/lib/core-net/ |
D | close.c | 357 || wsi->http.comp_ctx.buflist_comp || in __lws_close_free_wsi() 358 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi() 369 || wsi->http.comp_ctx.buflist_comp || in __lws_close_free_wsi() 370 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
|
D | service.c | 108 if (wsi->http.comp_ctx.buflist_comp || in lws_handle_POLLOUT_event() 109 wsi->http.comp_ctx.may_have_more) { in lws_handle_POLLOUT_event() 113 __func__, wsi->http.comp_ctx.buflist_comp, in lws_handle_POLLOUT_event() 114 wsi->http.comp_ctx.may_have_more in lws_handle_POLLOUT_event()
|
D | output.c | 61 && !wsi->http.comp_ctx.may_have_more in lws_issue_raw() 189 if (wsi->http.comp_ctx.may_have_more) in lws_issue_raw()
|
/external/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 426 wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h2() 884 if (w->http.comp_ctx.buflist_comp || in rops_perform_user_POLLOUT_h2() 885 w->http.comp_ctx.may_have_more) { in rops_perform_user_POLLOUT_h2() 890 __func__, w->http.comp_ctx.buflist_comp, in rops_perform_user_POLLOUT_h2() 891 w->http.comp_ctx.may_have_more); in rops_perform_user_POLLOUT_h2()
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 46 ||wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked() 47 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 180 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer() local 182 return comp_ctx; in av1_mode_context_analyzer()
|
/external/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 62 ||wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked() 63 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 2276 || wsi->http.comp_ctx.buflist_comp || in lws_http_transaction_completed() 2277 wsi->http.comp_ctx.may_have_more in lws_http_transaction_completed() 2690 wsi->http.comp_ctx.chunking = 1; in lws_serve_http_file() 2793 if (wsi->http.comp_ctx.buflist_comp || in lws_serve_http_file_fragment() 2794 wsi->http.comp_ctx.may_have_more) { in lws_serve_http_file_fragment() 2798 __func__, wsi->http.comp_ctx.buflist_comp, in lws_serve_http_file_fragment() 2799 wsi->http.comp_ctx.may_have_more); in lws_serve_http_file_fragment() 2983 && !wsi->http.comp_ctx.buflist_comp && in lws_serve_http_file_fragment() 2984 !wsi->http.comp_ctx.may_have_more in lws_serve_http_file_fragment()
|
/external/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 254 lws_comp_ctx_t comp_ctx; member
|
D | header.c | 197 wsi->http.comp_ctx.chunking = 1; in lws_add_http_common_headers()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 145 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() local 146 update_mv_probs(&comp_ctx->sign, 1, r); in read_mv_probs() 147 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); in read_mv_probs() 148 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r); in read_mv_probs() 149 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); in read_mv_probs() 153 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() local 155 update_mv_probs(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r); in read_mv_probs() 156 update_mv_probs(comp_ctx->fp, 3, r); in read_mv_probs() 161 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() local 162 update_mv_probs(&comp_ctx->class0_hp, 1, r); in read_mv_probs() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 1041 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in mode_context_analyzer() local 1043 return comp_ctx; in mode_context_analyzer()
|