Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dstream-interaction.c208 …, pa_sink *s, const char *new_trigger, pa_sink_input *ignore_stream, bool new_stream, struct group… in apply_interaction_to_sink()
259 …userdata *u, const char *trigger_role, pa_sink_input *ignore_stream, bool new_stream, struct group… in apply_interaction_global()
288 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 const new_stream; in skip() local
/third_party/rust/rust/compiler/rustc_errors/src/markdown/
Dparse.rs350 let mut new_stream = Vec::with_capacity(stream.len()); in normalize() localVariable
/third_party/rust/rust/compiler/rustc_ast/src/
Dtokenstream.rs355 let mut new_stream = Vec::with_capacity(self.0.len() + 1); in add_comma() localVariable
/third_party/ffmpeg/libavformat/
Dwtvdec.c600 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream() function