Home
last modified time | relevance | path

Searched refs:EFFECT_FLAG_OFFLOAD_SUPPORTED (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Daudio_effect-base.h70 EFFECT_FLAG_OFFLOAD_SUPPORTED = 4194304 /* 1 << OFFLOAD_SHIFT */, enumerator
/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp369 pDescriptor->flags |= EFFECT_FLAG_OFFLOAD_SUPPORTED; in Effect_getDescriptor()
371 pDescriptor->flags &= ~EFFECT_FLAG_OFFLOAD_SUPPORTED; in Effect_getDescriptor()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DEffectDescriptor.cpp160 ((effectDesc->mDesc.flags & EFFECT_FLAG_OFFLOAD_SUPPORTED) == 0)) { in isNonOffloadableEffectEnabled()
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp292 effectLoadResult.effectDesc->flags |= EFFECT_FLAG_OFFLOAD_SUPPORTED; in loadEffects()
H A DEffectsConfigLoader.c414 d->flags |= EFFECT_FLAG_OFFLOAD_SUPPORTED; in loadEffect()
/aosp12/hardware/qcom/audio/post_proc/
H A Dma_listener.c33 EFFECT_FLAG_OFFLOAD_SUPPORTED | \
H A Dvolume_listener.c40 EFFECT_FLAG_OFFLOAD_SUPPORTED | \
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.h122 { return (mDescriptor.flags & EFFECT_FLAG_OFFLOAD_SUPPORTED) != 0; } in isOffloadable()
H A DEffects.cpp1547 if ((mDescriptor.flags & EFFECT_FLAG_OFFLOAD_SUPPORTED) != 0) { in setOffloaded()