Lines Matching refs:effect_s
62 struct effect_s { struct
73 struct effect_s effects[NUM_ID]; // effects in this session argument
171 static int effect_set_state(struct effect_s *effect, uint32_t state) in effect_set_state()
245 static int effect_init(struct effect_s *effect, uint32_t id) in effect_init()
253 static int effect_create(struct effect_s *effect, in effect_create()
262 static int effect_release(struct effect_s *effect) in effect_release()
320 struct effect_s *fx) in session_release_effect()
495 struct effect_s *effect = (struct effect_s *)self; in fx_process()
527 struct effect_s *effect = (struct effect_s *)self; in fx_command()
656 struct effect_s *effect = (struct effect_s *)self; in fx_get_descriptor()
727 struct effect_s *fx = (struct effect_s *)interface; in lib_release()