Lines Matching defs:corked
172 static void uncork_or_unduck(struct userdata *u, pa_sink_input *i, const char *interaction_role, bool corked, struct group *g) {
178 else if (corked || i->muted) {
182 if (corked)
197 bool corked, interaction_applied;
215 /* Some applications start their streams corked, so the stream is uncorked by */
217 /* up, act as if it was not corked. In the case of module-role-cork this will */
219 corked = (j->state == PA_SINK_INPUT_CORKED);
220 if (new_stream && corked)
221 corked = false;
224 if (new_trigger && ((!corked && !j->muted) || u->duck)) {
233 uncork_or_unduck(u, j, role, corked, g);
252 bool corked;
258 corked = (j->state == PA_SINK_INPUT_CORKED);
261 uncork_or_unduck(u, j, role, corked, g);