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

123456789

/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp41 char tmp; local
42 amount = this->doRead(&tmp, 1);
/frameworks/base/core/jni/
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.cpp572 char tmp = c[0]; local
576 c[0] = tmp;
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp333 char tmp = c[0]; local
337 c[0] = 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/rs/
H A DrsProgramVertex.cpp199 uintptr_t tmp[4]; local
200 tmp[0] = RS_PROGRAM_PARAM_CONSTANT;
201 tmp[1] = (uintptr_t)inputType.get();
202 tmp[2] = RS_PROGRAM_PARAM_INPUT;
203 tmp[3] = (uintptr_t)attrElem.get();
206 nullptr, 0, nullptr, tmp, 4);
/frameworks/av/camera/
H A DCameraMetadata.cpp504 const camera_metadata_t* tmp = local
507 __FUNCTION__, alignment, tmp, offset);
508 metadata = allocate_copy_camera_metadata_checked(tmp, metadataSize);
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp452 int tmp[10]; local
455 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 sprintf(tmp, "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
79 sprintf(tmp, "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
83 sprintf(tmp, "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
87 sprintf(tmp, "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
91 sprintf(tmp, "[%d]Mid-row: %02x %02x", cc->mType, cc->mData1, cc->mData2);
98 sprintf(tmp, "[%d]Ctrl: %02x %02x", cc->mType, cc->mData1, cc->mData2);
103 sprintf(tmp, "[%d]PAC: %02x %02x", cc->mType, cc->mData1, cc->mData2);
105 sprintf(tmp, "[%d]Invalid: %02x %02x", cc->mType, cc->mData1, cc->mData2);
112 out.append(tmp);
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.cpp333 char tmp[32]; local
334 sprintf(tmp, "%zu", maxEncoderInputBuffers);
335 global_results->add(kMaxEncoderInputBuffers, tmp);
H A DWAVExtractor.cpp488 MediaBuffer *tmp; local
489 CHECK_EQ(mGroup->acquire_buffer(&tmp), (status_t)OK);
490 tmp->set_range(0, 2 * n);
492 memcpy_to_i16_from_u8((int16_t *)tmp->data(), (const uint8_t *)buffer->data(), n);
494 buffer = tmp;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp142 int tmp; local
151 tmp = rateCtrl->bitsPerFrame * (frameInc - 1);
152 rateCtrl->VBV_fullness -= 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.c1259 u8 *tmp; local
1283 tmp = dpb->buffer[dpb->dpbSize].data;
1336 * tmp */
1339 if (dpb->buffer[i].data == tmp)
1343 dpb->buffer[dpb->dpbSize].data = tmp;
1395 dpbPicture_t *tmp; local
1402 tmp = NULL;
1409 tmp = dpb->buffer + i;
1414 return(tmp);
1436 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.cpp630 int32_t tmp; local
631 if (buffer != NULL && buffer->meta()->findInt32("eos", &tmp) && tmp) {
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp516 char tmp[16]; local
517 sprintf(tmp, "%d", (int)*frameData);
519 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.cpp201 sp<AMessage> tmp = mOutputFormat->dup(); local
202 tmp->setInt32("prepend-sps-pps-to-idr-frames", 1);
205 tmp,
213 mOutputFormat = tmp;
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp171 sp<ABuffer> tmp = new ABuffer(buffer, capacity); local
172 if (mData->mImpl->readSampleData(tmp) == OK) {
173 return tmp->size();

Completed in 823 milliseconds

123456789