Home
last modified time | relevance | path

Searched defs:stream_ctx (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dvpe_priv.h84 struct stream_ctx *stream_ctx; member
129 struct stream_ctx { struct
130 struct vpe_priv *vpe_priv;
132 enum vpe_stream_type stream_type;
133 int32_t stream_idx;
134 struct vpe_stream stream; /**< stores all the input data */
136 uint16_t num_segments;
137 struct segment_ctx *segment_ctx;
139 uint16_t num_configs; // shared among same stream
140 uint16_t num_stream_op_configs[VPE_CMD_TYPE_COUNT]; // shared among same cmd type within the
[all …]
/aosp_15_r20/external/curl/lib/vquic/
H A Dcurl_msh3.c164 struct stream_ctx { struct
182 #define H3_STREAM_CTX(ctx,data) ((struct stream_ctx *)((data && ctx)? \ argument
H A Dcurl_quiche.c169 struct stream_ctx { struct
183 #define H3_STREAM_CTX(ctx,data) ((struct stream_ctx *)(\ argument
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/
H A Dvpe10_resource.c194 static bool vpe10_init_scaler_data(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in vpe10_init_scaler_data()
237 enum vpe_status vpe10_set_num_segments(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in vpe10_set_num_segments()
467 struct stream_ctx *stream_ctx = segment_ctx->stream_ctx; in vpe10_calculate_dst_viewport_and_active() local
531 struct stream_ctx *stream_ctx; in vpe10_calculate_segments() local
710 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[cmd_input->stream_idx]; in vpe10_program_frontend() local
877 struct stream_ctx *stream_ctx; in vpe10_populate_cmd_info() local
926 struct stream_ctx *stream_ctx, struct vpe_cmd_input *cmd_input, enum vpe_cmd_ops ops) in vpe10_create_stream_ops_config()
H A Dvpe10_cmd_builder.c87 struct stream_ctx *stream_ctx; in vpe10_build_vpe_cmd() local
171 struct stream_ctx *stream_ctx; in vpe10_build_plane_descriptor() local
H A Dvpe10_mpc.c1264 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[vpe_priv->fe_cb_ctx.stream_idx]; in vpe10_mpc_set_mpc_shaper_3dlut() local
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/
H A Dresource.c323 struct stream_ctx *stream_ctx = segment->stream_ctx; in calculate_recout() local
473 struct stream_ctx *stream_ctx = segment_ctx->stream_ctx; in calculate_inits_and_viewports() local
601 struct stream_ctx *stream_ctx = segment_ctx->stream_ctx; in vpe_resource_build_scaling_params() local
637 struct stream_ctx *stream_ctx; in vpe_handle_output_h_mirror() local
698 struct stream_ctx *stream_ctx = &vpe_priv->stream_ctx[cb_ctx->stream_idx]; in vpe_frontend_config_callback() local
H A Dcolor.c63 struct stream_ctx *stream_ctx, uint32_t *shaper_norm_factor) in get_shaper_norm_factor()
112 static void color_check_input_cm_update(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in color_check_input_cm_update()
228 struct stream_ctx *stream_ctx; in vpe_allocate_cm_memory() local
629 struct stream_ctx *stream_ctx; in vpe_color_update_color_space_and_tf() local
757 struct stream_ctx *stream_ctx; in vpe_color_update_movable_cm() local
H A Dvpelib.c227 …ream(struct vpe_priv *vpe_priv, const struct vpe_build_param *param, struct stream_ctx *stream_ctx) in populate_bg_stream()
331 struct stream_ctx* stream_ctx; in populate_input_streams() local
370 struct stream_ctx *stream_ctx; in populate_virtual_streams() local
H A Dvpe_visual_confirm.c48 struct stream_ctx *stream_ctx; in vpe_get_visual_confirm_total_seg_count() local
164 struct stream_ctx *stream_ctx; in vpe_create_visual_confirm_segs() local
H A Dcolor_bg.c252 static inline bool is_global_bg_blend_applied(struct stream_ctx *stream_ctx) { in is_global_bg_blend_applied()
270 struct stream_ctx *stream_ctx = vpe_priv->stream_ctx; //Only need to check the first stream. in is_valid_blend() local
H A Dbackground.c35 struct stream_ctx *stream_ctx = &(vpe_priv->stream_ctx[0]); in vpe_create_bg_segments() local
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe11/
H A Dvpe11_resource.c225 enum vpe_status vpe11_set_num_segments(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx, in vpe11_set_num_segments()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc644 StreamWriteContext stream_ctx(&ctx, s); in grpc_chttp2_begin_write() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dwriting.cc655 StreamWriteContext stream_ctx(&ctx, s); in grpc_chttp2_begin_write() local