Searched refs:CProgramConfig_Compare (Results 1 – 3 of 3) sorted by relevance
212 int CProgramConfig_Compare(const CProgramConfig *const pPce1,
362 int CProgramConfig_Compare(const CProgramConfig *const pPce1, in CProgramConfig_Compare() function1149 *pChMapIdx = (!(CProgramConfig_Compare(pPce, tmpPce) & 0xE)) in CProgramConfig_GetElementTable()1161 *pChMapIdx = (!(CProgramConfig_Compare(pPce, tmpPce) & 0xE)) ? 11 : 0; in CProgramConfig_GetElementTable()1174 if (!(CProgramConfig_Compare(pPce, tmpPce) & 0xE)) { in CProgramConfig_GetElementTable()
536 switch (CProgramConfig_Compare(pce, tmpPce)) { in CProgramConfigElement_Read()1532 pceCmpResult = CProgramConfig_Compare(&self->pce, tmpPce); in CAacDecoder_Init()