Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 25 of 48) sorted by relevance

12

/external/curl/lib/
Dhttp2.c217 int32_t stream_id = frame->hd.stream_id; in on_frame_recv() local
222 frame->hd.type, stream_id)); in on_frame_recv()
224 if(stream_id) { in on_frame_recv()
227 data_s = Curl_hash_pick(&httpc->streamsh, &stream_id, in on_frame_recv()
228 sizeof(stream_id)); in on_frame_recv()
233 stream_id); in on_frame_recv()
247 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_frame_recv()
286 ncopy, stream_id, stream->mem)); in on_frame_recv()
306 DEBUGF(infof(conn->data, "Got SETTINGS for stream %u!\n", stream_id)); in on_frame_recv()
327 frame->hd.type, stream_id)); in on_frame_recv()
[all …]
/external/libmicrohttpd/src/microspdy/
Dstream.c34 uint32_t stream_id; in SPDYF_stream_new() local
51 memcpy(&stream_id, session->read_buffer + session->read_buffer_beginning, 4); in SPDYF_stream_new()
52 stream_id = NTOH31(stream_id); in SPDYF_stream_new()
54 if(stream_id <= session->last_in_stream_id || 0==(stream_id % 2)) in SPDYF_stream_new()
73 session->last_in_stream_id = stream_id; in SPDYF_stream_new()
99 stream->stream_id = stream_id; in SPDYF_stream_new()
159 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session) in SPDYF_stream_find() argument
163 while(NULL != stream && stream_id != stream->stream_id) in SPDYF_stream_find()
Dsession.c82 session->current_stream_id = session->streams_head->stream_id; in spdyf_handler_read_syn_stream()
263 uint32_t stream_id; in spdyf_handler_read_rst_stream() local
289 memcpy(&stream_id, session->read_buffer + session->read_buffer_beginning, 4); in spdyf_handler_read_rst_stream()
290 stream_id = NTOH31(stream_id); in spdyf_handler_read_rst_stream()
304 if(stream_id == stream->stream_id) in spdyf_handler_read_rst_stream()
365 stream = SPDYF_stream_find(frame->stream_id, session); in spdyf_handler_read_data()
487 stream_id_nbo = HTON31(stream->stream_id); in SPDYF_handler_write_syn_reply()
508 session->last_replied_to_stream_id = stream->stream_id; in SPDYF_handler_write_syn_reply()
1672 uint32_t stream_id; in SPDYF_prepare_rst_stream() local
1675 stream_id = 0; in SPDYF_prepare_rst_stream()
[all …]
Dstream.h74 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session);
Dstructures.c337 data_frame->stream_id = stream->stream_id; in SPDYF_response_queue_create()
395 data_frame->stream_id = stream->stream_id; in SPDYF_response_queue_create()
/external/libopus/src/
Dopus_multistream.c57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) in get_left_channel() argument
63 if (layout->mapping[i]==stream_id*2) in get_left_channel()
69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev) in get_right_channel() argument
75 if (layout->mapping[i]==stream_id*2+1) in get_right_channel()
81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) in get_mono_channel() argument
87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams) in get_mono_channel()
Dopus_private.h52 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);
53 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev);
54 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev);
Dopus_multistream_decoder.c481 opus_int32 stream_id; in opus_multistream_decoder_ctl() local
483 stream_id = va_arg(ap, opus_int32); in opus_multistream_decoder_ctl()
484 if (stream_id<0 || stream_id >= st->layout.nb_streams) in opus_multistream_decoder_ctl()
491 for (s=0;s<stream_id;s++) in opus_multistream_decoder_ctl()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c67 spdy_cb_data_source_read(spdylay_session *session, int32_t stream_id, uint8_t *buf, size_t length, … in spdy_cb_data_source_read() argument
70 (void)stream_id; in spdy_cb_data_source_read()
293 int32_t stream_id; in spdy_cb_before_ctrl_send() local
298 stream_id = frame->syn_stream.stream_id; in spdy_cb_before_ctrl_send()
299 proxy = spdylay_session_get_stream_user_data(session, stream_id); in spdy_cb_before_ctrl_send()
300 proxy->stream_id = stream_id; in spdy_cb_before_ctrl_send()
308 …nore_rst_stream = NULL==spdylay_session_get_stream_user_data(session, frame->rst_stream.stream_id); in spdy_cb_before_ctrl_send()
310 frame->rst_stream.stream_id, in spdy_cb_before_ctrl_send()
329 int32_t stream_id; in spdy_cb_on_ctrl_recv() local
335 stream_id = frame->syn_reply.stream_id; in spdy_cb_on_ctrl_recv()
[all …]
Dmhd2spdy_http.c220 int rc= spdylay_session_resume_data(proxy->spdy_connection->session, proxy->stream_id); in http_cb_request()
221 PRINT_INFO2("rc is %i stream is %i", rc, proxy->stream_id); in http_cb_request()
402 if(proxy->stream_id > 0 /*&& NULL != proxy->spdy_connection->session*/) in http_cb_request_completed()
405 PRINT_INFO2("send rst_stream %i %i",proxy->spdy_active, proxy->stream_id ); in http_cb_request_completed()
406 spdylay_submit_rst_stream(proxy->spdy_connection->session, proxy->stream_id, 5); in http_cb_request_completed()
/external/webrtc/talk/app/webrtc/
Drtpsender.h77 const std::string& stream_id,
105 void set_stream_id(const std::string& stream_id) override { in set_stream_id() argument
106 stream_id_ = stream_id; in set_stream_id()
108 std::string stream_id() const override { return stream_id_; } in stream_id() function
136 const std::string& stream_id,
163 void set_stream_id(const std::string& stream_id) override { in set_stream_id() argument
164 stream_id_ = stream_id; in set_stream_id()
166 std::string stream_id() const override { return stream_id_; } in stream_id() function
Drtpsenderinterface.h66 virtual void set_stream_id(const std::string& stream_id) = 0;
67 virtual std::string stream_id() const = 0;
84 PROXY_CONSTMETHOD0(std::string, stream_id)
Drtpsender.cc63 const std::string& stream_id, in AudioRtpSender() argument
67 stream_id_(stream_id), in AudioRtpSender()
203 const std::string& stream_id, in VideoRtpSender() argument
206 stream_id_(stream_id), in VideoRtpSender()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c110 int32_t stream_id; member
278 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local
279 req = spdylay_session_get_stream_user_data(session, stream_id); in before_ctrl_send_callback()
280 if(req && req->stream_id == -1) { in before_ctrl_send_callback()
281 req->stream_id = stream_id; in before_ctrl_send_callback()
282 printf("[INFO] Stream ID = %d\n", stream_id); in before_ctrl_send_callback()
295 int32_t stream_id; in on_ctrl_send_callback() local
301 stream_id = frame->syn_stream.stream_id; in on_ctrl_send_callback()
306 if(name && spdylay_session_get_stream_user_data(session, stream_id)) { in on_ctrl_send_callback()
323 int32_t stream_id; in on_ctrl_recv_callback() local
[all …]
Dtest_new_connection.c128 int32_t stream_id; member
296 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local
297 req = spdylay_session_get_stream_user_data(session, stream_id); in before_ctrl_send_callback()
298 if(req && req->stream_id == -1) { in before_ctrl_send_callback()
299 req->stream_id = stream_id; in before_ctrl_send_callback()
300 spdylay_printf("[INFO] Stream ID = %d\n", stream_id); in before_ctrl_send_callback()
313 int32_t stream_id; in on_ctrl_send_callback() local
319 stream_id = frame->syn_stream.stream_id; in on_ctrl_send_callback()
324 if(name && spdylay_session_get_stream_user_data(session, stream_id)) { in on_ctrl_send_callback()
341 int32_t stream_id; in on_ctrl_recv_callback() local
[all …]
Dtest_notls.c107 int32_t stream_id; member
293 int stream_id = frame->syn_stream.stream_id; in before_ctrl_send_callback() local
294 req = spdylay_session_get_stream_user_data(session, stream_id); in before_ctrl_send_callback()
295 if(req && req->stream_id == -1) { in before_ctrl_send_callback()
296 req->stream_id = stream_id; in before_ctrl_send_callback()
297 printf("[INFO] Stream ID = %d\n", stream_id); in before_ctrl_send_callback()
310 int32_t stream_id; in on_ctrl_send_callback() local
316 stream_id = frame->syn_stream.stream_id; in on_ctrl_send_callback()
321 if(name && spdylay_session_get_stream_user_data(session, stream_id)) { in on_ctrl_send_callback()
338 int32_t stream_id; in on_ctrl_recv_callback() local
[all …]
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_impl.h36 VideoRenderCallback* AddIncomingRenderStream(const uint32_t stream_id,
43 int32_t DeleteIncomingRenderStream(const uint32_t stream_id) override;
45 int32_t GetIncomingRenderStreamProperties(const uint32_t stream_id,
64 uint32_t RenderFrameRate(const uint32_t stream_id);
65 int32_t SetStreamCropping(const uint32_t stream_id,
70 int32_t ConfigureRenderer(const uint32_t stream_id,
Dvideo_render_ios_impl.mm64 const uint32_t stream_id,
76 stream_id, z_order, left, top, right, bottom);
80 const uint32_t stream_id) {
83 return ptr_ios_render_->DeleteEaglChannel(stream_id);
87 const uint32_t stream_id,
/external/libvncserver/libvncclient/
Dtight.c100 int err, stream_id, compressedLen, bitsPixel; in HandleTightBPP() local
107 for (stream_id = 0; stream_id < 4; stream_id++) { in HandleTightBPP()
108 if ((comp_ctl & 1) && client->zlibStreamActive[stream_id]) { in HandleTightBPP()
109 if (inflateEnd (&client->zlibStream[stream_id]) != Z_OK && in HandleTightBPP()
110 client->zlibStream[stream_id].msg != NULL) in HandleTightBPP()
111 rfbClientLog("inflateEnd: %s\n", client->zlibStream[stream_id].msg); in HandleTightBPP()
112 client->zlibStreamActive[stream_id] = FALSE; in HandleTightBPP()
214 stream_id = comp_ctl & 0x03; in HandleTightBPP()
215 zs = &client->zlibStream[stream_id]; in HandleTightBPP()
216 if (!client->zlibStreamActive[stream_id]) { in HandleTightBPP()
[all …]
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc903 const int stream_id = evt->strreset_stream_list[i]; in OnStreamResetEvent() local
906 StreamSet::iterator it = sent_reset_streams_.find(stream_id); in OnStreamResetEvent()
911 << "): local sid " << stream_id << " acknowledged."; in OnStreamResetEvent()
914 } else if ((it = open_streams_.find(stream_id)) in OnStreamResetEvent()
918 << "): closing sid " << stream_id; in OnStreamResetEvent()
920 SignalStreamClosedRemotely(stream_id); in OnStreamResetEvent()
922 } else if ((it = queued_reset_streams_.find(stream_id)) in OnStreamResetEvent()
927 << "): double-sided close for sid " << stream_id; in OnStreamResetEvent()
937 << "): Unknown sid " << stream_id; in OnStreamResetEvent()
/external/webrtc/webrtc/common_video/
Dincoming_video_stream.cc35 IncomingVideoStream::IncomingVideoStream(uint32_t stream_id, in IncomingVideoStream() argument
37 : stream_id_(stream_id), in IncomingVideoStream()
66 int32_t IncomingVideoStream::RenderFrame(const uint32_t stream_id, in RenderFrame() argument
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java227 public RtpSender createSender(String kind, String stream_id) { in createSender() argument
228 RtpSender new_sender = nativeCreateSender(kind, stream_id); in createSender()
300 private native RtpSender nativeCreateSender(String kind, String stream_id); in nativeCreateSender() argument
/external/webrtc/webrtc/common_video/include/
Dincoming_video_stream.h34 IncomingVideoStream(uint32_t stream_id, bool disable_prerenderer_smoothing);
39 virtual int32_t RenderFrame(const uint32_t stream_id,
/external/libdrm/include/drm/
Dvmwgfx_drm.h513 uint32_t stream_id; member
578 uint32_t stream_id; member
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h452 uint32_t stream_id; member
517 uint32_t stream_id; member

12