Searched refs:inPlaceProcessing (Results 1 – 3 of 3) sorted by relevance
687 if (!voice->effects.inPlaceProcessing[i]) in FAudio_INTERNAL_ProcessEffectChain()1496 ALLOC_EFFECT_PROPERTY(inPlaceProcessing, uint8_t) in FAudio_INTERNAL_AllocEffectChain()1522 voice->audio->pFree(voice->effects.inPlaceProcessing); in FAudio_INTERNAL_FreeEffectChain()
439 uint8_t *inPlaceProcessing; member
1444 …voice->effects.inPlaceProcessing[i] = (pProps->Flags & FAPO_FLAG_INPLACE_SUPPORTED) == FAPO_FLAG_I… in FAudioVoice_SetEffectChain()1445 voice->effects.inPlaceProcessing[i] &= (channelCount == voice->effects.desc[i].OutputChannels); in FAudioVoice_SetEffectChain()1453 voice->effects.inPlaceProcessing[i] in FAudioVoice_SetEffectChain()