Searched refs:stream_id (Results 1 - 25 of 49) sorted by relevance

12

/external/libmicrohttpd/src/microspdy/
H A Dstream.c34 uint32_t stream_id; local
51 memcpy(&stream_id, session->read_buffer + session->read_buffer_beginning, 4);
52 stream_id = NTOH31(stream_id);
54 if(stream_id <= session->last_in_stream_id || 0==(stream_id % 2))
73 session->last_in_stream_id = stream_id;
99 stream->stream_id = stream_id;
159 SPDYF_stream_find(uint32_t stream_id, struc argument
[all...]
H A Dstream.h69 * @param stream_id to search for
74 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session);
H A Dsession.c82 session->current_stream_id = session->streams_head->stream_id;
263 uint32_t stream_id; local
289 memcpy(&stream_id, session->read_buffer + session->read_buffer_beginning, 4);
290 stream_id = NTOH31(stream_id);
304 if(stream_id == stream->stream_id)
313 //SPDYF_DEBUG("Received RST_STREAM; status=%i; id=%i",status,stream_id);
365 stream = SPDYF_stream_find(frame->stream_id, session);
413 //SPDYF_DEBUG("data received: id %i", frame->stream_id);
1672 uint32_t stream_id; local
[all...]
/external/libopus/src/
H A Dopus_multistream.c57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) argument
63 if (layout->mapping[i]==stream_id*2)
69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev) argument
75 if (layout->mapping[i]==stream_id*2+1)
81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) argument
87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
H A 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);
/external/curl/lib/
H A Dhttp2.c217 int32_t stream_id = frame->hd.stream_id; local
222 frame->hd.type, stream_id));
224 if(stream_id) {
227 data_s = Curl_hash_pick(&httpc->streamsh, &stream_id,
228 sizeof(stream_id));
233 stream_id);
247 stream_id, NGHTTP2_PROTOCOL_ERROR);
286 ncopy, stream_id, stream->mem));
306 DEBUGF(infof(conn->data, "Got SETTINGS for stream %u!\n", stream_id));
346 on_data_chunk_recv(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *userp) argument
435 on_stream_close(nghttp2_session *session, int32_t stream_id, uint32_t error_code, void *userp) argument
520 int32_t stream_id = frame->hd.stream_id; local
585 data_source_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *userp) argument
1010 int32_t stream_id; local
[all...]
/external/webrtc/webrtc/modules/video_render/ios/
H A 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,
H A Dvideo_render_ios_channel.h27 int32_t RenderFrame(const uint32_t stream_id,
H A 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,
H A Dvideo_render_ios_channel.mm25 int32_t VideoRenderIosChannel::RenderFrame(const uint32_t stream_id,
H A Dvideo_render_ios_gles20.h47 int SetStreamCropping(const uint stream_id,
/external/webrtc/talk/app/webrtc/
H A Drtpsender.h77 const std::string& stream_id,
81 // Randomly generates id and stream_id.
105 void set_stream_id(const std::string& stream_id) override {
106 stream_id_ = stream_id;
108 std::string stream_id() const override { return stream_id_; }
136 const std::string& stream_id,
139 // Randomly generates id and stream_id.
163 void set_stream_id(const std::string& stream_id) override {
164 stream_id_ = stream_id;
166 std::string stream_id() cons
[all...]
H A 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)
H A Drtpsender.cc63 const std::string& stream_id,
67 stream_id_(stream_id),
203 const std::string& stream_id,
206 stream_id_(stream_id),
62 AudioRtpSender(AudioTrackInterface* track, const std::string& stream_id, AudioProviderInterface* provider, StatsCollector* stats) argument
202 VideoRtpSender(VideoTrackInterface* track, const std::string& stream_id, VideoProviderInterface* provider) argument
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.c67 spdy_cb_data_source_read(spdylay_session *session, int32_t stream_id, uint8_t *buf, size_t length, int *eof, spdylay_data_source *source, void *user_data) argument
70 (void)stream_id;
158 PRINT_INFO2("ignoring RST_STREAM for stream_id %i %i %i %i", data[8], data[9], data[10], data[11]);
293 int32_t stream_id; local
298 stream_id = frame->syn_stream.stream_id;
299 proxy = spdylay_session_get_stream_user_data(session, stream_id);
300 proxy->stream_id = stream_id;
308 glob_opt.ignore_rst_stream = NULL==spdylay_session_get_stream_user_data(session, frame->rst_stream.stream_id);
329 int32_t stream_id; local
386 spdy_cb_on_stream_close(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) argument
419 spdy_cb_on_data_chunk_recv(spdylay_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) argument
464 spdy_cb_on_data_recv(spdylay_session *session, uint8_t flags, int32_t stream_id, int32_t length, void *user_data) argument
[all...]
H A Dmhd2spdy_http.c220 int rc= spdylay_session_resume_data(proxy->spdy_connection->session, proxy->stream_id);
221 PRINT_INFO2("rc is %i stream is %i", rc, proxy->stream_id);
402 if(proxy->stream_id > 0 /*&& NULL != proxy->spdy_connection->session*/)
405 PRINT_INFO2("send rst_stream %i %i",proxy->spdy_active, proxy->stream_id );
406 spdylay_submit_rst_stream(proxy->spdy_connection->session, proxy->stream_id, 5);
/external/libmicrohttpd/src/testspdy/
H A Dtest_notls.c107 int32_t stream_id; member in struct:Request
293 int stream_id = frame->syn_stream.stream_id; local
294 req = spdylay_session_get_stream_user_data(session, stream_id);
295 if(req && req->stream_id == -1) {
296 req->stream_id = stream_id;
297 printf("[INFO] Stream ID = %d\n", stream_id);
310 int32_t stream_id; local
316 stream_id
338 int32_t stream_id; local
373 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) argument
398 on_data_chunk_recv_callback(spdylay_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) argument
[all...]
H A Dtest_new_connection.c128 int32_t stream_id; member in struct:Request
296 int stream_id = frame->syn_stream.stream_id; local
297 req = spdylay_session_get_stream_user_data(session, stream_id);
298 if(req && req->stream_id == -1) {
299 req->stream_id = stream_id;
300 spdylay_printf("[INFO] Stream ID = %d\n", stream_id);
313 int32_t stream_id; local
319 stream_id
341 int32_t stream_id; local
376 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) argument
400 on_data_chunk_recv_callback(spdylay_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) argument
[all...]
H A Dtest_request_response.c110 int32_t stream_id; member in struct:Request
278 int stream_id = frame->syn_stream.stream_id; local
279 req = spdylay_session_get_stream_user_data(session, stream_id);
280 if(req && req->stream_id == -1) {
281 req->stream_id = stream_id;
282 printf("[INFO] Stream ID = %d\n", stream_id);
295 int32_t stream_id; local
301 stream_id
323 int32_t stream_id; local
358 on_stream_close_callback(spdylay_session *session, int32_t stream_id, spdylay_status_code status_code, void *user_data) argument
383 on_data_chunk_recv_callback(spdylay_session *session, uint8_t flags, int32_t stream_id, const uint8_t *data, size_t len, void *user_data) argument
[all...]
/external/webrtc/webrtc/common_video/include/
H A Dincoming_video_stream.h34 IncomingVideoStream(uint32_t stream_id, bool disable_prerenderer_smoothing);
39 virtual int32_t RenderFrame(const uint32_t stream_id,
/external/libvncserver/libvncclient/
H A Dtight.c100 int err, stream_id, compressedLen, bitsPixel; local
107 for (stream_id = 0; stream_id < 4; stream_id++) {
108 if ((comp_ctl & 1) && client->zlibStreamActive[stream_id]) {
109 if (inflateEnd (&client->zlibStream[stream_id]) != Z_OK &&
110 client->zlibStream[stream_id].msg != NULL)
111 rfbClientLog("inflateEnd: %s\n", client->zlibStream[stream_id].msg);
112 client->zlibStreamActive[stream_id] = FALSE;
214 stream_id
[all...]
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h497 * @stream_id: Stearm to control
513 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
571 * @stream_id: Device unique context ID.
578 uint32_t stream_id; member in struct:drm_vmw_stream_arg
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h436 * @stream_id: Stearm to control
452 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
510 * @stream_id: Device unique context ID.
517 uint32_t stream_id; member in struct:drm_vmw_stream_arg
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java227 public RtpSender createSender(String kind, String stream_id) { argument
228 RtpSender new_sender = nativeCreateSender(kind, stream_id);
300 private native RtpSender nativeCreateSender(String kind, String stream_id); argument
/external/webrtc/webrtc/common_video/
H A Dincoming_video_stream.cc35 IncomingVideoStream::IncomingVideoStream(uint32_t stream_id, argument
37 : stream_id_(stream_id),
66 int32_t IncomingVideoStream::RenderFrame(const uint32_t stream_id, argument

Completed in 613 milliseconds

12