Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DAudioPlayer.cpp142 int tempInt; in init() local
156 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 …]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Damrdecode.cpp399 int tempInt; in AMRDecode() local
447 tempInt = dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i; in AMRDecode()
448 modeStore |= tempInt; in AMRDecode()