Searched defs:tmp (Results 1 - 25 of 204) sorted by path

123456789

/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp601 int tmp = mWidth; local
603 mHeight = tmp;
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) {
H A DVideoEditorAudioPlayer.cpp138 wp<MediaSource> tmp = mSource; local
140 while (tmp.promote() != NULL) {
H A DVideoEditorPreviewController.cpp156 M4VIFI_UInt8 *tmp = NULL; local
330 tmp = (M4VIFI_UInt8 *)M4OSA_32bitAlignedMalloc(rgbSize, M4VS,
333 if(tmp == NULL) {
343 mEffectsSettings[i].xVSS.pFramingBuffer->pac_data = tmp;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c1696 M4OSA_Int32 tmp; local
1737 tmp = (M4OSA_Int32)(PercentageDone * 1000);
1741 extProgress.uiProgress = (M4OSA_UInt32)tmp;
1795 M4OSA_Int32 tmp; local
1885 tmp = (M4OSA_Int32)(PercentageDone * 1024);
1891 (M4ViComImagePlane *)pPlaneTempOut, tmp, M4OSA_NULL);
1907 tmp = (M4OSA_Int32)(( 1.0 - PercentageDone) * 1024);
1913 (M4ViComImagePlane *)pPlaneTempOut, tmp, M4OSA_NULL);
1935 tmp = (M4OSA_Int32)(PercentageDone * 1000);
1939 extProgress.uiProgress = (M4OSA_UInt32)tmp;
[all...]
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/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp307 const uint8_t *tmp = data; local
312 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) {
313 type = (*(tmp + 4)) & 0x1F;
322 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
332 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
344 bytesLeft -= nextStartCode - tmp;
345 tmp = nextStartCode;
H A DVideoEditorVideoEncoder.cpp866 uint8_t* tmp = (uint8_t*)(buffer->data()); local
868 ALOGV("DSI [%d] %.2X", i, tmp[i]);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c693 int tmp[10]; local
696 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp+6, tmp+7, tmp
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c113 int32_t tmp; local
133 tmp = (out << i) + (1 << ((i - 1)*2));
134 if (in >= tmp)
137 in -= tmp;
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp433 int tmp[10]; local
436 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp+6, tmp+7, tmp
[all...]
H A DIAudioFlinger.cpp513 uint32_t tmp = reply.readInt32(); local
515 *halFrames = tmp;
517 tmp = reply.readInt32();
519 *dspFrames = tmp;
654 int tmp = reply.readInt32(); local
656 *id = tmp;
658 tmp = reply.readInt32();
660 *enabled = tmp;
H A DVisualizer.cpp249 short tmp = workspace[i >> 1] >> 21; local
250 while (tmp > 127 || tmp < -128) tmp >>= 1;
251 fft[i] = tmp;
252 tmp = workspace[i >> 1];
253 tmp >>= 5;
254 while (tmp > 127 || tmp < -128) tmp >>
[all...]
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp236 int32_t tmp = mUpdateSeq | 0x80000000; local
237 android_atomic_acquire_store(tmp, &mUpdateSeq);
248 tmp = (tmp + 1) & 0x7FFFFFFF;
249 android_atomic_release_store(tmp, &mUpdateSeq);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1478 int32_t tmp; local
1479 if (!msg->findInt32("color-format", &tmp)) {
1484 static_cast<OMX_COLOR_FORMATTYPE>(tmp);
1540 int32_t tmp; local
1541 if (!msg->findInt32("frame-rate", &tmp)) {
1544 frameRate = (float)tmp;
1640 int32_t tmp; local
1641 if (!msg->findInt32("bitrate-mode", &tmp)) {
1645 return static_cast<OMX_VIDEO_CONTROLRATETYPE>(tmp);
1659 int32_t tmp; local
1740 int32_t tmp; local
1816 int32_t tmp; local
2592 int32_t tmp; local
[all...]
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 DAudioPlayer.cpp262 wp<MediaSource> tmp = mSource; local
264 while (tmp.promote() != NULL) {
H A DAwesomePlayer.cpp1205 wp<MediaSource> tmp = mVideoSource; local
1207 while (tmp.promote() != NULL) {
2089 String8 tmp; local
2092 if (!dataSource->sniff(&tmp, &confidence, &meta)) {
2101 sniffedMIME = tmp.string();
H A DDataSource.cpp146 String8 tmp; local
148 tmp = String8("http://");
149 tmp.append(uri + 11);
151 uri = tmp.string();
H A DMP3Extractor.cpp103 uint8_t *tmp = buf; local
116 memcpy(buf, tmp, remainingBytes);
133 tmp = buf;
138 uint32_t header = U32_AT(tmp);
142 ++tmp;
153 ++tmp;
167 uint8_t tmp[4]; local
168 if (source->readAt(test_pos, tmp, 4) < 4) {
173 uint32_t test_header = U32_AT(tmp);
205 ++tmp;
[all...]
H A DMPEG4Extractor.cpp598 char tmp[32]; local
599 strftime(tmp, sizeof(tmp), "%Y%m%dT%H%M%S.000Z", gmtime(&time_1970));
601 s->setTo(tmp);
1624 char tmp[16]; local
1625 sprintf(tmp, "%d",
1628 mFileMetaData->setCString(kKeyCompilation, tmp);
1635 char tmp[16]; local
1636 sprintf(tmp, "%d/%d",
1639 mFileMetaData->setCString(kKeyCDTrackNumber, tmp);
1646 char tmp[16]; local
[all...]
H A DMPEG4Writer.cpp1793 const uint8_t *tmp = data; local
1798 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) {
1799 getNalUnitType(*(tmp + 4), &type);
1808 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1817 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1828 bytesLeft -= nextStartCode - tmp;
1829 tmp = nextStartCode;
H A DMediaCodec.cpp1344 int32_t tmp; local
1345 CHECK(msg->findInt32("mode", &tmp));
1347 mode = (CryptoPlugin::Mode)tmp;
H A DMediaExtractor.cpp58 String8 tmp; local
61 if (!source->sniff(&tmp, &confidence, &meta)) {
67 mime = tmp.string();
H A DOMXCodec.cpp314 AString tmp; local
316 tmp = componentNameBase;
317 tmp.append(".secure");
319 componentName = tmp.c_str();

Completed in 221 milliseconds

123456789