Searched refs:m_equationTable (Results 1 – 9 of 9) sorted by relevance
1638 memset(m_equationTable, 0, sizeof(m_equationTable)); in InitEquationTable()1666 m_equationTable[equationIndex] = equation; in InitEquationTable()2922 ADDR_ASSERT(m_equationTable[eqIndex].addr[i].valid == 1); in ComputeStereoInfo()2924 if ((m_equationTable[eqIndex].addr[i].channel == 1) && in ComputeStereoInfo()2925 (m_equationTable[eqIndex].addr[i].index > yMax)) in ComputeStereoInfo()2927 yMax = m_equationTable[eqIndex].addr[i].index; in ComputeStereoInfo()2930 if ((m_equationTable[eqIndex].xor1[i].valid == 1) && in ComputeStereoInfo()2931 (m_equationTable[eqIndex].xor1[i].channel == 1) && in ComputeStereoInfo()2932 (m_equationTable[eqIndex].xor1[i].index > yMax)) in ComputeStereoInfo()2934 yMax = m_equationTable[eqIndex].xor1[i].index; in ComputeStereoInfo()[all …]
264 *ppEquationTable = m_equationTable; in HwlGetEquationTableInfo()
1995 memset(m_equationTable, 0, sizeof(m_equationTable)); in InitEquationTable()2032 m_equationTable[equationIndex] = equation; in InitEquationTable()3439 ADDR_ASSERT(m_equationTable[eqIndex].addr[i].valid == 1); in ComputeStereoInfo()3441 if ((m_equationTable[eqIndex].addr[i].channel == 1) && in ComputeStereoInfo()3442 (m_equationTable[eqIndex].addr[i].index > yMax)) in ComputeStereoInfo()3444 yMax = m_equationTable[eqIndex].addr[i].index; in ComputeStereoInfo()3447 if ((m_equationTable[eqIndex].xor1[i].valid == 1) && in ComputeStereoInfo()3448 (m_equationTable[eqIndex].xor1[i].channel == 1) && in ComputeStereoInfo()3449 (m_equationTable[eqIndex].xor1[i].index > yMax)) in ComputeStereoInfo()3451 yMax = m_equationTable[eqIndex].xor1[i].index; in ComputeStereoInfo()[all …]
289 *ppEquationTable = m_equationTable; in HwlGetEquationTableInfo()
275 *ppEquationTable = m_equationTable; in HwlGetEquationTableInfo()321 ADDR_EQUATION m_equationTable[EquationTableSize]; variable
3615 memset(m_equationTable, 0, sizeof(m_equationTable)); in InitEquationTable()3756 m_equationTable[equationIndex] = equation; in InitEquationTable()3803 m_equationTable[equationIndex] = equation; in InitEquationTable()
359 *ppEquationTable = m_equationTable; in HwlGetEquationTableInfo()
2288 memset(m_equationTable, 0, sizeof(m_equationTable)); in InitEquationTable()2336 m_equationTable[equationIndex] = equation; in InitEquationTable()4029 const ADDR_EQUATION *pEqToCheck = &m_equationTable[eqIndex]; in ComputeStereoInfo()
971 ADDR_EQUATION m_equationTable[EquationTableSize]; variable