Home
last modified time | relevance | path

Searched defs:stream_id (Results 101 - 113 of 113) sorted by relevance

12345

/third_party/ffmpeg/libavformat/
H A Dmpegts.c305 uint8_t stream_id; member
[all...]
H A Dhlsenc.c1976 get_nth_codec_stream_index(AVFormatContext *s, enum AVMediaType codec_type, int64_t stream_id) get_nth_codec_stream_index() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h2397 int stream_id() const in stream_id() function in ir_emit_vertex
2430 int stream_id() const in stream_id() function in ir_end_primitive
/third_party/nghttp2/lib/
H A Dnghttp2_session.c126 session_is_new_peer_stream_id(nghttp2_session *session, int32_t stream_id) session_is_new_peer_stream_id() argument
133 session_detect_idle_stream(nghttp2_session *session, int32_t stream_id) session_detect_idle_stream() argument
273 nghttp2_session_is_my_stream_id(nghttp2_session *session, int32_t stream_id) nghttp2_session_is_my_stream_id() argument
286 nghttp2_session_get_stream(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream() argument
300 nghttp2_session_get_stream_raw(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_raw() argument
1212 nghttp2_session_add_rst_stream(nghttp2_session *session, int32_t stream_id, uint32_t error_code) nghttp2_session_add_rst_stream() argument
1290 nghttp2_session_open_stream(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) nghttp2_session_open_stream() argument
1462 nghttp2_session_close_stream(nghttp2_session *session, int32_t stream_id, uint32_t error_code) nghttp2_session_close_stream() argument
2032 session_predicate_window_update_send(nghttp2_session *session, int32_t stream_id) session_predicate_window_update_send() argument
2057 session_predicate_altsvc_send(nghttp2_session *session, int32_t stream_id) session_predicate_altsvc_send() argument
2087 session_predicate_priority_update_send(nghttp2_session *session, int32_t stream_id) session_predicate_priority_update_send() argument
3781 session_handle_invalid_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_frame *frame, int lib_error_code) session_handle_invalid_stream2() argument
4106 int32_t stream_id; session_after_header_block_received() local
5534 session_update_consumed_size(nghttp2_session *session, int32_t *consumed_size_ptr, int32_t *recv_window_size_ptr, uint8_t window_update_queued, int32_t stream_id, size_t delta_size, int32_t local_window_size) session_update_consumed_size() argument
5609 int32_t stream_id; session_on_data_received_fail_fast() local
7483 nghttp2_session_add_window_update(nghttp2_session *session, uint8_t flags, int32_t stream_id, int32_t window_size_increment) nghttp2_session_add_window_update() argument
7785 nghttp2_session_get_stream_user_data(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_user_data() argument
7796 nghttp2_session_set_stream_user_data(nghttp2_session *session, int32_t stream_id, void *stream_user_data) nghttp2_session_set_stream_user_data() argument
7838 nghttp2_session_resume_data(nghttp2_session *session, int32_t stream_id) nghttp2_session_resume_data() argument
7864 nghttp2_session_get_stream_effective_recv_data_length(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_effective_recv_data_length() argument
7875 nghttp2_session_get_stream_effective_local_window_size(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_effective_local_window_size() argument
7885 nghttp2_session_get_stream_local_window_size(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_local_window_size() argument
7919 nghttp2_session_get_stream_remote_window_size(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_remote_window_size() argument
8109 nghttp2_session_get_stream_local_close(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_local_close() argument
8122 nghttp2_session_get_stream_remote_close(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_remote_close() argument
8135 nghttp2_session_consume(nghttp2_session *session, int32_t stream_id, size_t size) nghttp2_session_consume() argument
8185 nghttp2_session_consume_stream(nghttp2_session *session, int32_t stream_id, size_t size) nghttp2_session_consume_stream() argument
8240 nghttp2_session_find_stream(nghttp2_session *session, int32_t stream_id) nghttp2_session_find_stream() argument
8257 nghttp2_session_change_stream_priority( nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_change_stream_priority() argument
8294 nghttp2_session_create_idle_stream(nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_create_idle_stream() argument
8346 nghttp2_session_change_extpri_stream_priority( nghttp2_session *session, int32_t stream_id, const nghttp2_extpri *extpri_in, int ignore_client_signal) nghttp2_session_change_extpri_stream_priority() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c68 int32_t stream_id; member
264 on_data_chunk_recv_callback(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) on_data_chunk_recv_callback() argument
278 pause_on_data_chunk_recv_callback(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) pause_on_data_chunk_recv_callback() argument
302 too_large_data_source_length_callback( nghttp2_session *session, uint8_t frame_type, int32_t stream_id, int32_t session_remote_window_size, int32_t stream_remote_window_size, uint32_t remote_max_frame_size, void *user_data) too_large_data_source_length_callback() argument
317 smallest_length_data_source_length_callback( nghttp2_session *session, uint8_t frame_type, int32_t stream_id, int32_t session_remote_window_size, int32_t stream_remote_window_size, uint32_t remote_max_frame_size, void *user_data) smallest_length_data_source_length_callback() argument
332 fixed_length_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) fixed_length_data_source_read_callback() argument
354 temporal_failure_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) temporal_failure_data_source_read_callback() argument
368 fail_data_source_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) fail_data_source_read_callback() argument
384 no_end_stream_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) no_end_stream_data_source_read_callback() argument
398 no_copy_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) no_copy_data_source_read_callback() argument
558 defer_data_source_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) defer_data_source_read_callback() argument
574 on_stream_close_callback(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *user_data) on_stream_close_callback() argument
587 fatal_error_on_stream_close_callback(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *user_data) fatal_error_on_stream_close_callback() argument
2791 int32_t stream_id; test_nghttp2_session_recv_priority_update() local
3219 int32_t stream_id = 1; test_nghttp2_session_on_request_headers_received() local
5387 submit_data_twice_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) submit_data_twice_data_source_read_callback() argument
6637 int32_t stream_id; test_nghttp2_submit_extension() local
6860 int32_t stream_id; test_nghttp2_submit_priority_update() local
6959 int32_t stream_id; test_nghttp2_submit_rst_stream() local
9884 int32_t stream_id; test_nghttp2_session_keep_idle_stream() local
10006 int32_t stream_id; test_nghttp2_session_large_dep_tree() local
10384 int32_t stream_id; test_nghttp2_session_reset_pending_headers() local
10586 submit_response_on_stream_close(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *user_data) submit_response_on_stream_close() argument
10987 int32_t stream_id, last_stream_id; test_nghttp2_session_repeated_priority_change() local
11037 int32_t stream_id, last_stream_id; test_nghttp2_session_repeated_priority_submission() local
11266 int32_t stream_id; test_nghttp2_session_cancel_from_before_frame_send() local
11585 pause_once_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) pause_once_data_source_read_callback() argument
11657 int32_t stream_id; test_nghttp2_session_set_stream_user_data() local
11983 int32_t stream_id; test_nghttp2_session_stream_reset_ratelim() local
12074 check_nghttp2_http_recv_headers_fail( nghttp2_session *session, nghttp2_hd_deflater *deflater, int32_t stream_id, int stream_state, const nghttp2_nv *nva, size_t nvlen) check_nghttp2_http_recv_headers_fail() argument
12117 check_nghttp2_http_recv_headers_ok( nghttp2_session *session, nghttp2_hd_deflater *deflater, int32_t stream_id, int stream_state, const nghttp2_nv *nva, size_t nvlen) check_nghttp2_http_recv_headers_ok() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c126 session_is_new_peer_stream_id(nghttp2_session *session, int32_t stream_id) session_is_new_peer_stream_id() argument
133 session_detect_idle_stream(nghttp2_session *session, int32_t stream_id) session_detect_idle_stream() argument
273 nghttp2_session_is_my_stream_id(nghttp2_session *session, int32_t stream_id) nghttp2_session_is_my_stream_id() argument
286 nghttp2_session_get_stream(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream() argument
300 nghttp2_session_get_stream_raw(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_raw() argument
1207 nghttp2_session_add_rst_stream(nghttp2_session *session, int32_t stream_id, uint32_t error_code) nghttp2_session_add_rst_stream() argument
1285 nghttp2_session_open_stream(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) nghttp2_session_open_stream() argument
1457 nghttp2_session_close_stream(nghttp2_session *session, int32_t stream_id, uint32_t error_code) nghttp2_session_close_stream() argument
2027 session_predicate_window_update_send(nghttp2_session *session, int32_t stream_id) session_predicate_window_update_send() argument
2052 session_predicate_altsvc_send(nghttp2_session *session, int32_t stream_id) session_predicate_altsvc_send() argument
2082 session_predicate_priority_update_send(nghttp2_session *session, int32_t stream_id) session_predicate_priority_update_send() argument
3776 session_handle_invalid_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_frame *frame, int lib_error_code) session_handle_invalid_stream2() argument
4101 int32_t stream_id; session_after_header_block_received() local
5529 session_update_consumed_size(nghttp2_session *session, int32_t *consumed_size_ptr, int32_t *recv_window_size_ptr, uint8_t window_update_queued, int32_t stream_id, size_t delta_size, int32_t local_window_size) session_update_consumed_size() argument
5604 int32_t stream_id; session_on_data_received_fail_fast() local
7472 nghttp2_session_add_window_update(nghttp2_session *session, uint8_t flags, int32_t stream_id, int32_t window_size_increment) nghttp2_session_add_window_update() argument
7774 nghttp2_session_get_stream_user_data(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_user_data() argument
7785 nghttp2_session_set_stream_user_data(nghttp2_session *session, int32_t stream_id, void *stream_user_data) nghttp2_session_set_stream_user_data() argument
7827 nghttp2_session_resume_data(nghttp2_session *session, int32_t stream_id) nghttp2_session_resume_data() argument
7853 nghttp2_session_get_stream_effective_recv_data_length(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_effective_recv_data_length() argument
7864 nghttp2_session_get_stream_effective_local_window_size(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_effective_local_window_size() argument
7874 nghttp2_session_get_stream_local_window_size(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_local_window_size() argument
7908 nghttp2_session_get_stream_remote_window_size(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_remote_window_size() argument
8098 nghttp2_session_get_stream_local_close(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_local_close() argument
8111 nghttp2_session_get_stream_remote_close(nghttp2_session *session, int32_t stream_id) nghttp2_session_get_stream_remote_close() argument
8124 nghttp2_session_consume(nghttp2_session *session, int32_t stream_id, size_t size) nghttp2_session_consume() argument
8174 nghttp2_session_consume_stream(nghttp2_session *session, int32_t stream_id, size_t size) nghttp2_session_consume_stream() argument
8229 nghttp2_session_find_stream(nghttp2_session *session, int32_t stream_id) nghttp2_session_find_stream() argument
8246 nghttp2_session_change_stream_priority( nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_change_stream_priority() argument
8283 nghttp2_session_create_idle_stream(nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_create_idle_stream() argument
8335 nghttp2_session_change_extpri_stream_priority( nghttp2_session *session, int32_t stream_id, const nghttp2_extpri *extpri_in, int ignore_client_signal) nghttp2_session_change_extpri_stream_priority() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1839 unsigned stream_id; in emit_vertex() local
1866 unsigned stream_id = 0; in emit_primitive() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1787 draw_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, struct lp_build_context * bld, LLVMValueRef (*outputs)[4], LLVMValueRef emitted_vertices_vec, LLVMValueRef mask_vec, LLVMValueRef stream_id) draw_gs_llvm_emit_vertex() argument
/third_party/ffmpeg/fftools/
H A Dffplay.c2718 static int stream_has_enough_packets(AVStream *st, int stream_id, PacketQueue *queue) { in stream_has_enough_packets() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4007 const unsigned stream_id = output->stream; in iris_create_so_decl_list() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c53 static int conn_local_stream(ngtcp2_conn *conn, int64_t stream_id) { in conn_local_stream() argument
61 static int bidi_stream(int64_t stream_id) { return (stream_id & 0x2) == 0; } in bidi_stream() argument
183 static int conn_call_stream_reset(ngtcp2_conn *conn, int64_t stream_id, in conn_call_stream_reset() argument
343 conn_call_extend_max_stream_data(ngtcp2_conn *conn, ngtcp2_strm *strm, int64_t stream_id, uint64_t datalen) conn_call_extend_max_stream_data() argument
393 conn_call_stream_stop_sending(ngtcp2_conn *conn, int64_t stream_id, uint64_t app_error_code, void *stream_user_data) conn_call_stream_stop_sending() argument
3208 conn_initial_stream_rx_offset(ngtcp2_conn *conn, int64_t stream_id) conn_initial_stream_rx_offset() argument
6796 ngtcp2_conn_init_stream(ngtcp2_conn *conn, ngtcp2_strm *strm, int64_t stream_id, void *stream_user_data) ngtcp2_conn_init_stream() argument
11461 ngtcp2_conn_find_stream(ngtcp2_conn *conn, int64_t stream_id) ngtcp2_conn_find_stream() argument
11465 ngtcp2_conn_write_stream_versioned( ngtcp2_conn *conn, ngtcp2_path *path, int pkt_info_version, ngtcp2_pkt_info *pi, uint8_t *dest, size_t destlen, ngtcp2_ssize *pdatalen, uint32_t flags, int64_t stream_id, const uint8_t *data, size_t datalen, ngtcp2_tstamp ts) ngtcp2_conn_write_stream_versioned() argument
11520 ngtcp2_conn_writev_stream_versioned( ngtcp2_conn *conn, ngtcp2_path *path, int pkt_info_version, ngtcp2_pkt_info *pi, uint8_t *dest, size_t destlen, ngtcp2_ssize *pdatalen, uint32_t flags, int64_t stream_id, const ngtcp2_vec *datav, size_t datavcnt, ngtcp2_tstamp ts) ngtcp2_conn_writev_stream_versioned() argument
12337 ngtcp2_conn_shutdown_stream(ngtcp2_conn *conn, int64_t stream_id, uint64_t app_error_code) ngtcp2_conn_shutdown_stream() argument
12360 ngtcp2_conn_shutdown_stream_write(ngtcp2_conn *conn, int64_t stream_id, uint64_t app_error_code) ngtcp2_conn_shutdown_stream_write() argument
12372 ngtcp2_conn_shutdown_stream_read(ngtcp2_conn *conn, int64_t stream_id, uint64_t app_error_code) ngtcp2_conn_shutdown_stream_read() argument
12420 ngtcp2_conn_extend_max_stream_offset(ngtcp2_conn *conn, int64_t stream_id, uint64_t datalen) ngtcp2_conn_extend_max_stream_offset() argument
13159 ngtcp2_conn_get_max_stream_data_left(ngtcp2_conn *conn, int64_t stream_id) ngtcp2_conn_get_max_stream_data_left() argument
13299 ngtcp2_conn_is_local_stream(ngtcp2_conn *conn, int64_t stream_id) ngtcp2_conn_is_local_stream() argument
13309 ngtcp2_conn_set_stream_user_data(ngtcp2_conn *conn, int64_t stream_id, void *stream_user_data) ngtcp2_conn_set_stream_user_data() argument
13377 ngtcp2_conn_get_stream_loss_count(ngtcp2_conn *conn, int64_t stream_id) ngtcp2_conn_get_stream_loss_count() argument
13479 ngtcp2_is_bidi_stream(int64_t stream_id) ngtcp2_is_bidi_stream() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c3605 const struct dxil_value *stream_id = dxil_module_get_int8_const(&ctx->mod, nir_intrinsic_stream_id(intr)); in emit_emit_vertex() local
3625 const struct dxil_value *stream_id = dxil_module_get_int8_const(&ctx->mod, nir_intrinsic_stream_id(intr)); in emit_end_primitive() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4294 const unsigned stream_id = output->stream; in crocus_create_so_decl_list() local

Completed in 90 milliseconds

12345