Searched refs:tmp (Results 126 - 150 of 346) sorted by relevance

1234567891011>>

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp63 char tmp[128]; local
75 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
79 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
83 snprintf(tmp, sizeof(tmp), "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
87 snprintf(tmp, sizeof(tmp), "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
91 snprintf(tmp, sizeo
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_en.cpp158 Word16 i, exp, tmp;
204 tmp = sub(res[i], pv_round(L_temp)); // LTP residual, Q0
205 s = L_mac (s, tmp, tmp);
614 Word16 tmp; /* temporal storage */ local
639 tmp = (Y2[i] >> 3);
640 scaled_y2[i] = tmp;
643 s1 = L_mac(s1, tmp, tmp, pOverflow);
646 s2 = L_mac(s2, xn[i], tmp, pOverflo
[all...]
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java180 File tmp = null;
190 tmp = File.createTempFile("journal", "", dir);
191 // mark tmp -rw-r--r--
192 tmp.setReadable(true, false);
194 out = new FileOutputStream(tmp);
199 if (!tmp.renameTo(file)) {
203 if (tmp != null) {
204 tmp.delete();
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp232 int32 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac); local
233 *(pt_xl++) = (*pt_xr) - tmp;
234 *(pt_xr++) = tmp;
235 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac);
236 *(pt_xl++) = (*pt_xr) - tmp;
237 *(pt_xr++) = tmp;
242 int32 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac); local
243 *(pt_xl) = (*pt_xr) - tmp;
244 *(pt_xr) = tmp;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java250 long tmp = time / 1000L;
251 long ms = time - tmp * 1000L;
253 time = tmp;
254 tmp /= 60L;
255 long s = time - tmp * 60L;
257 time = tmp;
258 tmp /= 60L;
259 long m = time - tmp * 60L;
261 return String.format("%s%d:%02d:%02d.%03d", millis < 0 ? "-" : "", tmp, m, s, ms);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c235 Word16 ref_isf[M], tmp; local
264 tmp = isf_q[i];
265 isf_q[i] = add1(tmp, mean_isf[i]);
267 past_isfq[i] = tmp;
302 tmp = add1(ref_isf[i], vo_mult(past_isfq[i], MU)); /* predicted ISF */
303 past_isfq[i] = vo_sub(isf_q[i], tmp);
328 Word16 ref_isf[M], tmp; local
357 tmp = isf_q[i];
358 isf_q[i] = add1(tmp, mean_isf[i]);
360 past_isfq[i] = tmp;
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java357 Matrix4f tmp = new Matrix4f();
358 tmp.loadMultiply(this, rhs);
359 load(tmp);
371 Matrix4f tmp = new Matrix4f();
372 tmp.loadRotate(rot, x, y, z);
373 multiply(tmp);
385 Matrix4f tmp = new Matrix4f();
386 tmp.loadScale(x, y, z);
387 multiply(tmp);
399 Matrix4f tmp
[all...]
/frameworks/rs/
H A DrsStream.cpp36 uint64_t tmp; local
39 tmp = reinterpret_cast<const uint64_t *>(&mData[mPos])[0];
41 return tmp;
H A DrsProgramFragment.cpp114 uintptr_t tmp[2]; local
115 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
116 tmp[1] = (uintptr_t)inputType.get();
121 nullptr, 0, nullptr, tmp, 2);
/frameworks/rs/rsov/compiler/spirit/
H A Dinstructions.h122 T tmp; local
123 if (!DeserializeExactlyOne(IS, &tmp)) {
126 operands->push_back(tmp);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix4f.java358 Matrix4f tmp = new Matrix4f();
359 tmp.loadMultiply(this, rhs);
360 load(tmp);
372 Matrix4f tmp = new Matrix4f();
373 tmp.loadRotate(rot, x, y, z);
374 multiply(tmp);
386 Matrix4f tmp = new Matrix4f();
387 tmp.loadScale(x, y, z);
388 multiply(tmp);
400 Matrix4f tmp
[all...]
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs112 rs_allocation tmp = rsCreateAllocation_float3(width, height);
113 rsForEach(convert_to_f, in, tmp);
114 return tmp;
120 rs_allocation tmp = rsCreateAllocation_float3(width, height);
121 rsForEach(copy, in, tmp);
122 return tmp;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java74 Allocation tmp = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
76 scriptC_bricked.forEach_dilate(mBrick_allocation, tmp);
79 mBrick_allocation = tmp;
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp447 sp<RefBase> tmp; local
448 bool found = findObject("replyID", &tmp);
454 *replyToken = static_cast<AReplyToken *>(tmp.get());
455 tmp.clear();
456 setObject("replyID", tmp);
539 AString tmp; local
541 tmp = AStringPrintf(
548 tmp = AStringPrintf("0x%08x", mWhat);
550 s.append(tmp);
553 tmp
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp676 void* tmp = (void*)(video->currYMB); local
677 ULong *htfmMB = (ULong*)tmp;
741 void* tmp = (void*)(video->currYMB); local
742 ULong *currYMB = (ULong*)tmp;
1649 Int tmp[9]; local
1650 tmp[0] = dn[0];
1651 tmp[1] = dn[1];
1652 tmp[2] = dn[2];
1653 tmp[3] = dn[3];
1654 tmp[
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DUDPPusher.cpp130 struct sockaddr_in tmp = mRemoteAddr; local
131 tmp.sin_port = htons(ntohs(mRemoteAddr.sin_port) | 1);
135 (const struct sockaddr *)&tmp,
136 sizeof(tmp));
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp198 DirIterator tmp(*this);
208 return tmp;
211 return tmp;
215 return tmp;
/frameworks/av/include/media/
H A DRingBuffer.h195 iterator tmp{mPtr, mSize, mPos, mCtr};
197 return tmp;
239 const_iterator tmp{mPtr, mSize, mPos, mCtr};
241 return tmp;
305 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
306 return iterator(mBuffer.data(), mBuffer.size(), (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
317 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
319 (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
/frameworks/av/media/libmedia/include/media/
H A DRingBuffer.h195 iterator tmp{mPtr, mSize, mPos, mCtr};
197 return tmp;
239 const_iterator tmp{mPtr, mSize, mPos, mCtr};
241 return tmp;
305 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
306 return iterator(mBuffer.data(), mBuffer.size(), (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
317 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
319 (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dsp_dec.cpp271 Speech_Decode_FrameState *tmp = s; local
276 void** tempVoid = (void**) tmp;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_stream.c143 u32 tmp = (8-bitPosInWord); local
145 out |= byte>>tmp;
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
H A Duiautomator34 export run_base=/data/local/tmp
/frameworks/base/core/java/android/util/
H A DTimeUtils.java220 int tmp = 0;
221 while (amt != 0 && tmp < sTmpFormatStr.length) {
223 sTmpFormatStr[tmp] = (char)(dig + '0');
224 tmp++;
227 tmp--;
228 while (tmp >= 0) {
229 formatStr[pos] = sTmpFormatStr[tmp];
231 tmp--;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java176 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null);
177 mImages.add(tmp);
178 mLinearLayout.addView(tmp);
191 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null);
192 mImages.add(tmp);
193 mLinearLayout.addView(tmp);
206 boolean tmp = (Boolean) mGraph.getVariable("startCapture").getValue();
207 if (tmp == false) {
/frameworks/native/services/sensorservice/
H A DRingBuffer.h195 iterator tmp{mPtr, mSize, mPos, mCtr};
197 return tmp;
239 const_iterator tmp{mPtr, mSize, mPos, mCtr};
241 return tmp;
305 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
306 return iterator(mBuffer.data(), mBuffer.size(), (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);
317 size_t tmp = (mBuffer.size() == 0) ? 0 : mBuffer.size() - 1; local
319 (mFrontIdx == 0) ? tmp : mFrontIdx - 1, 0);

Completed in 2311 milliseconds

1234567891011>>