Searched refs:tempInt (Results 1 – 2 of 2) sorted by relevance
142 int tempInt; in init() local156 if (sscanf(l, "card=%d", &tempInt) == 1) { in init()157 ALOGD("card=%d", tempInt); in init()158 mCard = tempInt; in init()165 } else if (sscanf(l, "device=%d", &tempInt) == 1) { in init()166 ALOGD("device=%d", tempInt); in init()167 mDevice = tempInt; in init()168 } else if (sscanf(l, "period_size=%d", &tempInt) == 1) { in init()169 ALOGD("period_size=%d", tempInt); in init()170 mPeriodSize = tempInt; in init()[all …]
399 int tempInt; in AMRDecode() local447 tempInt = dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i; in AMRDecode()448 modeStore |= tempInt; in AMRDecode()