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

/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp370 node_input *currentInput = NULL; local
374 if (currentInput == NULL
405 currentInput = new node_input(*input, fOutputPreferredFormat);
406 currentInput->fPreferredFormat.u.raw_audio.channel_count = 1;
407 currentInput->fFormat = currentInput->fPreferredFormat;
408 currentInput->fInput.format = currentInput->fPreferredFormat;
410 delete currentInput->fResampler;
411 currentInput
[all...]

Completed in 47 milliseconds