Home
last modified time | relevance | path

Searched refs:create_effect (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp223 status = pContext->aeli[SUB_FX_HOST]->create_effect( in Effect_command()
234 status = pContext->aeli[SUB_FX_OFFLOAD]->create_effect( in Effect_command()
383 .create_effect = android::EffectProxyCreate,
/aosp12/hardware/libhardware/include/hardware/
H A Daudio_effect.h258 int32_t (*create_effect)(const effect_uuid_t *uuid, member
/aosp12/frameworks/av/media/libeffects/lvm/tests/
H A DEffectTestHelper.cpp23 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(mUuid, 1, 1, &mEffectHandle); in createEffect()
H A Dreverb_test.cpp119 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(&kReverbUuids[auxFlag], sessionId, in reverbCreateEffect()
/aosp12/frameworks/av/media/libeffects/downmix/tests/
H A Ddownmix_tests.cpp241 int32_t err = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect( in run()
268 int32_t err = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect( in testInvalidChannelMask()
H A Ddownmixtest.cpp173 int32_t err = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect( in DowmixMainProcess()
/aosp12/frameworks/av/media/libeffects/lvm/benchmarks/
H A Dlvm_benchmark.cpp177 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(&uuid, 1, 1, &effectHandle); in BM_LVM()
H A Dreverb_benchmark.cpp116 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(&uuid, 1, 1, &effectHandle); in BM_REVERB()
/aosp12/frameworks/av/media/libeffects/preprocessing/tests/
H A DEffectTestHelper.cpp21 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(mUuid, 1, 1, &mEffectHandle); in createEffect()
H A DPreProcessingTest.cpp163 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(&kPreProcUuids[effectType], in preProcCreateEffect()
/aosp12/frameworks/av/media/libeffects/downmix/benchmark/
H A Ddownmix_benchmark.cpp107 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect( in BM_Downmix()
/aosp12/frameworks/av/media/libeffects/preprocessing/benchmarks/
H A Dpreprocessing_benchmark.cpp180 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.create_effect(&kEffectUuids[effectType], in preProcCreateEffect()
/aosp12/hardware/qcom/audio/post_proc/
H A Dma_listener.c626 .create_effect = ma_prc_lib_create,
H A Dvolume_listener.c856 .create_effect = vol_prc_lib_create,
H A Dbundle.c766 .create_effect = effect_lib_create,
/aosp12/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp499 .create_effect = LELib_Create,
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c306 ret = l->desc->create_effect(uuid, sessionId, ioId, &itfe); in doEffectCreate()
/aosp12/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c770 .create_effect = lib_create,
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp97 .create_effect = DownmixLib_Create,
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp759 create_effect : android::EffectCreate,
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp50 .create_effect = android::audio_effect::haptic_generator::HapticGeneratorLib_Create,
/aosp12/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp792 .create_effect = VisualizerLib_Create,
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c1306 .create_effect = effect_lib_create,
/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp1291 .create_effect = DPLib_Create,
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2025 .create_effect = android::EffectCreate,

12