Home
last modified time | relevance | path

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

/external/libldac/src/
Dencode_ldac.c35 p_sfinfo->ap_ac[ich]->p_acsub = (ACSUB *)calloc_ldac(p_sfinfo, 1, sizeof(ACSUB)); in alloc_encode_ldac()
36 if (p_sfinfo->ap_ac[ich]->p_acsub == (ACSUB *)NULL) { in alloc_encode_ldac()
158 if (p_sfinfo->ap_ac[ich]->p_acsub != (ACSUB *)NULL) { in free_encode_ldac()
160 p_sfinfo->ap_ac[ich]->p_acsub = (ACSUB *)NULL; in free_encode_ldac()
Dldac.h162 typedef struct _audio_channel_sub_ldac ACSUB; typedef
203 ACSUB *p_acsub;