/external/mesa3d/src/amd/vpelib/src/core/inc/ |
D | vpe_priv.h | 88 struct stream_ctx *stream_ctx; member 125 struct stream_ctx { struct 126 struct vpe_priv *vpe_priv; 128 enum vpe_stream_type stream_type; 129 int32_t stream_idx; 130 struct vpe_stream stream; /**< stores all the input data */ 132 uint16_t num_segments; 133 struct segment_ctx *segment_ctx; 136 struct vpe_vector *configs[MAX_INPUT_PIPE]; 137 struct vpe_vector *stream_op_configs[MAX_INPUT_PIPE][VPE_CMD_TYPE_COUNT]; [all …]
|
/external/curl/lib/vquic/ |
D | curl_msh3.c | 172 struct stream_ctx { struct 190 #define H3_STREAM_CTX(ctx,data) ((struct stream_ctx *)((data && ctx)? \ argument
|
D | curl_quiche.c | 169 struct stream_ctx { struct 183 #define H3_STREAM_CTX(ctx,data) ((struct stream_ctx *)(\ argument
|
/external/mesa3d/src/amd/vpelib/src/core/ |
D | resource.c | 151 static enum vpe_status create_input_config_vector(struct stream_ctx *stream_ctx) in create_input_config_vector() 183 static void destroy_input_config_vector(struct stream_ctx *stream_ctx) in destroy_input_config_vector() 205 static void free_stream_ctx(uint32_t num_streams, struct stream_ctx *stream_ctx) in free_stream_ctx() 377 struct stream_ctx *stream_ctx = segment->stream_ctx; in calculate_recout() local 527 struct stream_ctx *stream_ctx = segment_ctx->stream_ctx; in calculate_inits_and_viewports() local 655 struct stream_ctx *stream_ctx = segment_ctx->stream_ctx; in vpe_resource_build_scaling_params() local 691 struct stream_ctx *stream_ctx; in vpe_handle_output_h_mirror() local 752 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[cb_ctx->stream_idx]; in vpe_frontend_config_callback() local
|
D | color.c | 52 struct stream_ctx *stream_ctx, uint32_t *shaper_norm_factor) in get_shaper_norm_factor() 101 static void color_check_input_cm_update(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in color_check_input_cm_update() 145 struct stream_ctx *stream_ctx; in vpe_allocate_cm_memory() local 604 struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, bool enable_3dlut) in vpe_color_update_3dlut() 639 struct stream_ctx *stream_ctx; in vpe_color_update_color_space_and_tf() local 758 struct stream_ctx *stream_ctx, enum color_transfer_func tf_in_3dlut, bool enable_3dlut) in vpe_color_update_shaper() 816 struct stream_ctx *stream_ctx; in vpe_color_update_movable_cm() local
|
D | vpe_visual_confirm.c | 60 struct stream_ctx *stream_ctx; in vpe_get_visual_confirm_total_seg_count() local 178 struct stream_ctx *stream_ctx; in vpe_create_visual_confirm_segs() local
|
D | vpelib.c | 287 …ream(struct vpe_priv *vpe_priv, const struct vpe_build_param *param, struct stream_ctx *stream_ctx) in populate_bg_stream() 391 struct stream_ctx* stream_ctx; in populate_input_streams() local 434 struct stream_ctx *stream_ctx; in populate_virtual_streams() local 746 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[stream_idx]; in vpe_build_commands() local
|
D | background.c | 35 struct stream_ctx *stream_ctx = &(vpe_priv->stream_ctx[0]); in vpe_create_bg_segments() local
|
D | color_bg.c | 253 bool vpe_is_global_bg_blend_applied(struct stream_ctx *stream_ctx) in vpe_is_global_bg_blend_applied()
|
/external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
D | vpe10_resource.c | 205 static bool vpe10_init_scaler_data(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in vpe10_init_scaler_data() 248 enum vpe_status vpe10_set_num_segments(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in vpe10_set_num_segments() 501 struct stream_ctx *stream_ctx = segment_ctx->stream_ctx; in vpe10_calculate_dst_viewport_and_active() local 602 struct stream_ctx *stream_ctx; in vpe10_calculate_segments() local 775 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[cmd_input->stream_idx]; in vpe10_program_frontend() local 952 struct stream_ctx *stream_ctx; in vpe10_populate_cmd_info() local 999 struct stream_ctx *stream_ctx, struct vpe_cmd_input *cmd_input, enum vpe_cmd_ops ops) in vpe10_create_stream_ops_config() 1299 struct stream_ctx *stream_ctx = vpe_priv->stream_ctx; // Only need to check the first stream. in is_valid_blend() local
|
D | vpe10_cmd_builder.c | 88 struct stream_ctx *stream_ctx; in vpe10_build_vpe_cmd() local 185 struct stream_ctx *stream_ctx; in vpe10_build_plane_descriptor() local
|
D | vpe10_dpp_cm.c | 210 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[vpe_priv->fe_cb_ctx.stream_idx]; in vpe10_dpp_program_input_transfer_func() local
|
D | vpe10_dpp.c | 351 struct dpp *dpp, const struct stream_ctx *stream_ctx, struct cnv_keyer_params *keyer_params) in vpe10_dpp_build_keyer_params()
|
D | vpe10_mpc.c | 1249 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[vpe_priv->fe_cb_ctx.stream_idx]; in vpe10_mpc_set_mpc_shaper_3dlut() local 1310 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[vpe_priv->fe_cb_ctx.stream_idx]; in vpe10_mpc_set_blend_lut() local
|
/external/mesa3d/src/amd/vpelib/src/chip/vpe11/ |
D | vpe11_resource.c | 234 enum vpe_status vpe11_set_num_segments(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in vpe11_set_num_segments()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 644 StreamWriteContext stream_ctx(&ctx, s); in grpc_chttp2_begin_write() local
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 655 StreamWriteContext stream_ctx(&ctx, s); in grpc_chttp2_begin_write() local
|