Searched refs:temp (Results 126 - 150 of 268) sorted by relevance

1234567891011

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp447 etc_compressed temp; local
448 temp.score = 0;
449 temp.high = originalHigh | (i << 5);
450 temp.low = 0;
451 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
453 take_best(pCompressed, &temp);
458 etc_compressed temp; local
459 temp.score = firstHalf.score;
460 temp.high = firstHalf.high | (i << 2);
461 temp
[all...]
/frameworks/rs/
H A DrsMatrix4x4.cpp121 float temp; local
124 temp = m[i*4 + j];
126 m[j*4 + i] = temp;
255 Matrix4x4 temp; local
268 temp.set(i,0, ri0);
269 temp.set(i,1, ri1);
270 temp.set(i,2, ri2);
271 temp.set(i,3, ri3);
273 load(&temp);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc2_9pf.cpp325 Word16 temp; local
345 temp =
354 temp,
407 temp =
416 temp,
H A Dpitch_ol.cpp566 RETURNING(temp)
581 RETURNING(temp)
624 Word16 temp; local
626 temp = Lag_max(corr, scal_sig, scal_fac, scal_flag, L_frame, lag_max,
629 return(temp);
647 Word16 temp; local
649 temp = Lag_max(vadSt, corr, scal_sig, scal_fac, scal_flag, L_frame,
652 return(temp);
H A Ddtx_enc.cpp675 Word16 temp; local
700 temp = ~((~(st->log_en_hist[i])) >> 2);
704 temp = st->log_en_hist[i] >> 2;
706 log_en = add(log_en, temp, pOverflow);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java92 Map<String, Object> temp = new HashMap<String, Object>();
93 temp.put(KEY_TITLE, name);
94 temp.put(KEY_CLASS, clazz);
95 temp.put(KEY_FRAGMENT_ID, fragmentId);
96 data.add(temp);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock.c246 OMX_INT temp; local
252 temp = pSrc[x] + pSrcResidue[x];
253 pDst[x] = armClip(0,255,temp);
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java95 MotionEvent temp = ev.clampNoHistory(mBounds.left, mBounds.top,
97 boolean handled = super.dispatchTouchEvent(temp);
98 temp.recycle();
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp38 #define SWAP(a, b, temp) {(temp) = a; (a) = b; (b) = temp;}
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java213 String[] temp = getString().split(pattern);
214 EncodedStringValue[] ret = new EncodedStringValue[temp.length];
218 temp[i].getBytes());
/frameworks/av/include/media/
H A DSingleStateQueue.h133 T temp = shared->mValue; local
136 value = temp;
/frameworks/av/media/libmedia/include/media/
H A DSingleStateQueue.h133 T temp = shared->mValue; local
136 value = temp;
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java345 final Transformation temp = mTempTransformation;
352 temp.clear();
355 : 0.0f, temp);
356 previousTransformation.compose(temp);
372 final Transformation temp = mTempTransformation;
383 temp.clear();
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
385 t.compose(temp);
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp232 unsigned temp; local
373 if (line[0] == 'S' && sscanf(line, "Size: %d kB", &temp) == 1) {
374 /* size = temp; */
375 } else if (line[0] == 'R' && sscanf(line, "Rss: %d kB", &temp) == 1) {
376 /* resident = temp; */
377 } else if (line[0] == 'P' && sscanf(line, "Pss: %d kB", &temp) == 1) {
378 pss = temp;
379 } else if (line[0] == 'S' && sscanf(line, "Shared_Clean: %d kB", &temp) == 1) {
380 shared_clean = temp;
381 } else if (line[0] == 'S' && sscanf(line, "Shared_Dirty: %d kB", &temp)
[all...]
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h40 ForwardIterator temp = begin; local
42 delete *temp;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp299 float temp[16]; local
300 temp[0] = m[0];
301 temp[1] = m[1];
302 temp[2] = m[2];
303 temp[3] = 0.f;
305 temp[4] = m[3];
306 temp[5] = m[4];
307 temp[6] = m[5];
308 temp[7] = 0.f;
310 temp[
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java124 char[] temp = obtain(INDEX_INCREMENT);
131 getChars(s, start, segend, temp, 0);
135 if (temp[i] == ch) {
136 recycle(temp);
144 recycle(temp);
182 char[] temp = obtain(INDEX_INCREMENT);
189 getChars(s, segstart, end, temp, 0);
193 if (temp[i] == ch) {
194 recycle(temp);
202 recycle(temp);
1474 recycle(char[] temp) argument
[all...]
/frameworks/base/libs/input/
H A DPointerController.cpp382 int32_t temp = height; local
384 width = temp;
409 float temp; local
414 temp = x;
416 y = temp;
423 temp = x;
425 y = mLocked.displayHeight - temp;
432 temp = x;
434 y = mLocked.displayWidth - temp;
441 temp
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java219 File temp = null;
248 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
252 FileOutputStream foutput = new FileOutputStream(temp);
277 long len = temp.length();
279 Slog.w(TAG, "Dropping: " + tag + " (" + temp.length() + " > " + max + " bytes)");
280 temp.delete();
281 temp = null; // Pass temp = null to createEntry() to leave a tombstone
286 long time = createEntry(temp, tag, flags);
287 temp
543 EntryFile(File temp, File dir, String tag,long timestampMillis, int flags, int blockSize) argument
699 createEntry(File temp, String tag, int flags) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpitch_f4.c81 Word16 max, t0, step, temp; local
136 temp = Interpol_4(&corr[t0], i);
137 if(temp > max)
139 max = temp;
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java167 String temp = in.readLine();
168 if (temp == null || temp.isEmpty())
170 pid = temp.split(" +")[1];
/frameworks/base/libs/hwui/
H A DCanvasState.cpp40 void* temp = mSnapshotPool; local
42 free(temp);
105 Snapshot* temp = mSnapshot; local
107 freeSnapshot(temp);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java131 " vec4 temp = texture2D(tex_sampler_1, vec2(index, 0.5));\n" +
132 " float value = temp.g + temp.r * shift_scale;\n" +
134 " temp = texture2D(tex_sampler_2, vec2(index, 0.5));\n" +
135 " value = temp.g + temp.r * shift_scale;\n" +
205 long temp = normal_cdf[i] * precision / histDim;
206 densityTable[i] = (int) temp;
293 long temp = (256 * 256 - 1l) * histArray[i] / pixels;
294 histArray[i] = (int) temp;
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java139 Map<String, Object> temp = new HashMap<String, Object>();
140 temp.put("title", name);
141 temp.put("intent", intent);
142 data.add(temp);

Completed in 597 milliseconds

1234567891011