Searched refs:tmp (Results 1 - 25 of 336) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCameraMetadata.cpp520 const camera_metadata_t* tmp = local
523 __FUNCTION__, alignment, tmp, offset);
524 metadata = allocate_copy_camera_metadata_checked(tmp, metadataSize);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp191 String8 tmp(mime);
192 tmp.toLower();
194 if (tmp == MimeTypes[i]) {
202 String8 tmp(suffix);
203 tmp.toLower();
205 if (tmp == FileSuffixes[i]) {
/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/include/media/stagefright/
H A DDataSource.h147 T tmp[chunkSize]; local
155 numBytesRead = this->readAt(offset, (void*)&tmp, numBytesPerChunk);
162 x->appendArray(tmp, (size_t)numBytesRead / sizeof(T));
165 x->appendArray(tmp, chunkSize);
172 numBytesRead = this->readAt(offset, (void*)&tmp, (count - i) * sizeof(T));
176 x->appendArray(tmp, (size_t)numBytesRead / sizeof(T));
/frameworks/av/media/img_utils/include/img_utils/
H A DEndianUtils.h139 T tmp = convertToBigEndian<T>(buf[offset + i]); local
140 if ((res = mOutput->write(reinterpret_cast<uint8_t*>(&tmp), 0, size))
150 T tmp = convertToLittleEndian<T>(buf[offset + i]); local
151 if ((res = mOutput->write(reinterpret_cast<uint8_t*>(&tmp), 0, size))
H A DTiffEntryImpl.h154 Endianness tmp = UNDEFINED_ENDIAN; local
156 tmp = out->getEndianness();
173 out->setEndianness(tmp);
/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp453 int tmp[10]; local
456 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp+6, tmp+7, tmp
[all...]
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/libaudioprocessing/
H A DAudioResamplerFirGen.h71 double tmp = mCurrent; local
73 mPrevious = tmp;
76 double tmp = mCurrent; local
78 mPrevious = tmp;
79 return tmp;
474 double tmp = sc; local
476 sp = tmp;
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c751 lib_entry_t *tmp; local
753 if (findEffect(NULL, &uuid, &tmp, NULL) == 0) {
1008 int tmp[10]; local
1011 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c115 int32_t tmp; local
135 tmp = (out << i) + (1 << ((i - 1)*2));
136 if (in >= tmp)
139 in -= tmp;
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp51 String16 tmp(uri);
52 data.writeString16(tmp);
54 tmp = String16("");
60 tmp.append(key);
61 tmp.append(String16(": "));
62 tmp.append(val);
63 tmp.append(String16("\r\n"));
66 data.writeString16(tmp);
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);
H A DStringArray.cpp47 char** tmp; local
54 tmp = new char*[mMax];
55 if (tmp == NULL)
58 memcpy(tmp, mArray, mCurrent * sizeof(char*));
60 mArray = tmp;
H A DVisualizer.cpp319 short tmp = workspace[i >> 1] >> 21; local
320 while (tmp > 127 || tmp < -128) tmp >>= 1;
321 fft[i] = tmp;
322 tmp = workspace[i >> 1];
323 tmp >>= 5;
324 while (tmp > 127 || tmp < -128) tmp >>
[all...]
/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/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1947 int32_t tmp = displayWidth; local
1949 displayHeight = tmp;
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/
H A DACodec.cpp3313 int32_t tmp; local
3314 if (msg->findInt32("color-format", &tmp)) {
3316 static_cast<OMX_COLOR_FORMATTYPE>(tmp);
3332 // Set the component input buffer number to be |tmp|. If succeed,
3333 // component will set input port buffer number to be |tmp|. If fail,
3335 if (msg->findInt32("android._num-input-buffers", &tmp)) {
3336 err = setPortBufferNum(kPortIndexInput, tmp);
3341 // Set the component output buffer number to be |tmp|. If succeed,
3342 // component will set output port buffer number to be |tmp|. If fail,
3344 if (msg->findInt32("android._num-output-buffers", &tmp)) {
3713 int32_t tmp; local
3775 int32_t tmp; local
4002 int32_t tmp; local
4022 int32_t tmp; local
4104 int32_t tmp; local
4233 int32_t tmp; local
4395 int32_t tmp; local
4462 int32_t tmp; local
5687 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.cpp366 wp<IMediaSource> tmp = mSource; local
368 while (tmp.promote() != NULL) {
H A DDataSource.cpp72 uint32_t tmp; local
73 if (readAt(offset, &tmp, 4) != 4) {
77 *x = ntohl(tmp);
85 uint64_t tmp; local
86 if (readAt(offset, &tmp, 8) != 8) {
90 *x = ntoh64(tmp);
H A DDataURISource.cpp39 AString tmp(&uri[5], commaPos - &uri[5]);
41 if (tmp.endsWith(";base64")) {
60 size_t dataLen = strlen(uri) - tmp.size() - 6;
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.cpp802 char tmp[32]; local
805 strftime(tmp, sizeof(tmp), "%Y%m%dT%H%M%S.000Z", tm) > 0) {
806 s->setTo(tmp);
2540 uint32_t tmp; local
2541 if (!mDataSource->getUInt32(offset, &tmp)) {
2544 earliestPresentationTime = tmp;
2545 if (!mDataSource->getUInt32(offset + 4, &tmp)) {
2548 firstOffset = tmp;
2903 char tmp[1 local
2914 char tmp[16]; local
2926 char tmp[16]; local
3117 char tmp[4]; local
3135 char tmp[5]; local
3826 int32_t tmp; local
4042 uint32_t tmp; local
4132 uint32_t tmp; local
4139 uint64_t tmp; local
4422 Sample tmp; local
4855 off64_t tmp = mCurrentMoofOffset; local
[all...]

Completed in 1739 milliseconds

1234567891011>>