Lines Matching refs:tmpPce
1290 C_ALLOC_SCRATCH_START(tmpPce, CProgramConfig, 1); in CProgramConfig_GetElementTable()
1292 CProgramConfig_GetDefault(tmpPce, pPce->NumChannels); in CProgramConfig_GetElementTable()
1294 *pChMapIdx = (!(CProgramConfig_Compare(pPce, tmpPce) & 0xE)) in CProgramConfig_GetElementTable()
1299 C_ALLOC_SCRATCH_END(tmpPce, CProgramConfig, 1); in CProgramConfig_GetElementTable()
1302 C_ALLOC_SCRATCH_START(tmpPce, CProgramConfig, 1); in CProgramConfig_GetElementTable()
1304 CProgramConfig_GetDefault(tmpPce, 11); in CProgramConfig_GetElementTable()
1306 *pChMapIdx = (!(CProgramConfig_Compare(pPce, tmpPce) & 0xE)) ? 11 : 0; in CProgramConfig_GetElementTable()
1309 C_ALLOC_SCRATCH_END(tmpPce, CProgramConfig, 1); in CProgramConfig_GetElementTable()
1314 C_ALLOC_SCRATCH_START(tmpPce, CProgramConfig, 1); in CProgramConfig_GetElementTable()
1317 CProgramConfig_GetDefault(tmpPce, testCfg[i]); in CProgramConfig_GetElementTable()
1319 if (!(CProgramConfig_Compare(pPce, tmpPce) & 0xE)) { in CProgramConfig_GetElementTable()
1327 C_ALLOC_SCRATCH_END(tmpPce, CProgramConfig, 1); in CProgramConfig_GetElementTable()