Searched refs:temp (Results 101 - 125 of 225) sorted by relevance

123456789

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dbasic_op_arm_gcc_v5.h482 Word32 temp; local
488 : "=r"(temp)
495 : "r"(temp), "r"(temp)
/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java104 int temp = selectionEnd;
106 selectionStart = temp;
186 int temp = selectionEnd;
188 selectionStart = temp;
/frameworks/wilhelm/src/
H A Ddevices.c234 SLmilliHertz *temp = (SLmilliHertz *) malloc(sizeof(SLmilliHertz) *
236 assert(NULL != temp);
237 memcpy(temp, pDescriptor->pSampleRatesSupported, sizeof(SLmilliHertz) *
239 pDescriptor->pSampleRatesSupported = temp;
/frameworks/av/media/libmedia/
H A DSingleStateQueue.cpp79 T temp = shared->mValue; local
82 value = temp;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dsp_enc.cpp245 Speech_Encode_FrameState** temp = &s; local
246 GSMEncodeFrameExit((void**)temp);
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);
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java184 float temp = mMat[1];
186 mMat[2] = temp;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java187 float temp = mMat[1];
189 mMat[2] = temp;
/frameworks/base/graphics/java/android/graphics/
H A DColor.java124 int temp = Math.min(b, Math.min(r, g));
128 if (V == temp) {
131 final float vtemp = (float) (V - temp);
167 int temp = Math.min(b, Math.min(r, g));
171 if (V == temp) {
174 S = (V - temp) / (float) V;
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp275 int32 temp = pvmp3_get_main_data_size(info, pVars); local
291 fillMainDataBuf(pVars, temp);
312 pVars->frame_start += temp;
566 void fillMainDataBuf(void *pMem, int32 temp) argument
576 if ((offset + temp) < BUFSIZE)
585 if ((offset + temp) < BUFSIZE)
587 pv_memcpy((pVars->mainDataStream.pBuffer + offset), ptr, temp*sizeof(uint8));
588 pVars->mainDataStream.offset += temp;
593 for (int32 nBytes = temp >> 1; nBytes != 0; nBytes--) /* read main data. */
601 if (temp
[all...]
/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/av/services/audioflinger/
H A DAudioMixer.h158 typedef void (*hook_t)(track_t* t, int32_t* output, size_t numOutFrames, int32_t* temp,
393 static void track__genericResample(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
395 static void track__nop(track_t* t, int32_t* out, size_t numFrames, int32_t* temp, int32_t* aux);
396 static void track__16BitsStereo(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
398 static void track__16BitsMono(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
400 static void volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,
402 static void volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,
441 TO* temp __unused, TA* aux);
444 TO* temp __unused, TA* aux);
/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/base/core/jni/
H A Dandroid_os_Debug.cpp237 unsigned temp; local
364 if (line[0] == 'S' && sscanf(line, "Size: %d kB", &temp) == 1) {
365 size = temp;
366 } else if (line[0] == 'R' && sscanf(line, "Rss: %d kB", &temp) == 1) {
367 resident = temp;
368 } else if (line[0] == 'P' && sscanf(line, "Pss: %d kB", &temp) == 1) {
369 pss = temp;
370 } else if (line[0] == 'S' && sscanf(line, "Shared_Clean: %d kB", &temp) == 1) {
371 shared_clean = temp;
372 } else if (line[0] == 'S' && sscanf(line, "Shared_Dirty: %d kB", &temp)
505 unsigned temp; local
[all...]
/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/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp475 int8_t temp; local
476 if (!packet.getInt8(temp)) return false;
477 longValue = temp;
481 uint8_t temp; local
482 if (!packet.getUInt8(temp)) return false;
483 longValue = temp;
487 int16_t temp; local
488 if (!packet.getInt16(temp)) return false;
489 longValue = temp;
493 uint16_t temp; local
499 int32_t temp; local
505 uint32_t temp; local
511 int64_t temp; local
517 uint64_t temp; local
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp68 EAS_I32 temp; local
86 result = EAS_ParseMetaData(easData, easHandle, &temp);
100 sprintf(buffer, "%ld", 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/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/mca/filterfw/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;

Completed in 2688 milliseconds

123456789