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

123456789

/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1489 char tmp[32]; local
1492 ANDROID_CONTROL_AF_STATE, l.mParameters.focusState, tmp, sizeof(tmp));
1493 ATRACE_ASYNC_END(tmp, l.mParameters.afStateCounter);
1503 ANDROID_CONTROL_AF_STATE, l.mParameters.focusState, tmp, sizeof(tmp));
1504 ATRACE_ASYNC_BEGIN(tmp, l.mParameters.afStateCounter);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp943 const char *tmp = env->GetStringUTFChars(name, NULL); local
945 if (tmp == NULL) {
949 sp<JMediaCodec> codec = new JMediaCodec(env, thiz, tmp, nameIsType, encoder);
953 env->ReleaseStringUTFChars(name, tmp);
954 tmp = NULL;
H A Dandroid_media_MediaPlayer.cpp199 const char *tmp = env->GetStringUTFChars(path, NULL); local
200 if (tmp == NULL) { // Out of memory
203 ALOGV("setDataSource: path %s", tmp);
205 String8 pathStr(tmp);
206 env->ReleaseStringUTFChars(path, tmp);
207 tmp = NULL;
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp374 int64_t tmp; local
375 read(mWakeupThreadFD, &tmp, sizeof(tmp));
379 int64_t tmp = 1; local
380 write(mWakeupThreadFD, &tmp, sizeof(tmp));
/frameworks/native/cmds/installd/
H A Dcommands.c545 char *tmp; local
572 for(tmp = path + strlen(DALVIK_CACHE_PREFIX); *tmp; tmp++) {
573 if (*tmp == '/') {
574 *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.cpp518 uint32_t tmp[4]; local
519 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
520 tmp[1] = (uint32_t)inputType.get();
521 tmp[2] = RS_PROGRAM_PARAM_TEXTURE_TYPE;
522 tmp[3] = RS_TEXTURE_2D;
529 tmp, 4);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp317 wp<MediaSource> tmp = mVideoSource; local
319 while (tmp.promote() != NULL) {
1798 wp<MediaSource> tmp = mVideoSource; local
1800 while (tmp.promote() != NULL) {
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4685 M4OSA_Int32 tmp = 0; local
4693 tmp = (M4OSA_Int32)((1.0 - ((M4OSA_Float)(pProgress->uiProgress*2)/1000)) * 1024 );
4698 (M4ViComImagePlane*)PlaneOut, tmp, M4OSA_NULL);
4710 tmp = (M4OSA_Int32)( (((M4OSA_Float)(((pProgress->uiProgress-500)*2))/1000)) * 1024 );
4715 (M4ViComImagePlane*)PlaneOut, tmp, M4OSA_NULL);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1311 wp<MediaSource> tmp = mVideoSource; local
1313 while (tmp.promote() != NULL) {
2280 String8 tmp; local
2283 if (!dataSource->sniff(&tmp, &confidence, &meta)) {
2292 sniffedMIME = tmp.string();
H A DACodec.cpp1783 int32_t tmp; local
1784 if (!msg->findInt32("color-format", &tmp)) {
1789 static_cast<OMX_COLOR_FORMATTYPE>(tmp);
1845 int32_t tmp; local
1846 if (!msg->findInt32("frame-rate", &tmp)) {
1849 frameRate = (float)tmp;
1987 int32_t tmp; local
1988 if (!msg->findInt32("bitrate-mode", &tmp)) {
1992 return static_cast<OMX_VIDEO_CONTROLRATETYPE>(tmp);
2006 int32_t tmp; local
2087 int32_t tmp; local
2163 int32_t tmp; local
3115 int32_t tmp; local
[all...]
H A DMPEG4Extractor.cpp729 char tmp[32]; local
730 strftime(tmp, sizeof(tmp), "%Y%m%dT%H%M%S.000Z", gmtime(&time_1970));
732 s->setTo(tmp);
1828 uint32_t tmp; local
1829 if (!mDataSource->getUInt32(offset, &tmp)) {
1832 earliestPresentationTime = tmp;
1833 if (!mDataSource->getUInt32(offset + 4, &tmp)) {
1836 firstOffset = tmp;
2067 char tmp[1 local
2078 char tmp[16]; local
2090 char tmp[16]; local
2615 uint32_t tmp; local
2684 uint32_t tmp; local
2691 uint64_t tmp; local
2963 Sample tmp; local
[all...]
H A DOMXCodec.cpp314 AString tmp; local
316 tmp = componentNameBase;
317 tmp.append(".secure");
319 componentName = tmp.c_str();
H A DMPEG4Writer.cpp1892 const uint8_t *tmp = data; local
1897 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) {
1898 getNalUnitType(*(tmp + 4), &type);
1907 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1916 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1927 bytesLeft -= nextStartCode - tmp;
1928 tmp = nextStartCode;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
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/avc/enc/src/
H A Dintra_est.cpp224 int H = 0, V = 0, tmp, value; local
350 tmp = 0;
353 factor_c = a_16 + c * (tmp++ - 7);
H A Dmotion_est.cpp808 void* tmp = (void*)(encvid->currYMB); local
809 uint32 *currYMB = (uint32*) tmp;
1682 int tmp[9]; local
1683 tmp[0] = dn[0];
1684 tmp[1] = dn[1];
1685 tmp[2] = dn[2];
1686 tmp[3] = dn[3];
1687 tmp[4] = dn[4];
1688 tmp[5] = dn[5];
1689 tmp[
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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/rtsp/
H A DMyHandler.h539 AString tmp; local
543 &tmp));
545 mBaseURL = tmp;
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp269 SkRect tmp; local
270 return c->clipRect(*GraphicsJNI::jrectf_to_rect(env, rectf, &tmp));
277 SkRect tmp; local
278 return c->clipRect(*GraphicsJNI::jrect_to_rect(env, rect, &tmp));
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp413 char tmp[128]; local
416 sprintf(tmp, "/proc/%d/smaps", pid);
417 fp = fopen(tmp, "r");
496 char tmp[128]; local
504 sprintf(tmp, "/proc/%d/smaps", pid);
505 fp = fopen(tmp, "r");
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1317 AssetDir::FileInfo tmp = mCache[i]; local
1318 tmp.setFileName(tmp.getFileName().getPathLeaf());
1319 pContents->add(tmp);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1211 char tmp = c[0]; local
1215 c[0] = tmp;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp306 ObjectBaseRef<const ProgramVertex> tmp(rsc->getProgramVertex());
318 rsc->setProgramVertex((ProgramVertex *)tmp.get());
686 void *tmp = ElementAt1D(a, RS_TYPE_UNSIGNED_8, 0, x); local
687 if (tmp != NULL) {
688 memcpy(tmp, ptr, e->getSizeBytes());
694 void *tmp = ElementAt2D(a, RS_TYPE_UNSIGNED_8, 0, x, y); local
695 if (tmp != NULL) {
696 memcpy(tmp, ptr, e->getSizeBytes());
702 void *tmp = ElementAt3D(a, RS_TYPE_UNSIGNED_8, 0, x, y, z); local
703 if (tmp !
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp4443 SortedVector<int> tmp; local
4444 tmp.add(mActiveTrack->uid());
4445 updateWakeLockUids_l(tmp);

Completed in 579 milliseconds

123456789