Searched defs:tempInt (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Damrdecode.cpp399 int tempInt; local
447 tempInt = dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i;
448 modeStore |= tempInt;
/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.cpp142 int tempInt; local
156 if (sscanf(l, "card=%d", &tempInt) == 1) {
157 ALOGD("card=%d", tempInt);
158 mCard = tempInt;
165 } else if (sscanf(l, "device=%d", &tempInt) == 1) {
166 ALOGD("device=%d", tempInt);
167 mDevice = tempInt;
168 } else if (sscanf(l, "period_size=%d", &tempInt) == 1) {
169 ALOGD("period_size=%d", tempInt);
170 mPeriodSize = tempInt;
[all...]

Completed in 57 milliseconds