Lines Matching defs:in
3 * found in the LICENSE file.
15 /* We have a static representation of the dsp graph in a "struct ini",
16 * and here we will construct a dynamic representation of it in a
19 * graph actually needed in the dynamic one (so those plugins that are
41 * now disabled, in the pipeline we construct there will only be two
50 int original_index; /* the port index in the plugin */
51 int buf_index; /* the buffer index in the pipeline */
58 int original_index; /* the port index in the plugin */
74 * between this and the port array in a struct plugin is that
93 * in number of frames. */
107 /* All needed instances for this pipeline. It is sorted in an
109 * appear in front of B. */
119 /* The instance where the audio data flow in */
133 /* The total time it takes to run the pipeline, in nanoseconds. */
136 /* The max/min time it takes to run the pipeline, in nanoseconds. */
429 /* create instances for needed plugins, in the order of dependency */
510 int in = ARRAY_COUNT(&instance->input_audio_ports);
518 need_buf -= in;
520 need_buf += out - in;
557 * we need to use extra buffers. For example, in this graph
667 syslog(LOG_DEBUG, "connect audio buf %d to %s:%d (in)",
694 "connect control (val=%g) to %s:%d (in)",