Lines Matching defs:output
88 /* The source is _put() before the source output is, so let's
90 * source output is first shut down, the source second. */
101 /* Add the latency internal to our source output on top */
147 /* Called from output thread context */
166 /* Called from output thread context */
179 /* Called from output thread context */
190 /* Called from output thread context */
204 /* Called from output thread context */
230 * can properly be moved away while the source output is still connected
245 /* Called from output thread context except when cork() is called without valid source. */
252 pa_log_debug("Source output %d state %d.", o->index, state);
259 pa_source_output *output;
272 PA_IDXSET_FOREACH(output, u->source->outputs, idx) {
273 if (output->destination_source && output->moving)
274 output->moving(output, u->source);
388 /* Create source output */
420 /* The order here is important. The output must be put first,
422 * source output is attached to the master. */