Searched refs:fInputPreferredFormat (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp225 fInputPreferredFormat.type = B_MEDIA_RAW_AUDIO;
226 fInputPreferredFormat.u.raw_audio.format
229 fInputPreferredFormat.u.raw_audio.valid_bits
231 fInputPreferredFormat.u.raw_audio.channel_count
233 fInputPreferredFormat.u.raw_audio.frame_rate
236 fInputPreferredFormat.u.raw_audio.byte_order = B_MEDIA_HOST_ENDIAN;
238 if (fInputPreferredFormat.u.raw_audio.format != 0) {
242 fInputPreferredFormat.u.raw_audio.buffer_size
244 * (fInputPreferredFormat.u.raw_audio.format
246 * fInputPreferredFormat
[all...]
H A DMultiAudioNode.h249 media_format fInputPreferredFormat; member in class:MultiAudioNode

Completed in 44 milliseconds