HomeSort by relevance Sort by last modified time
    Searched refs:effect_interface_s (Results 1 - 22 of 22) sorted by null

  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 55 const struct effect_interface_s gEffectInterface = {
66 const struct effect_interface_s *common_itfe; // Holds the itfe of the Proxy
  /hardware/qcom/audio/post_proc/
bundle.h 31 extern const struct effect_interface_s effect_interface;
71 const struct effect_interface_s *itfe;
bundle.c 742 const struct effect_interface_s effect_interface = {
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 22 extern const struct effect_interface_s gCTSEffectInterface;
36 const struct effect_interface_s *mItfe;
183 const struct effect_interface_s gCTSEffectInterface = {
  /frameworks/av/media/libeffects/factory/
EffectsFactory.h 54 struct effect_interface_s *itfe;
EffectsFactory.c 168 const struct effect_interface_s gInterface = {
175 const struct effect_interface_s gInterfaceWithReverse = {
318 fx->itfe = (struct effect_interface_s *)&gInterfaceWithReverse;
321 fx->itfe = (struct effect_interface_s *)&gInterface;
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 47 const struct effect_interface_s *itfe;
EffectDownmix.c 43 const struct effect_interface_s gDownmixInterface = {
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 119 const struct effect_interface_s *itfe;
EffectBundle.cpp 33 extern "C" const struct effect_interface_s gLvmEffectInterface;
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 256 // Effect control interface structure: effect_interface_s
259 // The functions are grouped in a structure of type effect_interface_s.
263 // - 1 it is the address of a pointer to an effect_interface_s structure where the functions
268 // const struct effect_interface_s *itfe;
274 typedef struct effect_interface_s **effect_handle_t;
286 struct effect_interface_s { struct
    [all...]
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 32 extern const struct effect_interface_s gLEInterface;
53 const struct effect_interface_s *mItfe;
446 const struct effect_interface_s gLEInterface = {
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 33 extern "C" const struct effect_interface_s gEqualizerInterface;
107 const struct effect_interface_s *itfe;
743 const struct effect_interface_s gEqualizerInterface = {
EffectReverb.h 294 const struct effect_interface_s *itfe;
EffectReverb.c 27 const struct effect_interface_s gReverbInterface = {
    [all...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 33 extern const struct effect_interface_s gVisualizerInterface;
72 const struct effect_interface_s *mItfe;
674 const struct effect_interface_s gVisualizerInterface = {
  /hardware/qcom/audio/voice_processing/
voice_processing.c 59 const struct effect_interface_s *itfe;
133 static const struct effect_interface_s effect_interface;
652 static const struct effect_interface_s effect_interface = {
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 61 const struct effect_interface_s *itfe;
117 extern const struct effect_interface_s effect_interface;
    [all...]
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 80 const struct effect_interface_s *itfe;
455 extern const struct effect_interface_s sEffectInterface;
942 const struct effect_interface_s sEffectInterface = {
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 86 const struct effect_interface_s *itfe;
632 extern "C" const struct effect_interface_s sEffectInterface;
633 extern "C" const struct effect_interface_s sEffectInterfaceReverse;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 34 extern "C" const struct effect_interface_s gReverbInterface;
136 const struct effect_interface_s *itfe;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 61 const struct effect_interface_s *itfe;
117 extern const struct effect_interface_s effect_interface;
    [all...]

Completed in 409 milliseconds