/third_party/nghttp2/src/ |
D | asio_server_http2_handler.cc | 81 auto strm = handler->find_stream(stream_id); in on_header_callback() 128 auto strm = handler->find_stream(frame->hd.stream_id); in on_frame_recv_callback() 168 auto strm = handler->find_stream(stream_id); in on_data_chunk_recv_callback() 186 auto strm = handler->find_stream(stream_id); in on_stream_close_callback() 208 auto strm = handler->find_stream(frame->push_promise.promised_stream_id); in on_frame_send_callback() 318 stream *http2_handler::find_stream(int32_t stream_id) { in find_stream() function in nghttp2::asio_http2::server::http2_handler
|
D | asio_client_session_impl.cc | 193 strm = sess->find_stream(frame->hd.stream_id); in on_header_callback() 229 strm = sess->find_stream(frame->push_promise.promised_stream_id); in on_header_callback() 283 auto strm = sess->find_stream(frame->hd.stream_id); in on_frame_recv_callback() 323 auto push_strm = sess->find_stream(frame->push_promise.promised_stream_id); in on_frame_recv_callback() 342 auto strm = sess->find_stream(stream_id); in on_data_chunk_recv_callback() 445 stream *session_impl::find_stream(int32_t stream_id) { in find_stream() function in nghttp2::asio_http2::client::session_impl
|
D | asio_server_http2_handler.h | 66 stream *find_stream(int32_t stream_id);
|
D | asio_client_session_impl.h | 69 stream *find_stream(int32_t stream_id);
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gsttranscodebin.c | 295 find_stream (GstTranscodeBin * self, const gchar * stream_id, GstPad * pad) in find_stream() function 325 TranscodingStream *stream = find_stream (self, stream_id, NULL); in gst_transcode_bin_link_encodebin_pad() 495 if (!gst_pad_is_linked (testpad) && !find_stream (self, NULL, testpad)) { in get_encodebin_pad_for_caps() 593 find_stream (self, gst_stream_get_stream_id (stream), NULL) != NULL; in select_stream_cb() 624 find_stream (self, gst_stream_get_stream_id (stream), NULL) != NULL; in select_stream_cb()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 292 find_stream (GstSDPDemux * demux, gconstpointer data, gconstpointer func) in find_stream() function 427 if (find_stream (demux, GINT_TO_POINTER (stream->pt), in gst_sdp_demux_create_stream() 535 find_stream (demux, GUINT_TO_POINTER (id), (gpointer) find_stream_by_id); in new_session_pad() 622 find_stream (demux, GINT_TO_POINTER (session), in request_pt_map() 651 find_stream (demux, GINT_TO_POINTER (session), in gst_sdp_demux_do_stream_eos() 1039 stream = find_stream (demux, udpsrc, (gpointer) find_stream_by_udpsrc); in gst_sdp_demux_handle_message()
|
/third_party/ffmpeg/libavfilter/ |
D | src_movie.c | 99 static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) in find_stream() function 282 st = find_stream(ctx, movie->format_ctx, spec); in movie_common_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2042 find_stream (GstRTSPSrc * src, gconstpointer data, gconstpointer func) in find_stream() function 3332 stream = find_stream (src, &id, (gpointer) find_stream_by_id); in gst_rtspsrc_push_backchannel_buffer() 3484 stream = find_stream (src, &id, (gpointer) find_stream_by_id); in new_manager_pad() 3577 stream = find_stream (src, &session, (gpointer) find_stream_by_id); in request_pt_map() 3672 stream = find_stream (src, &session, (gpointer) find_stream_by_id); in on_npt_stop() 3868 stream = find_stream (src, &sessid, (gpointer) find_stream_by_id); in request_aux_receiver() 5440 stream = find_stream (src, &channel, (gpointer) find_stream_by_channel); in gst_rtspsrc_handle_data() 8406 find_stream (src, (fields[j] + 4), (gpointer) find_stream_by_setup); in gst_rtspsrc_parse_rtpinfo() 9092 stream = find_stream (rtspsrc, udpsrc, (gpointer) find_stream_by_udpsrc); in gst_rtspsrc_handle_message()
|
/third_party/ffmpeg/libavformat/ |
D | asfdec_o.c | 532 static AVStream *find_stream(AVFormatContext *s, uint16_t st_num) in find_stream() function 1760 st = find_stream(s, i); in asf_read_header()
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 1491 (gst_rtspsrc_stream_configure_transport), (find_stream), 1526 (gst_rtspsrc_stream_configure_transport), (find_stream), 1584 (gst_rtspsrc_stream_configure_transport), (find_stream), 1868 (gst_rtspsrc_stream_configure_transport), (find_stream), 1892 (gst_rtspsrc_stream_configure_transport), (find_stream), 1911 (gst_rtspsrc_stream_configure_transport), (find_stream),
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 135752 (find_stream), (gst_rtspsrc_create_stream), (new_session_pad), 135760 Add find_stream helper functions.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 219758 (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
|