Searched refs:currentOutput (Results 1 – 1 of 1) sorted by relevance
430 node_output *currentOutput = NULL; in NodeRegistered() local436 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 …]