Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.h55 const struct effect_interface_s gEffectInterface = {
66 const struct effect_interface_s *common_itfe; // Holds the itfe of the Proxy
/aosp12/hardware/libhardware/include/hardware/
H A Daudio_effect.h69 typedef struct effect_interface_s **effect_handle_t;
72 struct effect_interface_s { struct
/aosp12/hardware/qcom/audio/post_proc/
H A Dbundle.h31 extern const struct effect_interface_s effect_interface;
71 const struct effect_interface_s *itfe;
H A Dma_listener.c55 static const struct effect_interface_s effect_interface;
67 const struct effect_interface_s *itfe;
613 static const struct effect_interface_s effect_interface = {
H A Dvolume_listener.c65 static const struct effect_interface_s effect_interface;
84 const struct effect_interface_s *itfe;
843 static const struct effect_interface_s effect_interface = {
H A Dbundle.c753 const struct effect_interface_s effect_interface = {
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c156 const struct effect_interface_s gInterface = {
163 const struct effect_interface_s gInterfaceWithReverse = {
318 fx->itfe = (struct effect_interface_s *)&gInterfaceWithReverse; in doEffectCreate()
321 fx->itfe = (struct effect_interface_s *)&gInterface; in doEffectCreate()
H A DEffectsFactory.h58 struct effect_interface_s *itfe;
/aosp12/frameworks/av/media/libeffects/downmix/tests/
H A Ddownmix_tests.cpp245 const struct effect_interface_s * const downmixApi = *handle_; in run()
272 const struct effect_interface_s * const downmixApi = *handle_; in testInvalidChannelMask()
310 const struct effect_interface_s * const downmixApi = *handle_; in process()
H A Ddownmixtest.cpp90 const struct effect_interface_s *Downmix_api = *effectHandle; in DownmixConfiureAndEnable()
114 const struct effect_interface_s *Downmix_api = *effectHandle; in DownmixExecute()
/aosp12/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp56 extern const struct effect_interface_s gLEInterface;
77 const struct effect_interface_s *mItfe;
485 const struct effect_interface_s gLEInterface = {
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h113 const struct effect_interface_s* itfe;
H A DEffectBundle.cpp37 extern "C" const struct effect_interface_s gLvmEffectInterface;
3554 const struct effect_interface_s gLvmEffectInterface = {
/aosp12/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c63 const struct effect_interface_s *itfe;
137 static const struct effect_interface_s effect_interface;
668 static const struct effect_interface_s effect_interface = {
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.h82 const struct effect_interface_s *itfe;
H A DEffectHapticGenerator.cpp58 const struct effect_interface_s gHapticGeneratorInterface = {
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp36 extern "C" const struct effect_interface_s gEqualizerInterface;
110 const struct effect_interface_s *itfe;
746 const struct effect_interface_s gEqualizerInterface = {
H A DEffectReverb.h294 const struct effect_interface_s *itfe;
H A DEffectReverb.c30 const struct effect_interface_s gReverbInterface = {
/aosp12/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp48 extern const struct effect_interface_s gVisualizerInterface;
89 const struct effect_interface_s *mItfe;
778 const struct effect_interface_s gVisualizerInterface = {
/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp86 const struct effect_interface_s* itfe;
715 extern "C" const struct effect_interface_s sEffectInterface;
716 extern "C" const struct effect_interface_s sEffectInterfaceReverse;
1502 const struct effect_interface_s sEffectInterface = {
1505 const struct effect_interface_s sEffectInterfaceReverse = {
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp47 const struct effect_interface_s *itfe;
83 const struct effect_interface_s gDownmixInterface = {
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c73 const struct effect_interface_s *itfe;
129 extern const struct effect_interface_s effect_interface;
1293 const struct effect_interface_s effect_interface = {
/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp48 extern const struct effect_interface_s gDPInterface;
69 const struct effect_interface_s *mItfe;
1276 const struct effect_interface_s gDPInterface = {
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp39 extern "C" const struct effect_interface_s gReverbInterface;
143 const struct effect_interface_s* itfe;
2012 const struct effect_interface_s gReverbInterface = {