Home
last modified time | relevance | path

Searched refs:stream_ctx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dtranscoding.c57 static StreamContext *stream_ctx; variable
75 stream_ctx = av_calloc(ifmt_ctx->nb_streams, sizeof(*stream_ctx)); in open_input_file()
76 if (!stream_ctx) in open_input_file()
110 stream_ctx[i].dec_ctx = codec_ctx; in open_input_file()
112 stream_ctx[i].dec_frame = av_frame_alloc(); in open_input_file()
113 if (!stream_ctx[i].dec_frame) in open_input_file()
146 dec_ctx = stream_ctx[i].dec_ctx; in open_output_file()
202 stream_ctx[i].enc_ctx = enc_ctx; in open_output_file()
409 ret = init_filter(&filter_ctx[i], stream_ctx[ in init_filters()
[all...]
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c138 struct stream_ctx { struct
156 #define H3_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \
167 struct stream_ctx *stream = H3_STREAM_CTX(data); in h3_data_setup()
187 struct stream_ctx *stream = H3_STREAM_CTX(data); in h3_data_done()
199 struct stream_ctx *stream) in drain_stream_from_other_thread()
216 struct stream_ctx *stream = H3_STREAM_CTX(data); in drain_stream()
314 struct stream_ctx *stream = H3_STREAM_CTX(data); in write_resp_raw()
340 struct stream_ctx *stream = H3_STREAM_CTX(data); in msh3_header_received()
389 struct stream_ctx *stream = H3_STREAM_CTX(data); in msh3_data_received()
428 struct stream_ctx *strea in msh3_complete()
[all...]
H A Dcurl_quiche.c140 struct stream_ctx { struct
154 #define H3_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \
165 struct stream_ctx *stream; in check_resumes()
184 struct stream_ctx *stream = H3_STREAM_CTX(data); in h3_data_setup()
204 struct stream_ctx *stream = H3_STREAM_CTX(data); in h3_data_done()
229 struct stream_ctx *stream = H3_STREAM_CTX(data); in drain_stream()
272 struct stream_ctx *stream = H3_STREAM_CTX(data); in write_resp_raw()
302 struct stream_ctx *stream = H3_STREAM_CTX(x->data); in cb_each_header()
342 struct stream_ctx *stream = H3_STREAM_CTX(x->data); in stream_resp_read()
365 struct stream_ctx *strea in cf_recv_body()
[all...]
/third_party/curl/lib/
H A Dhttp2.c174 struct stream_ctx { struct
201 #define H2_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \
213 struct stream_ctx *stream) in drain_stream()
232 struct stream_ctx **pstream) in http2_data_setup()
235 struct stream_ctx *stream; in http2_data_setup()
274 static void free_push_headers(struct stream_ctx *stream) in free_push_headers()
287 struct stream_ctx *stream = H2_STREAM_CTX(data); in http2_data_done()
415 struct stream_ctx *stream; in cf_h2_ctx_init()
735 struct stream_ctx *stream = H2_STREAM_CTX(h->data); in curl_pushheader_bynum()
747 struct stream_ctx *strea in curl_pushheader_byname()
[all...]

Completed in 6 milliseconds