Searched refs:temp (Results 126 - 150 of 267) 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/libeffects/lvm/lib/Common/src/
H A DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c34 LVM_FLOAT temp; local
35 temp = a + b ;
36 if (temp < -1.0f)
38 else if (temp > 1.0f)
41 c = 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/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/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp486 int8_t temp; local
487 if (!packet.getInt8(temp)) return false;
488 longValue = temp;
492 uint8_t temp; local
493 if (!packet.getUInt8(temp)) return false;
494 longValue = temp;
498 int16_t temp; local
499 if (!packet.getInt16(temp)) return false;
500 longValue = temp;
504 uint16_t temp; local
510 int32_t temp; local
516 uint32_t temp; local
522 int64_t temp; local
528 uint64_t temp; local
[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/libs/input/
H A DPointerController.cpp378 int32_t temp = height; local
380 width = temp;
405 float temp; local
410 temp = x;
412 y = temp;
419 temp = x;
421 y = mLocked.displayHeight - temp;
428 temp = x;
430 y = mLocked.displayWidth - temp;
437 temp
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java229 File temp = null;
258 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
262 FileOutputStream foutput = new FileOutputStream(temp);
287 long len = temp.length();
289 Slog.w(TAG, "Dropping: " + tag + " (" + temp.length() + " > " + max + " bytes)");
290 temp.delete();
291 temp = null; // Pass temp = null to createEntry() to leave a tombstone
296 long time = createEntry(temp, tag, flags);
297 temp
565 EntryFile(File temp, File dir, String tag,long timestampMillis, int flags, int blockSize) argument
776 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.cpp34 void* temp = mSnapshotPool; local
36 free(temp);
98 Snapshot* temp = mSnapshot; local
100 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);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DMainActivity.java163 Map<String, Object> temp = new HashMap<>();
164 temp.put("title", name);
165 temp.put("intent", intent);
166 data.add(temp);

Completed in 4953 milliseconds

1234567891011