Lines Matching refs:fOutput

206 	fOutput.format = fPreferredFormat;
207 fOutput.destination = media_destination::null;
208 fOutput.source.port = ControlPort();
209 fOutput.source.id = 0;
210 fOutput.node = Node();
211 sprintf(fOutput.name, "input %ld", fOutput.source.id);
601 *out_output = channel->fOutput;
649 size_t size = channel->fOutput.format.u.raw_audio.buffer_size;
677 if (channel->fOutput.destination != media_destination::null)
704 channel->fOutput.destination = where;
705 channel->fOutput.format = *format;
706 *out_source = channel->fOutput.source;
707 strncpy(out_name, channel->fOutput.name, B_MEDIA_NAME_LENGTH);
730 channel->fOutput.destination = media_destination::null;
731 channel->fOutput.format = channel->fPreferredFormat;
737 channel->fOutput.destination = destination;
738 channel->fOutput.format = format;
739 strncpy(io_name, channel->fOutput.name, B_MEDIA_NAME_LENGTH);
742 bigtime_t duration = channel->fOutput.format.u.raw_audio.buffer_size * 10000
743 / ( (channel->fOutput.format.u.raw_audio.format & media_raw_audio_format::B_AUDIO_SIZE_MASK)
744 * channel->fOutput.format.u.raw_audio.channel_count)
745 / ((int32)(channel->fOutput.format.u.raw_audio.frame_rate / 100));
752 FindLatencyFor(channel->fOutput.destination, &fLatency, &id);
785 if ((where == channel->fOutput.destination) && (what == channel->fOutput.source))
787 channel->fOutput.destination = media_destination::null;
788 channel->fOutput.format = channel->fPreferredFormat;
795 what.id, where.id, channel->fOutput.source.id, channel->fOutput.destination.id);
838 /*size_t nSamples = fOutput.format.u.raw_audio.buffer_size / sizeof(float);