Home
last modified time | relevance | path

Searched defs:new_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/
Dstream-interaction.c187 …, pa_sink *s, const char *new_trigger, pa_sink_input *ignore_stream, bool new_stream, struct group… in apply_interaction_to_sink()
238 …userdata *u, const char *trigger_role, pa_sink_input *ignore_stream, bool new_stream, struct group… in apply_interaction_global()
267 static pa_hook_result_t process(struct userdata *u, pa_object *stream, bool create, bool new_stream in process()
/third_party/json/tests/src/
Dunit-readme.cpp36 std::ostringstream new_stream; in skip() local
/third_party/ffmpeg/libavformat/
Dwtvdec.c600 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream() function