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

/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp341 node_input *currentInput = NULL; local
345 if (currentInput == NULL
369 currentInput = new node_input(*input, fOutputPreferredFormat);
370 currentInput->fPreferredFormat.u.raw_audio.channel_count = 1;
371 currentInput->fInput.format = currentInput->fPreferredFormat;
372 delete currentInput->fResampler;
373 currentInput->fResampler = new
374 Resampler(currentInput->fPreferredFormat.AudioFormat(),
377 currentInput
[all...]

Completed in 89 milliseconds