Lines Matching defs:profile
920 float *H_n, *profile;
923 profile = pa_xnew0(float, profile_size);
925 profile[0] = u->Xs[a_i][channel];
927 H_n = profile + 1;
935 data.data = profile;
1003 float *profile = (float *) value.data;
1005 u->Xs[channel][a_i] = profile[0];
1006 memcpy(u->Hs[channel][a_i], profile + 1, FILTER_SIZE(u) * sizeof(float));
1016 return "profile doesn't exist";
2150 pa_dbus_send_error(conn, msg, DBUS_ERROR_FAILED, "error loading profile %s: %s", name, err_msg);