Home | History | Annotate | Download | only in server

Lines Matching refs:peer

48 	struct audio_port *peer;  /* the audio port this port connects to */
56 struct control_port *peer; /* the control port this port connects to */
344 from->peer = audio_port;
345 audio_port->peer = from;
364 from->peer = control_port;
365 control_port->peer = from;
554 audio_port->buf_index = audio_port->peer->buf_index;
630 &pipeline->instances, audio_port->peer->plugin);
686 * peer, we use &control_port->peer->value, so
687 * we can get the peer port's output value
689 float *value = control_port->peer ?
690 &control_port->peer->value :
911 dumpf(d, " %p, peer %p, orig=%d, buf=%d\n",
912 audio_port, audio_port->peer,
929 dumpf(d, " %p, peer %p, orig=%d, value=%g\n",
930 control_port, control_port->peer,