Home
last modified time | relevance | path

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

/external/libldac/abr/src/
DldacBT_abr.c66 unsigned int thCritical; member
145 hLdacAbr->thCritical = LDAC_ABR_THRESHOLD_CRITICAL_DEFAULT; in ldac_ABR_Init()
153 int ldac_ABR_set_thresholds( HANDLE_LDAC_ABR hLdacAbr, unsigned int thCritical, in ldac_ABR_set_thresholds() argument
157 thCritical, thDangerousTrend, thSafety4HQSQ); in ldac_ABR_set_thresholds()
159 if (thCritical < thDangerousTrend) return -1; in ldac_ABR_set_thresholds()
161 hLdacAbr->thCritical = thCritical; in ldac_ABR_set_thresholds()
214 if (TxQD_curr >= hLdacAbr->thCritical) { in ldac_ABR_Proc()
/external/libldac/abr/inc/
DldacBT_abr.h141 LDAC_ABR_API int ldac_ABR_set_thresholds(HANDLE_LDAC_ABR hLdacAbr, unsigned int thCritical,