Home | History | Annotate | Download | only in preprocessing

Lines Matching refs:fx

74     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, size_t *size, void *value);
81 int (* set_device)(preproc_effect_t *fx, uint32_t device);
842 preproc_effect_t *fx)
844 ALOGW_IF(Effect_Release(fx) != 0, " Effect_Release() failed for proc ID %d", fx->procId);
845 session->createdMsk &= ~(1<<fx->procId);
1596 " fx %d", effect->procId);
1838 ALOGW("EffectCreate: fx not found uuid: %08x", uuid->timeLow);
1865 preproc_effect_t *fx = (preproc_effect_t *)interface;
1867 if (fx->session->io == 0) {
1870 return Session_ReleaseEffect(fx->session, fx);
1886 ALOGV("PreProcessingLib_GetDescriptor() got fx %s", desc->name);