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; local
436 if (currentOutput == NULL
468 currentOutput = new node_output(*output, fInputPreferredFormat);
469 currentOutput->fPreferredFormat.u.raw_audio.channel_count = 1;
470 currentOutput->fOutput.format = currentOutput->fPreferredFormat;
472 delete currentOutput->fResampler;
473 currentOutput->fResampler = new
475 currentOutput->fPreferredFormat.AudioFormat());
477 currentOutput
[all...]

Completed in 30 milliseconds