Searched defs:EffectContext (Results 1 – 4 of 4) sorted by relevance
65 struct EffectContext { struct66 const struct effect_interface_s *common_itfe; // Holds the itfe of the Proxy67 sub_effect_entry_t** sube; // Points to the sub effects68 effect_descriptor_t* desc; // Points to the sub effect descriptors69 audio_effect_library_t** aeli; // Points to the sub effect aeli70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects71 int index; // The index that is currently active - HOST or OFFLOAD72 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 …]
35 public class EffectContext { class89 private EffectContext() { in EffectContext() method in EffectContext
112 struct EffectContext { struct116 BundledEffectContext* pBundledContext; argument
1460 int32_t EqualizerGetBandFreqRange(EffectContext* /* pContext __unused */, int32_t band, in EqualizerGetBandFreqRange() argument1484 int32_t EqualizerGetBand(EffectContext* /* pContext __unused */, uint32_t targetFreq) { in EqualizerGetBand() argument