Home
last modified time | relevance | path

Searched defs:EffectContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/proxy/
DEffectProxy.h65 struct EffectContext { struct
66 const struct effect_interface_s *common_itfe; // Holds the itfe of the Proxy
67 sub_effect_entry_t** sube; // Points to the sub effects
68 effect_descriptor_t* desc; // Points to the sub effect descriptors
69 audio_effect_library_t** aeli; // Points to the sub effect aeli
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects
71 int index; // The index that is currently active - HOST or OFFLOAD
72 int32_t sessionId; // The sessiond in which the effect is created.
74 int32_t ioId; // The ioId in which the effect is created.
76 effect_uuid_t uuid; // UUID of the Proxy
[all …]
/frameworks/base/media/mca/effect/java/android/media/effect/
DEffectContext.java35 public class EffectContext { class
89 private EffectContext() { in EffectContext() method in EffectContext
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h112 struct EffectContext { struct
116 BundledEffectContext* pBundledContext; argument
DEffectBundle.cpp1460 int32_t EqualizerGetBandFreqRange(EffectContext* /* pContext __unused */, int32_t band, in EqualizerGetBandFreqRange() argument
1484 int32_t EqualizerGetBand(EffectContext* /* pContext __unused */, uint32_t targetFreq) { in EqualizerGetBand() argument