Home
last modified time | relevance | path

Searched refs:currentOutput (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp430 node_output *currentOutput = NULL; in NodeRegistered() local
436 if (currentOutput == NULL in NodeRegistered()
468 currentOutput = new node_output(*output, fInputPreferredFormat); in NodeRegistered()
469 currentOutput->fPreferredFormat.u.raw_audio.channel_count = 1; in NodeRegistered()
470 currentOutput->fOutput.format = currentOutput->fPreferredFormat; in NodeRegistered()
472 delete currentOutput->fResampler; in NodeRegistered()
473 currentOutput->fResampler = new in NodeRegistered()
475 currentOutput->fPreferredFormat.AudioFormat()); in NodeRegistered()
477 currentOutput->fChannelId in NodeRegistered()
479 fOutputs.AddItem(currentOutput); in NodeRegistered()
[all …]