/third_party/glib/gio/ |
D | gwin32file-sync-stream.c | 482 GWin32FileSyncStream *new_stream; in g_win32_file_sync_stream_new() local 486 new_stream = g_new0 (GWin32FileSyncStream, 1); in g_win32_file_sync_stream_new() 487 new_stream->self.lpVtbl = &_file_sync_stream_vtbl; in g_win32_file_sync_stream_new() 489 hr = IUnknown_QueryInterface ((IUnknown *) new_stream, &IID_IStream, (void **) &result); in g_win32_file_sync_stream_new() 492 g_free (new_stream); in g_win32_file_sync_stream_new() 500 new_stream->stgm_mode = stgm_mode; in g_win32_file_sync_stream_new() 501 new_stream->file_handle = file_handle; in g_win32_file_sync_stream_new() 502 new_stream->owns_handle = owns_handle; in g_win32_file_sync_stream_new()
|
/third_party/pulseaudio/src/modules/ |
D | stream-interaction.c | 187 …a_sink *s, const char *new_trigger, pa_sink_input *ignore_stream, bool new_stream, struct group *g… in apply_interaction_to_sink() argument 220 if (new_stream && corked) in apply_interaction_to_sink() 238 …rdata *u, const char *trigger_role, pa_sink_input *ignore_stream, bool new_stream, struct group *g… in apply_interaction_global() argument 245 apply_interaction_to_sink(u, s, trigger_role, ignore_stream, new_stream, g); in apply_interaction_global() 267 static pa_hook_result_t process(struct userdata *u, pa_object *stream, bool create, bool new_stream… in process() argument 293 …ULL : (pa_sink_input_isinstance(stream) ? PA_SINK_INPUT(stream) : NULL), new_stream, u->groups[j]); in process() 297 …NPUT(stream)->sink, trigger_role, create ? NULL : PA_SINK_INPUT(stream), new_stream, u->groups[j]); in process()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/ |
D | hccl_task.cc | 211 rtStream_t new_stream = nullptr; in GetSecondaryStream() local 212 CreateStream(rt_model_handle_, &new_stream); in GetSecondaryStream() 213 stream = std::make_shared<HcclTask::StreamGuard>(rt_model_handle_, new_stream); in GetSecondaryStream()
|
/third_party/json/test/src/ |
D | unit-readme.cpp | 56 std::ostringstream new_stream; in skip() local 57 std::cout.rdbuf(new_stream.rdbuf()); in skip()
|
/third_party/libsoup/libsoup/ |
D | soup-multipart-input-stream.c | 491 GInputStream *new_stream; in soup_multipart_input_stream_next_part_thread() local 493 new_stream = soup_multipart_input_stream_next_part (multipart, cancellable, &error); in soup_multipart_input_stream_next_part_thread() 500 g_task_return_pointer (task, new_stream, g_object_unref); in soup_multipart_input_stream_next_part_thread()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer-types.c | 441 GstDiscovererStreamInfo *new_stream = g_hash_table_lookup (stream_map, in gst_discoverer_info_copy() local 443 g_assert (new_stream != NULL); in gst_discoverer_info_copy() 444 ret->stream_list = g_list_append (ret->stream_list, new_stream); in gst_discoverer_info_copy()
|
/third_party/ffmpeg/libavformat/ |
D | wtvdec.c | 609 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream() function 671 st = new_stream(s, st, sid, AVMEDIA_TYPE_AUDIO); in parse_media_type() 698 st = new_stream(s, st, sid, AVMEDIA_TYPE_VIDEO); in parse_media_type() 724 st = new_stream(s, st, sid, AVMEDIA_TYPE_SUBTITLE); in parse_media_type() 734 st = new_stream(s, st, sid, AVMEDIA_TYPE_SUBTITLE); in parse_media_type()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 337 gboolean new_stream; /* signals that a stream_start is required */ member
|
D | qtdemux.c | 1897 stream->new_stream = TRUE; in _create_stream() 8899 if (stream->new_stream) { in gst_qtdemux_configure_stream() 8918 stream->new_stream = FALSE; in gst_qtdemux_configure_stream() 13449 newstream->new_stream = GST_PAD_IS_EOS (newstream->pad); in qtdemux_reuse_and_configure_stream() 13519 QtDemuxStream *new_stream = QTDEMUX_NTH_STREAM (qtdemux, i); in qtdemux_expose_streams() local 13521 if (!qtdemux_reuse_and_configure_stream (qtdemux, old_stream, new_stream)) in qtdemux_expose_streams()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 384 gboolean new_stream = TRUE; in gst_stream_synchronizer_sink_event() local 412 new_stream = FALSE; in gst_stream_synchronizer_sink_event() 417 if (!new_stream) { in gst_stream_synchronizer_sink_event()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 1689 gint new_stream = key[0] - '1'; in rsn_dvdsrc_handle_navigation_event() local 1690 GST_INFO_OBJECT (src, "Selecting audio stream %d", new_stream); in rsn_dvdsrc_handle_navigation_event() 1691 rsn_dvdsrc_prepare_audio_stream_event (src, new_stream, new_stream); in rsn_dvdsrc_handle_navigation_event()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashdemux.c | 2476 GstActiveStream *new_stream = streams_iter->data; in gst_dash_demux_update_manifest_data() local 2479 if (!new_stream) { in gst_dash_demux_update_manifest_data() 2510 gst_mpd_client_stream_seek (new_client, new_stream, in gst_dash_demux_update_manifest_data() 2514 demux_stream->active_stream = new_stream; in gst_dash_demux_update_manifest_data()
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 6934 (no_more_pads), (new_stream), (setup_source), 7167 (no_more_pads), (new_stream), (setup_source), 7289 (new_stream), (setup_source), (gst_play_base_bin_set_property), 7337 (new_stream), (setup_source), (gst_play_base_bin_set_property), 7485 (gen_preroll_element), (no_more_pads), (new_stream),
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 9105 (no_more_pads), (new_stream), (setup_source), 9338 (no_more_pads), (new_stream), (setup_source), 9460 (new_stream), (setup_source), (gst_play_base_bin_set_property), 9508 (new_stream), (setup_source), (gst_play_base_bin_set_property), 9656 (gen_preroll_element), (no_more_pads), (new_stream),
|