Searched refs:temp (Results 226 - 250 of 267) sorted by relevance

1234567891011

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java320 String temp = String.format("SetSourceRegion: %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f",
323 Log.v(TAG, temp);
/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java485 float temp = mMat[i*4 + j];
487 mMat[j*4 + i] = temp;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix4f.java486 float temp = mMat[i*4 + j];
488 mMat[j*4 + i] = temp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp162 Int *temp; local
174 temp = (Int*) bitmapcol;
175 temp[0] = temp[1] = 0;
H A Dmotion_est.cpp654 double temp[15]; local
662 temp[i] = 1 / exp_lamda[i] * M4VENC_LOG(2 * pf);
664 temp[i] = -1 / exp_lamda[i] * M4VENC_LOG(2 * (1 - pf));
669 nrmlz_th[i] = (Int)(temp[i] * ((i + 1) << 4) + 0.5);
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1352 final float[] temp = sTempMatrix;
1353 synchronized (temp) {
1355 if (remapCoordinateSystemImpl(inR, X, Y, temp)) {
1358 outR[i] = temp[i];
/frameworks/base/media/java/android/media/
H A DVolumeShaper.java924 float temp = mTimes[i];
926 mTimes[mTimes.length - 1 - i] = 1.f - temp;
927 temp = mVolumes[i];
929 mVolumes[mVolumes.length - 1 - i] = temp;
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java440 RawPortInfo temp = new RawPortInfo(current.portName,
445 newPortInfo.add(temp);
472 RawPortInfo temp = new RawPortInfo(current.status.portName,
477 newPortInfo.add(temp);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3116 for (final DrawableRecipientChip temp : recipients) {
3118 if (temp != null && RecipientEntry.isCreatedRecipient(
3119 temp.getEntry().getContactId())
3120 && getSpannable().getSpanStart(temp) != -1) {
3123 entries.get(tokenizeAddress(temp.getEntry()
3140 for (final DrawableRecipientChip temp : recipients) {
3141 if (temp != null && RecipientEntry.isCreatedRecipient(
3142 temp.getEntry().getContactId())
3143 && getSpannable().getSpanStart(temp) != -1) {
3145 temp
[all...]
/frameworks/av/media/libmediaplayer2/
H A Dmediaplayer2.cpp848 bool temp = mPlayer->isPlaying(); local
849 ALOGV("isPlaying: %d", temp);
850 if ((mCurrentState & MEDIA_PLAYER2_STARTED) && ! temp) {
853 } else if ((mCurrentState & MEDIA_PLAYER2_PAUSED) && temp) {
857 return temp;
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java427 final int temp = indicatorRect.left;
429 indicatorRect.right = width - temp;
/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java381 for (int i = 0, temp = 0; i < 50; i++ ) {
382 temp += i;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
H A DPowerUITest.java452 private void setCurrentTemp(float temp) { argument
454 .thenReturn(new float[] { temp });
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DCea608CCParser.java277 CCMemory temp = mDisplay;
279 mNonDisplay = temp;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java795 MediaMetadata temp = metadata == null ? null : new MediaMetadata.Builder(metadata)
800 if (temp != null) {
801 temp.size();
803 mMetadata = temp;
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp60 int temp = (random + index) % kMaxNumUniqueIds; local
61 if (!mUniqueIdArray[temp]) {
62 uniqueId = temp;
/frameworks/av/media/libnblog/
H A DNBLog.cpp571 uint8_t temp[Entry::kMaxLength + Entry::kOverhead]; local
572 // write this data to temp array
574 temp[i] = etr->copyEntryDataAt(i);
577 mFifoWriter->write(temp, need);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java754 final Configuration temp = new Configuration(activityResources.overrideConfig);
755 temp.updateFrom(key.mOverrideConfiguration);
756 key.mOverrideConfiguration.setTo(temp);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java641 SubscriptionInfo temp = subInfos.get(i);
644 temp.getSubscriptionId());
651 + Integer.toString(temp.getSubscriptionId()), null);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp461 int64_t temp; local
462 if (safe_strtoi64(s, &temp)) {
463 if (temp >= 0 && temp <= 0x007FFFFFFF) {
464 *val = static_cast<int32_t>(temp);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp401 // save current streams to temp
402 KeyedVector<int32_t, sp<Stream> > temp; local
404 temp.add(mStreams.keyAt(i), mStreams.editValueAt(i));
408 for (i = 0; i < temp.size(); ++i) {
411 ssize_t index = newType2PIDs.indexOfKey(temp[i]->type());
420 // get the next PID for temp[i]->type() in the new PID map
424 temp.editValueAt(i)->setPID(*it);
425 mStreams.add(temp[i]->pid(), temp.editValueAt(i));
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1102 final int level, final int temp, final int volt, final int chargeUAh,
1114 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1127 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1101 setBatteryState(final int status, final int health, final int plugType, final int level, final int temp, final int volt, final int chargeUAh, final int chargeFullUAh) argument
/frameworks/base/libs/hwui/
H A DSpotShadow.cpp242 Vector2 temp = points[i]; local
244 points[j] = temp;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1016 File temp = new File(filename);
1017 is = new BufferedInputStream(new FileInputStream(temp));
1033 file = new RandomAccessFile(temp, "rw");
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1111 size_t temp = newPosition.value(); // FIXME size_t != uint32_t local
1112 mCbf(EVENT_NEW_POS, mUserData, &temp);

Completed in 722 milliseconds

1234567891011