Home
last modified time | relevance | path

Searched refs:sfinfo (Results 1 – 2 of 2) sorted by relevance

/external/libldac/src/
Dldaclib_api.c301 hData->sfinfo.p_mempos = (char *)NULL;
315 if (hData->sfinfo.p_mempos != (char *)NULL) {
335 CFG *p_cfg = &hData->sfinfo.cfg;
387 CFG *p_cfg = &hData->sfinfo.cfg;
527 CFG *p_cfg = &hData->sfinfo.cfg;
541 calc_initial_bits_ldac(&hData->sfinfo);
553 CFG *p_cfg = &hData->sfinfo.cfg;
574 (ga_max_nbands_ldac[hData->sfinfo.cfg.smplrate_id] < nbands)) {
635 SFINFO *p_sfinfo = &hData->sfinfo;
658 if (hData->sfinfo.p_mempos == NULL) {
[all …]
Dldac.h252 SFINFO sfinfo; member