Home
last modified time | relevance | path

Searched refs:fcn (Results 1 - 14 of 14) sorted by relevance

/third_party/alsa-utils/alsactl/
H A Dutils.c104 static void syslog_(int prio, const char *fcn, long line, in syslog_() argument
109 snprintf(buf, sizeof(buf), "%s: %s:%ld: ", command, fcn, line); in syslog_()
116 void info_(const char *fcn, long line, const char *fmt, ...) in info_() argument
122 syslog_(LOG_INFO, fcn, line, fmt, ap); in info_()
124 fprintf(stdout, "%s: %s:%ld: ", command, fcn, line); in info_()
131 void error_(const char *fcn, long line, const char *fmt, ...) in error_() argument
137 syslog_(LOG_ERR, fcn, line, fmt, ap); in error_()
139 fprintf(stderr, "%s: %s:%ld: ", command, fcn, line); in error_()
146 void cerror_(const char *fcn, long line, int cond, const char *fmt, ...) in cerror_() argument
154 syslog_(LOG_ERR, fcn, lin in cerror_()
163 dbg_(const char *fcn, long line, const char *fmt, ...) dbg_() argument
[all...]
H A Dalsactl.h23 void info_(const char *fcn, long line, const char *fmt, ...);
24 void error_(const char *fcn, long line, const char *fmt, ...);
25 void cerror_(const char *fcn, long line, int cond, const char *fmt, ...);
26 void dbg_(const char *fcn, long line, const char *fmt, ...);
H A Dinit_parse.c751 void (*fcn)(snd_ctl_elem_id_t *, unsigned int); in elemid_set()
756 fcn = snd_ctl_elem_id_set_numid; in elemid_set()
792 fcn = snd_ctl_elem_id_set_device; in elemid_set()
796 fcn = snd_ctl_elem_id_set_subdevice; in elemid_set()
805 fcn = snd_ctl_elem_id_set_index; in elemid_set()
833 fcn(space->ctl_id, val); in elemid_set()
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c201 const char *(*fcn)(void *opaque); member
212 lookup_fcn_t fcn; member
223 struct lookup_fcn *fcn; in rval_lookup_main() local
249 for (fcn = iter->fcns ; fcn; fcn++) { in rval_lookup_main()
250 if (strcasecmp(fcn->name, s) == 0) { in rval_lookup_main()
251 iter->fcn = fcn->fcn; in rval_lookup_main()
[all...]
H A Dparser.c853 int (*fcn)(snd_use_case_mgr_t *, snd_config_t *, void *, void *), in parse_compound()
877 err = fcn(uc_mgr, n, data1, data2); in parse_compound()
1703 int (*fcn)(snd_use_case_mgr_t *, snd_config_t *, void *, void *), in parse_compound_check_legacy()
1742 return parse_compound(uc_mgr, cfg, fcn, data1, (void *)id); in parse_compound_check_legacy()
1744 return fcn(uc_mgr, cfg, data1, NULL); in parse_compound_check_legacy()
/third_party/alsa-lib/src/
H A Dconfeval.c126 snd_config_expand_fcn_t fcn, void *private_data) in _snd_eval_string()
186 err = _snd_eval_string(&tmp, m, fcn, private_data); in _snd_eval_string()
205 err = fcn(&tmp, m, private_data); in _snd_eval_string()
257 * \param[in] fcn A function to get the variable contents
262 snd_config_expand_fcn_t fcn, void *private_data) in snd_config_evaluate_string()
270 err = _snd_eval_string(dst, s, fcn, private_data); in snd_config_evaluate_string()
274 err = fcn(dst, s + 1, private_data); in snd_config_evaluate_string()
125 _snd_eval_string(snd_config_t **dst, const char *s, snd_config_expand_fcn_t fcn, void *private_data) _snd_eval_string() argument
261 snd_config_evaluate_string(snd_config_t **dst, const char *s, snd_config_expand_fcn_t fcn, void *private_data) snd_config_evaluate_string() argument
/third_party/alsa-lib/test/
H A Doldapi.c38 myfcn *fcn; in main() local
40 fcn = &snd_pcm_hw_params_get_access; in main()
/third_party/lame/libmp3lame/
H A Dutil.c497 blackman(FLOAT x, FLOAT fcn, int l) in blackman() argument
504 FLOAT const wcn = (PI * fcn); in blackman()
549 FLOAT fcn, intratio; in fill_buffer_resample() local
557 fcn = 1.00 / resample_ratio; in fill_buffer_resample()
558 if (fcn > 1.00) in fill_buffer_resample()
559 fcn = 1.00; in fill_buffer_resample()
580 sum += esv->blackfilt[j][i] = blackman(i - offset, fcn, filter_l); in fill_buffer_resample()
620 xvalue += y * blackman(i - offset, fcn, filter_l); /* very slow! */ in fill_buffer_resample()
/third_party/alsa-lib/include/
H A Dconf.h125 snd_config_expand_fcn_t fcn, void *private_data,
133 snd_config_expand_fcn_t fcn, void *private_data);
/third_party/alsa-lib/src/topology/
H A Dparser.c111 int (*fcn)(snd_tplg_t *, snd_config_t *, void *), in tplg_parse_compound()
137 err = fcn(tplg, n, private); in tplg_parse_compound()
H A Dtplg_local.h270 int (*fcn)(snd_tplg_t *, snd_config_t *, void *),
/third_party/alsa-lib/src/control/
H A Dnamehint.c432 #define IFACE(v, fcn) [SND_CTL_ELEM_IFACE_##v] = (next_devices_t)fcn
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c169 char *s, fcn[32] = "opsIs"; in is_ops() local
181 strcat(fcn, s); in is_ops()
189 res = pcall(pymelem, fcn, obj1, NULL); in is_ops()
/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c1096 LADSPA_Descriptor_Function fcn = (LADSPA_Descriptor_Function)dlsym(handle, "ladspa_descriptor"); in snd_pcm_ladspa_check_file() local
1097 if (fcn) { in snd_pcm_ladspa_check_file()
1100 for (idx = 0; (d = fcn(idx)) != NULL; idx++) { in snd_pcm_ladspa_check_file()

Completed in 16 milliseconds