Searched refs:preproc_effect_t (Results 1 – 1 of 1) sorted by relevance
68 typedef struct preproc_effect_s preproc_effect_t; typedef74 int (*create)(preproc_effect_t* fx);75 int (*init)(preproc_effect_t* fx);76 int (*reset)(preproc_effect_t* fx);77 void (*enable)(preproc_effect_t* fx);78 void (*disable)(preproc_effect_t* fx);79 int (*set_parameter)(preproc_effect_t* fx, void* param, void* value);80 int (*get_parameter)(preproc_effect_t* fx, void* param, uint32_t* size, void* value);81 int (*set_device)(preproc_effect_t* fx, uint32_t device);260 int Agc2Init(preproc_effect_t* effect) { in Agc2Init()[all …]