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

1234567891011

/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp262 unsigned char temp = *(data + i); local
264 *(data + AES_BLOCK_SIZE + i) = temp;
/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s79 temp RN 5 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s79 temp RN 5 label
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1349 final float[] temp = mTempMatrix;
1350 synchronized(temp) {
1352 if (remapCoordinateSystemImpl(inR, X, Y, temp)) {
1355 outR[i] = temp[i];
/frameworks/base/media/java/android/media/
H A DVolumeShaper.java922 float temp = mTimes[i];
924 mTimes[mTimes.length - 1 - i] = 1.f - temp;
925 temp = mVolumes[i];
927 mVolumes[mVolumes.length - 1 - i] = 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/libaudioclient/
H A DAudioTrack.cpp1424 size_t temp = frameCount; // temp may be replaced by a revised value of frameCount, local
1431 &temp,
1475 // note that temp is the (possibly revised) value of frameCount
1476 if (temp < frameCount || (frameCount == 0 && temp == 0)) {
1480 ALOGW("Requested frameCount %zu but received frameCount %zu", frameCount, temp);
1482 frameCount = temp;
1487 ALOGI("AUDIO_OUTPUT_FLAG_FAST successful; frameCount %zu -> %zu", frameCount, temp);
1493 temp);
1994 size_t temp = newPosition.value(); // FIXME size_t != uint32_t local
[all...]
/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/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp744 char *temp = mDevice->ops->get_parameters(mDevice); local
745 String8 str_parms(temp);
747 mDevice->ops->put_parameters(mDevice, temp);
749 free(temp);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java802 MediaMetadata temp = metadata == null ? null : new MediaMetadata.Builder(metadata)
807 if (temp != null) {
808 temp.size();
810 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/libnbaio/
H A DNBLog.cpp473 uint8_t temp[Entry::kMaxLength + Entry::kOverhead]; local
475 temp[i] = entry->readAt(i);
477 mFifoWriter->write(temp, need);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java599 final Configuration temp = new Configuration(activityResources.overrideConfig);
600 temp.updateFrom(key.mOverrideConfiguration);
601 key.mOverrideConfiguration.setTo(temp);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp398 std::vector<char> temp(PROPERTY_VALUE_MAX);
399 const int len = property_get(key, &temp[0], defaultValue);
403 return std::string(&temp[0], len);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java634 SubscriptionInfo temp = subInfos.get(i);
637 temp.getSubscriptionId());
644 + Integer.toString(temp.getSubscriptionId()), null);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp450 int64_t temp; local
451 if (safe_strtoi64(s, &temp)) {
452 if (temp >= 0 && temp <= 0x007FFFFFFF) {
453 *val = static_cast<int32_t>(temp);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp390 // save current streams to temp
391 KeyedVector<int32_t, sp<Stream> > temp; local
393 temp.add(mStreams.keyAt(i), mStreams.editValueAt(i));
397 for (i = 0; i < temp.size(); ++i) {
400 ssize_t index = newType2PIDs.indexOfKey(temp[i]->type());
409 // get the next PID for temp[i]->type() in the new PID map
413 temp.editValueAt(i)->setPID(*it);
414 mStreams.add(temp[i]->pid(), temp.editValueAt(i));
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1031 final int level, final int temp, final int volt, final int chargeUAh,
1045 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1055 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1030 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.cpp246 Vector2 temp = points[i]; local
248 points[j] = temp;

Completed in 698 milliseconds

1234567891011