Searched refs:temp (Results 151 - 175 of 225) sorted by relevance

123456789

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp302 int32 temp = - global_gain; local
303 if (temp < 32)
305 is[ss] = (tmp >> temp);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp926 int16 temp, temp1, i, dither_fac, rand_dith; local
945 temp = add_int16(isf[0], mult_int16_r(rand_dith, dither_fac));
948 if (temp < ISF_GAP)
954 isf[0] = temp;
964 temp = add_int16(isf[i], mult_int16_r(rand_dith, dither_fac));
965 temp1 = sub_int16(temp, isf[i - 1]);
974 isf[i] = temp;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1655 uint32 temp; local
1664 temp = *in++;
1666 temp |= (byte << 8);
1668 temp |= (byte << 16);
1670 temp |= (byte << 24);
1672 *((uint32*)out) = temp; /* write 4 bytes */
1685 temp = *((uint32*)in);
1686 *((uint32*)out) = temp;
1837 uint8 temp[288]; local
1844 out = temp;
2023 int32 temp[9]; local
2066 int i, temp, temp0, temp1; local
2117 uint16 temp; local
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1211 int32_t* temp, int32_t* aux)
1216 // ramp gain - resample to temp buffer and scale/mix in 2nd step
1221 memset(temp, 0, outFrameCount * t->mMixerChannelCount * sizeof(int32_t));
1222 t->resampler->resample(temp, outFrameCount, t->bufferProvider);
1224 volumeRampStereo(t, out, outFrameCount, temp, aux);
1226 volumeStereo(t, out, outFrameCount, temp, aux);
1231 memset(temp, 0, outFrameCount * MAX_NUM_CHANNELS * sizeof(int32_t));
1232 t->resampler->resample(temp, outFrameCount, t->bufferProvider);
1233 volumeRampStereo(t, out, outFrameCount, temp, aux);
1245 size_t outFrameCount __unused, int32_t* temp __unuse
1210 track__genericResample(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
1249 volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1292 volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
2029 track__Resample(track_t* t, TO* out, size_t outFrameCount, TO* temp, TA* aux) argument
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c136 void *temp = malloc(READ_FRAMES * sfframesize); local
142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
146 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
150 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
160 const unsigned char *ptr = (unsigned char *) temp;
178 free(temp);
H A Dplaybq.cpp136 void *temp = malloc(READ_FRAMES * sfframesize); local
142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
146 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
150 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
160 const unsigned char *ptr = (unsigned char *) temp;
178 free(temp);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c427 OMX_U8 temp; local
432 temp = *(pBuf1 + i);
434 *(pBuf2 + i) = temp;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s93 temp RN 1 label
303 ADD temp, T2, #128
304 CMP temp, #256
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c427 OMX_U8 temp; local
432 temp = *(pBuf1 + i);
434 *(pBuf2 + i) = temp;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s93 temp RN 1 label
303 ADD temp, T2, #128
304 CMP temp, #256
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c427 OMX_U8 temp; local
432 temp = *(pBuf1 + i);
434 *(pBuf2 + i) = temp;
/frameworks/base/core/java/android/util/
H A DBase64.java171 byte[] temp = new byte[decoder.op];
172 System.arraycopy(decoder.output, 0, temp, 0, decoder.op);
173 return temp;
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java88 BufferedImage temp = new BufferedImage(goldenImage.getWidth(), goldenImage.getHeight(),
90 temp.getGraphics().drawImage(goldenImage, 0, 0, null);
91 goldenImage = temp;
/frameworks/base/graphics/java/android/graphics/
H A DRect.java539 int temp = left;
541 right = temp;
544 int temp = top;
546 bottom = temp;
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp469 size_t temp = frameCount; // temp may be replaced by a revised value of frameCount, local
481 &temp,
537 // note that temp is the (possibly revised) value of frameCount
538 if (temp < frameCount || (frameCount == 0 && temp == 0)) {
539 ALOGW("Requested frameCount %zu but received frameCount %zu", frameCount, temp);
541 frameCount = temp;
846 size_t temp = newPosition; local
847 mCbf(EVENT_NEW_POS, mUserData, &temp);
[all...]
H A Dmediaplayer.cpp368 bool temp = false; local
369 mPlayer->isPlaying(&temp);
370 ALOGV("isPlaying: %d", temp);
371 if ((mCurrentState & MEDIA_PLAYER_STARTED) && ! temp) {
375 return temp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h214 __inline Int m4v_enc_clz(UInt temp) argument
217 register UInt ra = (UInt)temp;
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl114 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp727 jobjectArray temp = env->NewObjectArray(totalEffectsCount, fields.clazzDesc, NULL); local
728 if (temp == NULL) {
729 return temp;
775 env->SetObjectArrayElement(temp, returnedEffectsCount++, jdesc);
786 env->SetObjectArrayElement(ret, i, env->GetObjectArrayElement(temp, i));
788 env->DeleteLocalRef(temp);
793 if (temp != NULL) {
794 env->DeleteLocalRef(temp);
/frameworks/base/packages/InputDevices/
H A DAndroid.mk47 # Reset temp vars.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java124 int temp = array[i];
126 array[j] = temp;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java420 float[] temp = mTempMatrix;
421 Matrix.setRotateM(temp, 0, angle, x, y, z);
424 Matrix.multiplyMM(temp, MATRIX_SIZE, matrix, index, temp, 0);
425 System.arraycopy(temp, MATRIX_SIZE, matrix, index, MATRIX_SIZE);
430 float[] temp = mTempMatrix;
433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
/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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix3f.java311 float temp = mMat[i*3 + j];
313 mMat[j*3 + i] = temp;

Completed in 4808 milliseconds

123456789