Searched refs:temp (Results 201 - 225 of 268) sorted by relevance

1234567891011

/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java308 float temp = mMat[i*3 + j];
310 mMat[j*3 + i] = temp;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraSettings.java180 int temp = max;
182 min = temp;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix3f.java311 float temp = mMat[i*3 + j];
313 mMat[j*3 + i] = temp;
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java203 int temp = (depth_data[i] & 0x000000FF) << 24;
204 v = v | temp;
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp447 uint32_t temp = *inYVU_4++; local
448 uint32_t tempU = temp & 0xFF;
449 tempU = tempU | ((temp >> 8) & 0xFF00);
451 uint32_t tempV = (temp >> 8) & 0xFF;
452 tempV = tempV | ((temp >> 16) & 0xFF00);
/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java477 final Parcel temp = Parcel.obtain();
479 writeToParcel(temp, 0);
480 temp.setDataPosition(0);
481 return CREATOR.createFromParcel(temp);
483 temp.recycle();
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java323 TreeMap<String, ClassReader> temp = new TreeMap<>();
338 temp.clear();
339 temp.putAll(new_deps);
340 temp.putAll(new_keep);
346 for (ClassReader cr : temp.values()) {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp577 Word16 temp;
903 temp = mult (code[i - T0], pit_sharp);
904 code[i] = add (code[i], temp);
1055 temp = mult (st->exc[i], pit_sharp);
1056 L_temp = L_mult (temp, gain_pit);
1182 L_temp = sqrt_l_exp(L_temp, &temp); // function result
1183 L_temp = L_shr(L_temp, add( shr(temp, 1), 15));
1386 Word16 temp; local
1800 temp = mult(*(code + i - T0), pit_sharp, pOverflow);
1801 *(code + i) = add(*(code + i), temp, pOverflo
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.cpp51 // TODO: move MediaCodecInfo to C++. Until then, some temp methods to parse out info.
198 AString temp; local
199 if (!splitString(s, delimiter, s1, &temp)) {
202 if (!splitString(temp, delimiter, s2, s3)) {
/frameworks/base/obex/javax/obex/
H A DClientOperation.java251 Long temp = (Long)mReplyHeader.getHeader(HeaderSet.LENGTH);
253 if (temp == null) {
256 return temp.longValue();
H A DServerOperation.java722 Long temp = (Long)requestHeader.getHeader(HeaderSet.LENGTH);
724 if (temp == null) {
727 return temp.longValue();
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp125 short temp[BUFFER_SIZE_IN_BYTES]; local
126 memcpy_to_i16_from_u8(temp, (const unsigned char *) pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES);
127 (void) sf_writef_short(sndfile, (const short *) temp, frameCount);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dsyn_filt_neon.s59 MOV r10, r13 @ temp = y_buf
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s71 temp RN 14 label
193 M_MEDIAN3 CandMV1dx, CandMV2dx, CandMV3dx, temp
198 M_MEDIAN3 CandMV1dy, CandMV2dy, CandMV3dy, temp
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s71 temp RN 14 label
193 M_MEDIAN3 CandMV1dx, CandMV2dx, CandMV3dx, temp
198 M_MEDIAN3 CandMV1dy, CandMV2dy, CandMV3dy, temp
/frameworks/base/core/java/android/text/format/
H A DTime.java908 Time temp = new Time(this);
909 temp.monthDay += sThursdayOffset[weekDay];
910 temp.normalize(true /* ignore isDst */);
911 return temp.yearDay / 7 + 1;
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp284 int32 temp = history[i]; local
288 out[i] = temp;
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl127 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt,
/frameworks/wilhelm/tools/permute/
H A Dpermute.c234 Segment temp = s.mSegmentArray[i]; local
236 s.mSegmentArray[j] = temp;
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp417 bool temp = false; local
418 mPlayer->isPlaying(&temp);
419 ALOGV("isPlaying: %d", temp);
420 if ((mCurrentState & MEDIA_PLAYER_STARTED) && ! temp) {
423 } else if ((mCurrentState & MEDIA_PLAYER_PAUSED) && temp) {
427 return temp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1395 Vop *temp; local
1641 temp = video->prevBaseVop;
1644 video->currVop = temp;
1650 temp = video->prevEnhanceVop;
1653 video->currVop = temp;
1875 Vop *temp; local
1959 temp = video->prevBaseVop;
1962 video->currVop = temp;
1968 temp = video->prevEnhanceVop;
1971 video->currVop = temp;
2866 UInt temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1847 int temp; local
1865 temp = 1;
1866 pData = (void *)(&temp);
1870 temp = 16000;
1871 pData = (void *)(&temp);
1875 temp = gData->frameType;
1876 pData = (void *)(&temp);
1880 temp = gData->mode;
1881 pData = (void *)(&temp);
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h1381 uint8_t temp = 0; local
1382 FlattenableUtils::read(buffer, size, temp);
1383 size_t index = static_cast<size_t>(temp);
1389 FlattenableUtils::read(buffer, size, temp);
1390 t->addPostCompositeCalled = static_cast<bool>(temp);
1391 FlattenableUtils::read(buffer, size, temp);
1392 t->addRetireCalled = static_cast<bool>(temp);
1393 FlattenableUtils::read(buffer, size, temp);
1394 t->addReleaseCalled = static_cast<bool>(temp);
/frameworks/base/core/java/android/widget/
H A DGridView.java307 View temp = makeRow(pos, nextTop, true);
308 if (temp != null) {
309 selectedView = temp;
407 View temp = makeRow(pos, nextBottom, false);
408 if (temp != null) {
409 selectedView = temp;
568 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true);
604 if (temp != null) {
605 return temp;
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java492 final View temp = createViewFromTag(root, name, inflaterContext, attrs);
504 // Set the layout params for temp if we are not
506 temp.setLayoutParams(params);
514 // Inflate all children under temp against its context.
515 rInflateChildren(parser, temp, attrs, true);
521 // We are supposed to attach all the views we found (int temp)
524 root.addView(temp, params);
530 result = temp;

Completed in 597 milliseconds

1234567891011