Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c162 nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(cnt, dev, profidx); in tfa2_cnt_get_cmd() local
165 if (!prof) in tfa2_cnt_get_cmd()
169 for (i = offset; i < prof->length - 1; i++) in tfa2_cnt_get_cmd()
171 dsc = &prof->list[i]; in tfa2_cnt_get_cmd()
203 nxpTfaProfileList_t *prof = NULL; in tfa2_cnt_profile_name() local
206 prof = tfa2_cnt_get_dev_prof_list(cnt, dev_idx, prof_idx); in tfa2_cnt_profile_name()
209 if (prof == NULL) in tfa2_cnt_profile_name()
212 return tfa2_cnt_get_string(cnt, &prof->name); in tfa2_cnt_profile_name()
425 int prof, count = 0; in tfa2_cnt_grep_nth_profile_name() local
428 for (prof = 0; prof < cnt->nprof; prof++) in tfa2_cnt_grep_nth_profile_name()
[all …]
Dtfa2_container.h314 nxpTfaProfileList_t *tfa2_cnt_next_profile(nxpTfaProfileList_t *prof);