Lines Matching defs:zero
65 LADSPA_Data *zero[2]; /* zero input or dummy output */
202 free(ladspa->zero[idx]);
203 ladspa->zero[idx] = NULL;
681 if (ladspa->zero[idx] == NULL)
682 ladspa->zero[idx] = calloc(ladspa->allocated, sizeof(LADSPA_Data));
683 return ladspa->zero[idx];
806 printf("zero[0] = %p\n", ladspa->zero[0]);
807 printf("zero[1] = %p\n", ladspa->zero[1]);
1581 * \retval zero on success otherwise a negative error code
1661 channel zero. This definition is automatically duplicated for all channels.
1668 input audio port, zero samples are given to this LADSPA port. On the output
1728 * \retval zero on success otherwise a negative error code