Searched refs:temp (Results 126 - 150 of 181) sorted by relevance

12345678

/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.cpp221 uint32_t temp; local
238 temp = (BETA*(pixels & 0x001F) + ALPHA*(pixels>>11) );
239 y0 = y_tab[(temp>>SHIFT1) + ((pixels>>3) & 0x00FC)];
246 temp = (BETA*(pixels & 0x001F) + ALPHA*(pixels>>11) );
247 y1 = y_tab[(temp>>SHIFT1) + ((pixels>>3) & 0x00FC)];
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp76 int temp; local
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
93 sad += AVC_ABS(temp);
117 int temp; local
131 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
132 sad += AVC_ABS(temp);
152 int temp; local
165 temp = ((p1[j] + p1[j+1] + 1) >> 1) - *kk++;
166 sad += AVC_ABS(temp);
H A Dmotion_comp.cpp1659 uint32 temp; local
1668 temp = *in++;
1670 temp |= (byte << 8);
1672 temp |= (byte << 16);
1674 temp |= (byte << 24);
1676 *((uint32*)out) = temp; /* write 4 bytes */
1689 temp = *((uint32*)in);
1690 *((uint32*)out) = temp;
1841 uint8 temp[288]; local
1848 out = temp;
2027 int32 temp[9]; local
2070 int i, temp, temp0, temp1; local
2121 uint16 temp; local
[all...]
/frameworks/base/services/surfaceflinger/
H A DLayer.cpp473 const Layer::State& temp(currentState());
475 const bool sizeChanged = (front.requested_w != temp.requested_w) ||
476 (front.requested_h != temp.requested_h);
483 int(temp.requested_w), int(temp.requested_h),
502 editDraw.requested_w = temp.requested_w;
503 editDraw.requested_h = temp.requested_h;
507 setBufferSize(temp.requested_w, temp.requested_h);
517 setBufferSize(temp
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Desc_iquant_scaling.cpp144 temp = inverseQuantTable[(maxInput >> ORDER) + 1];
146 temp += ((1 << (QTABLE))-1);
148 temp >>= (QTABLE-1);
150 temp *= maxInput;
153 WHILE( temp != 0)
154 temp >>= 1;
459 Int32 *temp; local
463 temp = coef;
474 STMCSIA temp!, {R12, R11, R10, R9} local
475 STMCSIA temp!, {R1 local
480 STMCSIA temp!, {R12, R11, R10, R9} local
481 STMMIIA temp!, {R12, R11} local
[all...]
/frameworks/base/obex/javax/obex/
H A DServerOperation.java400 byte[] temp = new byte[length];
401 bytesReceived = mInput.read(temp);
404 bytesReceived += mInput.read(temp, bytesReceived, length - bytesReceived);
587 Long temp = (Long)requestHeader.getHeader(HeaderSet.LENGTH);
589 if (temp == null) {
592 return temp.longValue();
H A DClientOperation.java211 Long temp = (Long)mReplyHeader.getHeader(HeaderSet.LENGTH);
213 if (temp == null) {
216 return temp.longValue();
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl71 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
/frameworks/base/core/java/android/text/
H A DBoringLayout.java239 char[] temp = TextUtils.obtain(500);
250 TextUtils.getChars(text, i, j, temp, 0);
255 char c = temp[a];
264 TextUtils.recycle(temp);
/frameworks/base/graphics/java/android/graphics/
H A DRect.java532 int temp = left;
534 right = temp;
537 int temp = top;
539 bottom = temp;
H A DRectF.java470 float temp = left;
472 right = temp;
475 float temp = top;
477 bottom = temp;
/frameworks/base/media/libmedia/
H A DJetPlayer.cpp175 int temp; local
250 if ((temp = mAudioTrack->write(mAudioBuffer, num_output)) < 0) {
251 LOGE("JetPlayer::render(): Error in writing:%d",temp);
252 return temp;
H A Dmediaplayer.cpp332 bool temp = false; local
333 mPlayer->isPlaying(&temp);
334 LOGV("isPlaying: %d", temp);
335 if ((mCurrentState & MEDIA_PLAYER_STARTED) && ! temp) {
339 return temp;
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c124 Word32 center_freq, temp, bvalFFTLine; local
128 temp = atan_1000((center_freq << 2) / (3*10));
130 (26600 * atan_1000((center_freq*76) / 100) + 7*temp*temp) / (2*1000*1000 / BARC_SCALE);
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dgain_q.cpp502 Word16 temp; local
551 temp =
560 temp,
H A Dp_ol_wgh.cpp598 Word16 temp; local
656 temp = pv_round(t1, pOverflow);
657 t1 = L_msu(t0, temp, 13107, pOverflow);
/frameworks/base/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/base/core/java/android/view/
H A DLayoutInflater.java386 View temp = createViewFromTag(name, attrs);
398 // Set the layout params for temp if we are not
400 temp.setLayoutParams(params);
407 // Inflate all children under temp
408 rInflate(parser, temp, attrs);
413 // We are supposed to attach all the views we found (int temp)
416 root.addView(temp, params);
422 result = temp;
/frameworks/base/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/base/media/libstagefright/codecs/avc/dec/src/
H A Dslice.cpp124 int temp; local
218 se_v(stream, &temp);
219 if (temp)
221 temp += (video->QPy + 52);
222 currMB->QPy = video->QPy = temp - 52 * (temp * 79 >> 12);
/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/core/java/android/text/format/
H A DTime.java666 Time temp = new Time(this);
667 temp.monthDay += sThursdayOffset[weekDay];
668 temp.normalize(true /* ignore isDst */);
669 return temp.yearDay / 7 + 1;
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java799 File temp = savedStateTempFile();
802 // prefer the real file. If it doesn't exist, use the temp one, and then copy it to the
803 // real one. if there is both a real file and a temp one, assume that the temp one isn't
807 if (temp.exists()) {
809 temp.delete();
811 } else if (temp.exists()) {
812 readStateFromFileLocked(temp);
814 temp.renameTo(real);
819 File temp
[all...]
/frameworks/base/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/media/libstagefright/codecs/avc/enc/
H A DAVCEncoder.cpp52 uint32_t temp = *inyuv_4++; local
53 uint32_t tempU = temp & 0xFF;
54 tempU = tempU | ((temp >> 8) & 0xFF00);
56 uint32_t tempV = (temp >> 8) & 0xFF;
57 tempV = tempV | ((temp >> 16) & 0xFF00);

Completed in 2902 milliseconds

12345678