Searched refs:new_stream (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | stream-interaction.c | 187 static inline void apply_interaction_to_sink(struct userdata *u, pa_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 static void apply_interaction_global(struct userdata *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 apply_interaction_global(u, trigger_role, create ? NULL : (pa_sink_input_isinstance(stream) ? PA_SINK_INPUT(stream) : NULL), new_stream, u->groups[j]); in process() 297 apply_interaction_to_sink(u, PA_SINK_INPUT(stream)->sink, trigger_role, create ? NULL : PA_SINK_INPUT(stream), new_stream, u->groups[j]); in process()
|
/third_party/json/tests/src/ |
H A D | unit-readme.cpp | 36 std::ostringstream new_stream; variable 37 std::cout.rdbuf(new_stream.rdbuf());
|
/third_party/ffmpeg/libavformat/ |
H A D | wtvdec.c | 600 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream() function 662 st = new_stream(s, st, sid, AVMEDIA_TYPE_AUDIO); in parse_media_type() 689 st = new_stream(s, st, sid, AVMEDIA_TYPE_VIDEO); in parse_media_type() 715 st = new_stream(s, st, sid, AVMEDIA_TYPE_SUBTITLE); in parse_media_type() 725 st = new_stream(s, st, sid, AVMEDIA_TYPE_SUBTITLE); in parse_media_type()
|
Completed in 6 milliseconds