Searched refs:tmp (Results 101 - 125 of 322) sorted by relevance

1234567891011>>

/frameworks/base/tools/preload2/src/com/android/preload/
H A DClientUtils.java127 Client tmp = device.getClient(processName);
128 if (tmp != null) {
129 return tmp;
135 Client tmp = device.getClient(name);
136 if (tmp != null) {
137 return tmp;
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp39 AString tmp(&uri[5], commaPos - &uri[5]);
41 if (tmp.endsWith(";base64")) {
60 size_t dataLen = strlen(uri) - tmp.size() - 6;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_adapt.cpp420 Word16 tmp; local
448 /* tmp = cbGain / onFact; onFact = 2.0; 200 Q1 = 100.0 */
449 tmp = shr_r(gain_cod, 1, pOverflow);
451 if ((tmp > st->prev_gc) && (gain_cod > 200))
H A Dc1035pf.cpp158 Word16 tmp;
160 tmp = *ind;
164 *ind = (tmp & 0x8) | gray[tmp & 0x7];
168 *ind = gray[tmp & 0x7];
204 Word16 tmp; local
206 tmp = *pInd;
210 *pInd = (tmp & 0x8) | gray[tmp & 0x7];
214 *pInd = gray[tmp
[all...]
H A Dcalc_en.cpp158 Word16 i, exp, tmp;
204 tmp = sub(res[i], pv_round(L_temp)); // LTP residual, Q0
205 s = L_mac (s, tmp, tmp);
614 Word16 tmp; /* temporal storage */ local
639 tmp = (Y2[i] >> 3);
640 scaled_y2[i] = tmp;
643 s1 = L_mac(s1, tmp, tmp, pOverflow);
646 s2 = L_mac(s2, xn[i], tmp, pOverflo
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddeemph.c72 Word32 tmp; local
74 tmp = (x[i - 1] * mu)<<1;
75 L_tmp = L_add(L_tmp, tmp);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_byte_stream.c86 u32 i, tmp; local
195 tmp = pStrmData->strmBuffSize;
198 for (i = tmp; i--;)
H A Dh264bsd_util.c269 u32 tmp; local
276 tmp = row * width;
279 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
280 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
H A Dh264bsd_cavlc.c757 u32 i, tmp, totalCoeff, trailingOnes, suffixLength, levelPrefix; local
780 tmp = DecodeCoeffToken(bit, (u32)nc);
781 if (!tmp)
783 BUFFER_FLUSH(bufferValue, bufferBits, LENGTH_TC(tmp));
785 totalCoeff = TOTAL_COEFF(tmp);
788 trailingOnes = TRAILING_ONES(tmp);
797 tmp = 1 << (trailingOnes - 1);
798 for (; tmp; i++)
800 level[i] = bit & tmp ? -1 : 1;
801 tmp >>
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp47 tmp = *rec + tmp; \
48 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
49 *rec++ = tmp; \
53 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
54 *rec++ = tmp; \
326 int tmp; local
848 int32 tmp; local
1321 int tmp; local
1861 Int tmp, tmp2; local
[all...]
H A Dsad_inline.h33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
35 tmp = tmp - tmp2;
36 if (tmp > 0) sad += tmp;
37 else sad -= tmp;
177 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
181 rsbs tmp, tmp, tmp2 ; local
182 rsbmi tmp, tm local
183 add sad, sad, tmp ; local
346 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DCertBlacklister.java86 File tmp = File.createTempFile("journal", "", mTmpDir);
88 tmp.setReadable(true, false);
90 out = new FileOutputStream(tmp);
95 tmp.renameTo(new File(mPath));
H A DDiskStatsService.java53 File tmp = new File(Environment.getDataDirectory(), "system/perftest.tmp");
59 fos = new FileOutputStream(tmp);
68 if (tmp.exists()) tmp.delete();
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DDroid.java74 Allocation tmp = Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
84 scriptC_bricked.forEach_andy(tmp);
85 scriptC_bricked.forEach_copy(tmp);
91 tmp.destroy();
H A DMandelbulb.java66 Allocation tmp = Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
76 scriptC_mandelbulb.forEach_mandelbulb(tmp);
77 scriptC_mandelbulb.forEach_copy(tmp);
83 tmp.destroy();
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp328 int16 i, a, tmp; local
352 tmp = table_isqrt[i] - table_isqrt[i + 1]; /* table[i] - table[i+1]) */
354 *frac = msu_16by16_from_int32(*frac, tmp, a); /* frac -= tmp*a*2 */
389 int16 exp, i, a, tmp; local
398 tmp = table_pow2[i] - table_pow2[i + 1]; /* table[i] - table[i+1] */
399 L_x -= ((int32)tmp * a); /* L_x -= tmp*a*2 */
496 int16 i, a, tmp; local
517 tmp
[all...]
H A Dpvamrwbdecoder.cpp327 int16 i, j, i_subfr, index, ind[8], tmp; local
534 tmp = sub_int16(isf[i], st->isfold[i]);
535 L_tmp = mac_16by16_to_int32(L_tmp, tmp, tmp);
537 tmp = extract_h(shl_int32(L_tmp, 8));
538 tmp = mult_int16(tmp, 26214); /* tmp = L_tmp*0.8/256 */
540 tmp = 20480 - tmp; /* 1.2
[all...]
H A Dpvamrwbdecoder_basic_op_gcc_armv5.h260 register int32 tmp; local
267 : "=&r*i"(tmp)
271 return (tmp);
276 register int32 tmp; local
282 : "=&r*i"(tmp)
285 return (tmp);
294 register int32 tmp; local
300 : "=&r*i"(tmp)
303 return (tmp);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java151 int tmp;
153 tmp = key % 2;
155 if (tmp != 0) {
163 tmp = key % 2;
165 if (tmp != 0) {
173 tmp = key % 3;
175 switch(tmp) {
190 tmp = key % 3;
192 switch(tmp) {
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java228 int tmp = a;
230 b = tmp;
237 int tmp = ca;
239 cb = tmp;
385 int tmp = a;
387 b = tmp;
394 int tmp = ca;
396 cb = tmp;
463 int tmp = a;
465 b = tmp;
[all...]
/frameworks/av/media/libmedia/
H A DVisualizer.cpp321 short tmp = workspace[i >> 1] >> 21; local
322 while (tmp > 127 || tmp < -128) tmp >>= 1;
323 fft[i] = tmp;
324 tmp = workspace[i >> 1];
325 tmp >>= 5;
326 while (tmp > 127 || tmp < -128) tmp >>
[all...]
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipUtilTest.java119 File tmp = File.createTempFile("ZipUtilTest", ".fakezip");
121 OutputStream out = new FileOutputStream(tmp);
129 RandomAccessFile raf = new RandomAccessFile(tmp, "r");
136 tmp.delete();
149 File tmp = File.createTempFile("ZipUtilTest", ".fakezip");
151 OutputStream out = new FileOutputStream(tmp);
159 RandomAccessFile raf = new RandomAccessFile(tmp, "r");
166 tmp.delete();
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h30 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
32 tmp = tmp - tmp2;
33 if (tmp > 0) sad += tmp;
34 else sad -= tmp;
174 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
178 rsbs tmp, tmp, tmp2 ; local
179 rsbmi tmp, tm local
180 add sad, sad, tmp ; local
343 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
[all...]
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java180 File tmp = null;
190 tmp = File.createTempFile("journal", "", dir);
191 // mark tmp -rw-r--r--
192 tmp.setReadable(true, false);
194 out = new FileOutputStream(tmp);
199 if (!tmp.renameTo(file)) {
203 if (tmp != null) {
204 tmp.delete();
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp232 int32 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac); local
233 *(pt_xl++) = (*pt_xr) - tmp;
234 *(pt_xr++) = tmp;
235 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac);
236 *(pt_xl++) = (*pt_xr) - tmp;
237 *(pt_xr++) = tmp;
242 int32 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac); local
243 *(pt_xl) = (*pt_xr) - tmp;
244 *(pt_xr) = tmp;

Completed in 1587 milliseconds

1234567891011>>