Lines Matching defs:fInput

45 	media_input			fInput;
131 fInput = input;
408 currentInput->fInput.format = currentInput->fPreferredFormat;
424 currentInput->fInput.format = currentInput->fPreferredFormat;
426 currentInput->fInput.format.u.raw_audio.format
594 *_input = channel->fInput;
597 channel->fInput.format.u.raw_audio.format));
663 &channel->fInput, BTimedEventQueue::B_NO_CLEANUP, status, 0, NULL);
712 channel->fInput.source = producer;
713 channel->fInput.format = with_format;
714 *out_input = channel->fInput;
729 if (channel == NULL || channel->fInput.source != producer)
732 channel->fInput.source = media_source::null;
733 channel->fInput.format = channel->fPreferredFormat;
737 //GetFormat(&channel->fInput.format);
754 if (channel->fInput.source != producer)
1180 NotifyLateProducer(channel->fInput.source, lateness, event->event_time);
1494 if (channel->fInput.source == media_source::null)
1497 media_format newFormat = channel->fInput.format;
1503 status_t error = RequestFormatChange(channel->fInput.source,
1504 channel->fInput.destination, newFormat, NULL, &changeTag);
1815 && (input->fInput.source != media_source::null
1837 if (input->fInput.source != media_source::null)
2000 uint32 channelCount = input.fInput.format.u.raw_audio.channel_count;
2001 size_t inputSampleSize = input.fInput.format.u.raw_audio.format
2231 if (dest == channel->fInput.destination)
2235 if (dest != channel->fInput.destination)
2249 if (destinationId == channel->fInput.destination.id)
2253 if (destinationId != channel->fInput.destination.id)
2308 channel->fInput.format.u.raw_audio.frame_rate = frameRate;
2309 channel->fInput.format.u.raw_audio.buffer_size