Lines Matching defs:input

108     float *work_buffer, **input, **overlap_accum;
230 if (u->input[c]) {
232 memcpy(tmp, u->input[c], u->overlap_size * sizeof(float));
233 fftwf_free(u->input[c]);
235 u->input[c] = tmp;
249 /* The sink is _put() before the sink input is, so let's
251 * sink input is first shut down, the sink second. */
262 /* Add the latency internal to our sink input on top */
374 float * restrict src,/*input data w/ overlap at start,
405 // u->work_buffer[j] = u->W[j] * u->input[c][j];
416 // u->work_buffer[j] = u->input[c][j];
419 //preserve the needed input for the next window's overlap
436 float * restrict src,/*input data w/ overlap at start,
516 //preserve the needed input for the next window's overlap
565 u->input[c],
601 u->input[c] + u->samples_gathered + samples <= u->input[c] + u->input_buffer_max
603 pa_sample_clamp(PA_SAMPLE_FLOAT32NE, u->input[c] + u->samples_gathered, sizeof(float), src + c, fs, samples);
656 //pa_log_debug("start output-buffered %ld, input-buffered %ld, requested %ld",buffered_samples,u->samples_gathered,samples_requested);
660 // pa_log_debug("input remaining %ld samples", input_remaining);
673 //pa_log_debug("asked for %ld input samples, got %ld samples",input_remaining,buffer->length/fs);
674 /* copy new input */
868 * can properly be moved away while the sink input is still connected
1179 u->input = pa_xnew0(float *, u->channels);
1183 u->input[c] = NULL;
1260 /* Create sink input */
1314 /* The order here is important. The input must be put first,
1316 * input is attached to the master. */
1387 fftwf_free(u->input[c]);
1391 pa_xfree(u->input);