Searched defs:tmp (Results 176 - 200 of 213) sorted by relevance

123456789

/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp474 status_t tmp; local
477 : (tmp = data.writeInt32(1)) != NO_ERROR
478 ? tmp : configuration->writeToParcel(&data);
485 : (tmp = data.writeInt32(1)) != NO_ERROR
486 ? tmp : operation->writeToParcel(&data);
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp427 uint8_t tmp[12]; local
428 ssize_t n = mDataSource->readAt(offset, tmp, 8);
434 uint32_t fourcc = U32_AT(tmp);
435 uint32_t chunkSize = U32LE_AT(&tmp[4]);
452 n = mDataSource->readAt(offset + 8, &tmp[8], 4);
458 uint32_t subFourcc = U32_AT(&tmp[8]);
917 const char *tmp; local
918 CHECK(track->mMeta->findCString(kKeyMIMEType, &tmp));
920 AString mime = tmp;
1128 uint8_t tmp[ local
1288 char tmp[12]; local
[all...]
H A DMediaCodec.cpp581 AString tmp = name; local
582 if (tmp.endsWith(".secure")) {
584 tmp.erase(tmp.size() - 7, 7);
591 ssize_t codecIdx = mcl->findCodecByName(tmp.c_str());
2758 int32_t tmp; local
2759 CHECK(msg->findInt32("mode", &tmp));
2761 mode = (CryptoPlugin::Mode)tmp;
H A DOggExtractor.cpp551 String8 tmp;
556 tmp.append(x);
559 ALOGV("%c %s", page->mFlags & 1 ? '+' : ' ', tmp.string());
707 MediaBuffer *tmp = new (std::nothrow) MediaBuffer(fullSize); local
708 if (tmp == NULL) {
716 memcpy(tmp->data(), buffer->data(), buffer->range_length());
717 tmp->set_range(0, buffer->range_length());
720 tmp->set_range(0, 0);
722 buffer = tmp;
1367 char tmp[ local
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c519 Word32 tmp, tmp2; local
530 tmp = rsqrt(sfbEnergy[sfb], INT_BITS);
531 if(tmp > INT_BITS_SCAL)
533 shift = norm_l(tmp);
534 tmp = Div_32( INT_BITS_SCAL << shift, tmp << shift );
538 tmp = 0x7fffffff;
542 tmp = 0x7fffffff;
544 tnsSfbMean[sfb] = tmp;
549 tmp
839 Word32 accu,tmp,tmpSave; local
[all...]
H A Dadj_thr.c386 Word32 tmp = thrExp[ch][sfbGrp+sfb] + redVal; local
387 tmp = fixmul(tmp, tmp);
388 sfbThrReduced = fixmul(tmp, tmp);
390 tmp = L_mpy_ls(*psfbEn, psyOutChan->sfbMinSnr[sfbGrp+sfb]);
392 if ((sfbThrReduced > tmp) &&
394 sfbThrReduced = max(tmp, *psfbThr);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c205 Word16 tmp, gain1, gain2, exp, Q_new, mu, shift, max; local
299 tmp = extract_h(L_max);
300 if (tmp == 0)
305 shift = norm_s(tmp) - 1;
330 tmp = new_speech[L_FRAME - 1];
345 st->mem_preemph = tmp;
449 tmp = abs_s(wsp[i]);
450 if(tmp > max)
452 max = tmp;
455 tmp
677 Word32 tmp = L_mult(exc2[i], exc2[i]); // (exc2[i] * exc2[i])<<1; local
1221 Word32 tmp; local
1343 Word16 fac, tmp, exp; local
[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...]
H A Dvlc_encode.cpp2006 tmp = DCAC[0]*QPtmp;\
2007 if(tmp<0) tmp = (tmp-(QP/2))/QP;\
2008 else tmp = (tmp+(QP/2))/QP;\
2009 pred[m] = tmp;\
2036 Int dc_scale = 8, tmp; local
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp339 char tmp[512]; local
342 n = recv(mSocket, tmp, sizeof(tmp), 0);
348 mInBuffer.append(tmp, n);
352 hexdump(tmp, n);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1104 char tmp[128]; local
1105 sprintf(tmp, "0x%02x", nalType);
1109 out.append(tmp);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1757 char tmp[32]; local
1760 ANDROID_CONTROL_AF_STATE, l.mParameters.focusState, tmp, sizeof(tmp));
1761 ATRACE_ASYNC_END(tmp, l.mParameters.afStateCounter);
1771 ANDROID_CONTROL_AF_STATE, l.mParameters.focusState, tmp, sizeof(tmp));
1772 ATRACE_ASYNC_BEGIN(tmp, l.mParameters.afStateCounter);
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp375 int64_t tmp; local
376 read(mWakeupThreadFD, &tmp, sizeof(tmp));
380 int64_t tmp = 1; local
381 write(mWakeupThreadFD, &tmp, sizeof(tmp));
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp460 const char *tmp = env->GetStringUTFChars((jstring)keyObj, NULL); local
462 if (tmp == NULL) {
466 AString key = tmp;
468 env->ReleaseStringUTFChars((jstring)keyObj, tmp);
469 tmp = NULL;
H A Dandroid_media_MediaCodec.cpp1890 const char *tmp = env->GetStringUTFChars(name, NULL); local
1892 if (tmp == NULL) {
1896 sp<JMediaCodec> codec = new JMediaCodec(env, thiz, tmp, nameIsType, encoder);
1902 String8::format("Failed to initialize %s, error %#x", tmp, err));
1903 env->ReleaseStringUTFChars(name, tmp);
1907 String8::format("Failed to initialize %s, error %#x", tmp, err));
1908 env->ReleaseStringUTFChars(name, tmp);
1913 String8::format("Failed to find matching codec %s, error %#x", tmp, err));
1914 env->ReleaseStringUTFChars(name, tmp);
1918 env->ReleaseStringUTFChars(name, tmp);
[all...]
H A Dandroid_media_MediaPlayer.cpp236 const char *tmp = env->GetStringUTFChars(path, NULL); local
237 if (tmp == NULL) { // Out of memory
240 ALOGV("setDataSource: path %s", tmp);
242 String8 pathStr(tmp);
243 env->ReleaseStringUTFChars(path, tmp);
244 tmp = NULL;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp719 SectionData::FragmentListType tmp; local
728 tmp.splice(tmp.end(), list, first);
729 tmp.splice(tmp.end(), list, last);
788 list.splice(list.begin(), tmp, tmp.begin());
789 list.splice(list.end(), tmp, tmp.begin());
/frameworks/native/cmds/installd/
H A Dutils.cpp140 const char* tmp = _tmp.c_str(); local
141 if (strlen(tmp) >= PKG_PATH_MAX) {
145 strcpy(path, tmp);
155 return "/data/local/tmp";
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp542 GLfloat tmp[4][4]; local
545 memcpy(tmp, src, sizeof(GLfloat)*16);
551 if (fabs(tmp[j][i]) > fabs(tmp[i][i])) {
559 t = tmp[i][k];
560 tmp[i][k] = tmp[swap][k];
561 tmp[swap][k] = t;
569 t = 1.0f / tmp[i][i];
571 tmp[
[all...]
/frameworks/rs/
H A DrsFont.cpp516 uintptr_t tmp[4]; local
517 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
518 tmp[1] = (uintptr_t)inputType.get();
519 tmp[2] = RS_PROGRAM_PARAM_TEXTURE_TYPE;
520 tmp[3] = RS_TEXTURE_2D;
527 tmp, 4);
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp602 uint32_t tmp = reply.readInt32(); local
604 *halFrames = tmp;
606 tmp = reply.readInt32();
608 *dspFrames = tmp;
752 int tmp = reply.readInt32(); local
754 *id = tmp;
756 tmp = reply.readInt32();
758 *enabled = tmp;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1947 int32_t tmp = displayWidth; local
1949 displayHeight = tmp;
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h574 AString tmp; local
578 &tmp));
580 mBaseURL = tmp;
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp928 Vertex tmp = vertices[i]; local
931 vertices[k] = tmp;
H A DSpotShadow.cpp313 Vector2 tmp = polygon[i]; local
316 polygon[k] = tmp;

Completed in 1200 milliseconds

123456789