Home
last modified time | relevance | path

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

/external/libldac/abr/src/
DldacBT_abr.c68 unsigned int thSafety4HQSQ; member
147 hLdacAbr->thSafety4HQSQ = LDAC_ABR_THRESHOLD_SAFETY_FOR_HQSQ_DEFAULT; in ldac_ABR_Init()
154 unsigned int thDangerousTrend, unsigned int thSafety4HQSQ ) in ldac_ABR_set_thresholds() argument
157 thCritical, thDangerousTrend, thSafety4HQSQ); in ldac_ABR_set_thresholds()
160 if (thDangerousTrend < thSafety4HQSQ) return -1; in ldac_ABR_set_thresholds()
163 hLdacAbr->thSafety4HQSQ = thSafety4HQSQ; in ldac_ABR_set_thresholds()
226 else if ((TxQD_curr > hLdacAbr->thSafety4HQSQ) && in ldac_ABR_Proc()
/external/libldac/abr/inc/
DldacBT_abr.h142 unsigned int thDangerousTrend, unsigned int thSafety4HQSQ);