Searched defs:tmp (Results 126 - 150 of 213) sorted by relevance

123456789

/frameworks/base/core/jni/
H A Dandroid_os_HwBlob.cpp384 hidl_string tmp; local
385 tmp.setToExternal(static_cast<const char *>(subBlob->data()), size - 1);
388 blob->write(offset, &tmp, sizeof(tmp));
H A Dandroid_os_SELinux.cpp88 security_context_t tmp = NULL; local
89 int ret = getpeercon(fd, &tmp);
90 Unique_SecurityContext context(tmp);
157 char *tmp = const_cast<char *>(context.c_str()); local
158 int ret = setfilecon(path.c_str(), tmp);
184 security_context_t tmp = NULL; local
185 int ret = getfilecon(path.c_str(), &tmp);
186 Unique_SecurityContext context(tmp);
210 security_context_t tmp = NULL; local
211 int ret = getcon(&tmp);
237 security_context_t tmp = NULL; local
[all...]
/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp374 int64_t tmp; local
380 time_to_cur_slew_.doForwardTransform(now, &tmp);
382 if (tmp > INT16_MAX)
384 else if (tmp < INT16_MIN)
387 cur_correction_ = static_cast<int16_t>(tmp);
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp638 char tmp = c[0]; local
642 c[0] = tmp;
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp399 char tmp = c[0]; local
403 c[0] = tmp;
/frameworks/base/tools/bit/
H A Daapt.cpp185 Scope* tmp = scope; local
187 delete tmp;
233 Scope* tmp = scope; local
235 delete tmp;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h291 Self tmp = *this; local
293 return tmp;
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h96 Self tmp = *this; local
98 return tmp;
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp61 Category* tmp = current; local
63 delete tmp;
/frameworks/native/cmds/cmd/
H A Dcmd.cpp81 security_context_t tmp = NULL; local
82 int ret = getfilecon(fullPath.string(), &tmp);
83 Unique_SecurityContext context(tmp);
/frameworks/native/cmds/installd/
H A Dinstalld.cpp150 char* tmp = local
157 for(; *tmp; tmp++) {
158 if (*tmp == '/') {
159 *tmp = '@';
/frameworks/rs/
H A DrsProgramVertex.cpp198 uintptr_t tmp[4]; local
199 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
200 tmp[1] = (uintptr_t)inputType.get();
201 tmp[2] = RS_PROGRAM_PARAM_INPUT;
202 tmp[3] = (uintptr_t)attrElem.get();
205 nullptr, 0, nullptr, tmp, 4);
/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...]
/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/
H A DWAVExtractor.cpp495 MediaBuffer *tmp; local
496 CHECK_EQ(mGroup->acquire_buffer(&tmp), (status_t)OK);
497 tmp->set_range(0, 2 * n);
499 memcpy_to_i16_from_u8((int16_t *)tmp->data(), (const uint8_t *)buffer->data(), n);
501 buffer = tmp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp47 tmp = *rec + tmp; \
48 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
49 *rec++ = tmp; \
53 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
54 *rec++ = tmp; \
326 int tmp; local
848 int32 tmp; local
1321 int tmp; local
1861 Int tmp, tmp2; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c86 u32 i, tmp; local
215 if ( (tmp = NextPacket(&decInput.pStream)) != 0 )
216 decInput.dataLen = tmp;
339 tmp = CropPicture(tmpImage, imageData,
342 if (tmp)
398 tmp = CropPicture(tmpImage, imageData,
401 if (tmp)
H A Dh264bsd_cavlc.c757 u32 i, tmp, totalCoeff, trailingOnes, suffixLength, levelPrefix; local
780 tmp = DecodeCoeffToken(bit, (u32)nc);
781 if (!tmp)
783 BUFFER_FLUSH(bufferValue, bufferBits, LENGTH_TC(tmp));
785 totalCoeff = TOTAL_COEFF(tmp);
788 trailingOnes = TRAILING_ONES(tmp);
797 tmp = 1 << (trailingOnes - 1);
798 for (; tmp; i++)
800 level[i] = bit & tmp ? -1 : 1;
801 tmp >>
[all...]
H A Dh264bsd_dpb.c1260 u8 *tmp; local
1284 tmp = dpb->buffer[dpb->dpbSize].data;
1337 * tmp */
1340 if (dpb->buffer[i].data == tmp)
1344 dpb->buffer[dpb->dpbSize].data = tmp;
1396 dpbPicture_t *tmp; local
1403 tmp = NULL;
1410 tmp = dpb->buffer + i;
1415 return(tmp);
1437 dpbPicture_t *tmp; local
[all...]
H A Dh264bsd_macroblock_layer.c140 u32 tmp, i, value; local
155 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
159 if ((value + 6) > 31 || tmp != HANTRO_OK)
165 if ((value + 1) > 31 || tmp != HANTRO_OK)
176 tmp = h264bsdGetBits(pStrmData, 1);
177 if (tmp)
196 tmp = DecodeSubMbPred(pStrmData, &pMbLayer->subMbPred,
201 tmp = DecodeMbPred(pStrmData, &pMbLayer->mbPred,
204 if (tmp != HANTRO_OK)
205 return(tmp);
359 u32 tmp, i, j, value; local
447 u32 tmp, i, j, value; local
705 u32 i, j, tmp; local
815 u32 tmp; local
886 u32 tmp; local
923 u32 tmp; local
971 u32 i, tmp; local
[all...]
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp566 int32_t tmp; local
567 if (buffer != NULL && buffer->meta()->findInt32("eos", &tmp) && tmp) {
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp523 char tmp[16]; local
524 snprintf(tmp, sizeof(tmp), "%d", (int)*frameData);
526 id->setTo(tmp);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp380 unsigned tmp; local
386 tmp = ptr[offset++];
387 muxSlotLengthBytes += tmp;
388 } while (tmp == 0xff);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp202 sp<AMessage> tmp = mOutputFormat->dup(); local
203 tmp->setInt32("prepend-sps-pps-to-idr-frames", 1);
206 tmp,
214 mOutputFormat = tmp;
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp177 sp<ABuffer> tmp = new ABuffer(buffer, capacity); local
178 if (mData->mImpl->readSampleData(tmp) == OK) {
179 return tmp->size();

Completed in 761 milliseconds

123456789