Lines Matching refs:mix

409                 "  us per mix loop: mean=%.0f stddev=%.0f min=%.0f max=%.0f\n"
1527 config->ext.mix.handle = mId;
2841 // chains list to be processed before output mix effects. Relative order between other
3579 config->ext.mix.hw_module = mOutput->audioHwDev->handle();
3580 config->ext.mix.usecase.stream = AUDIO_STREAM_DEFAULT;
3786 // corresponding to our sub-mix.
3950 // mix buffers...
4021 // Delegate master volume control to effect in output mix effect chain if needed
4055 // and then removed within the same normal mix cycle. This is not a problem, as
4058 // at the identical fast mixer slot within the same normal mix cycle,
4081 // FIXME fast mixer will pull & mix partial buffers, but we count as a full underrun
4220 // make sure that we have enough frames to mix one full buffer.
4573 // sink or mix buffer must be cleared if all tracks are connected to an
4574 // effect chain as in this case the mixer will not write to the sink or mix buffer
5758 // mix buffers...
5824 // The downstream MixerThread consumes thread->frameCount() amount of frames per mix pass.
7399 if (mAudioSource != patch->sinks[0].ext.mix.usecase.source) {
7400 mAudioSource = patch->sinks[0].ext.mix.usecase.source;
7427 (int)patch->sinks[0].ext.mix.usecase.source);
7473 config->ext.mix.hw_module = mInput->audioHwDev->handle();
7474 config->ext.mix.usecase.source = mAudioSource;
7939 if (mAudioSource != patch->sinks[0].ext.mix.usecase.source) {
7940 mAudioSource = patch->sinks[0].ext.mix.usecase.source;
7968 (int)patch->sinks[0].ext.mix.usecase.source);
8017 config->ext.mix.hw_module = mAudioHwDev->handle();
8018 config->ext.mix.usecase.stream = AUDIO_STREAM_DEFAULT;
8021 config->ext.mix.hw_module = mAudioHwDev->handle();
8022 config->ext.mix.usecase.source = mAudioSource;