Lines Matching refs:fPreferredFormat

46 	media_format 		fPreferredFormat;
64 media_format fPreferredFormat;
132 fPreferredFormat = preferredFormat;
156 fPreferredFormat = preferredFormat;
406 currentInput->fPreferredFormat.u.raw_audio.channel_count = 1;
407 currentInput->fFormat = currentInput->fPreferredFormat;
408 currentInput->fInput.format = currentInput->fPreferredFormat;
412 Resampler(currentInput->fPreferredFormat.AudioFormat(),
422 currentInput->fPreferredFormat.u.raw_audio.channel_count++;
423 currentInput->fFormat = currentInput->fPreferredFormat;
424 currentInput->fInput.format = currentInput->fPreferredFormat;
469 currentOutput->fPreferredFormat.u.raw_audio.channel_count = 1;
470 currentOutput->fOutput.format = currentOutput->fPreferredFormat;
475 currentOutput->fPreferredFormat.AudioFormat());
484 currentOutput->fPreferredFormat.u.raw_audio.channel_count++;
485 currentOutput->fOutput.format = currentOutput->fPreferredFormat;
575 if (!format_is_compatible(*format, channel->fPreferredFormat))
578 format->SpecializeTo(&channel->fPreferredFormat);
733 channel->fInput.format = channel->fPreferredFormat;
825 *format = channel->fPreferredFormat;
941 media_format compatible = channel->fPreferredFormat;
948 format->SpecializeTo(&channel->fPreferredFormat);
980 channel->fOutput.format = channel->fPreferredFormat;
1039 channel->fOutput.format = channel->fPreferredFormat;
2300 channel->fPreferredFormat.u.raw_audio.frame_rate = frameRate;
2301 channel->fPreferredFormat.u.raw_audio.buffer_size
2358 channel->fPreferredFormat.u.raw_audio.frame_rate = frameRate;
2359 channel->fPreferredFormat.u.raw_audio.buffer_size