Searched defs:it (Results 76 - 100 of 113) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp88 // buffer from front of the queue, place it into *|buffer| and return true.
608 for (List<MediaBuffer*>::iterator it = output->mBufferQueue.begin();
609 it != output->mBufferQueue.end(); it++) {
610 (*it)->release();
628 List<sp<AReplyToken>>::iterator it; local
629 for (it = mStopReplyIDQueue.begin();
630 it != mStopReplyIDQueue.end(); it++) {
631 (new AMessage)->postReply(*it);
[all...]
H A DNuCachedSource2.cpp77 List<Page *>::iterator it = list->begin(); local
78 while (it != list->end()) {
79 Page *page = *it;
85 ++it;
91 List<Page *>::iterator it = mFreePages.begin(); local
92 Page *page = *it;
93 mFreePages.erase(it);
119 List<Page *>::iterator it = mActivePages.begin(); local
121 Page *page = *it;
127 mActivePages.erase(it);
149 List<Page *>::iterator it = mActivePages.begin(); local
[all...]
H A DCameraSource.cpp165 ALOGE("Uknown color format (%s), please add it to "
507 * Initialize the CameraSource to so that it becomes
516 * if it is -1, use the current camera frame rate setting.
1016 List<sp<IMemory> >::iterator it; local
1018 it = mFramesReceived.begin();
1019 releaseRecordingFrame(*it);
1020 mFramesReceived.erase(it);
1036 for (List<sp<IMemory> >::iterator it = mFramesBeingEncoded.begin();
1037 it != mFramesBeingEncoded.end(); ++it) {
[all...]
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp102 for (std::list<omx_message>::const_iterator it = messages.cbegin(); it != messages.cend(); ) {
103 mMessageQueue.push_back(*it++);
167 List<omx_message>::iterator it = mMessageQueue.begin(); local
168 while (it != mMessageQueue.end()) {
169 if (handleBufferMessage(*it, inputBuffers, outputBuffers)) {
170 it = mMessageQueue.erase(it);
174 *msg = *it;
175 mMessageQueue.erase(it);
[all...]
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp340 // it wouldn't have fit as part of a STAP-A packet.
710 List<sp<ABuffer> >::iterator it = mHistory.begin(); local
712 while (it != mHistory.end()) {
713 const sp<ABuffer> &buffer = *it;
745 ++it;
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp340 for (auto it = mAcquiredImages.begin();
341 it != mAcquiredImages.end(); it++) {
342 AImage* image = *it;
347 for (auto it = mBuffers.begin();
348 it != mBuffers.end(); it++) {
349 delete *it;
461 // Return a BufferItem pointer and remove it from the list
462 auto it local
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp613 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
623 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
624 it != end;
625 ++it) {
627 sp<Camera3StreamBufferListener> listener = it->promote();
708 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
709 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
710 it != end;
712 if (*it == listener) {
716 it
727 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h263 * This may return the ClientDescriptor passed in if it would be evicted.
293 * This may return the ClientDescriptor passed in if it would be evicted.
441 // Switch back owner if the incoming client has the highest priority, as it is MRU
507 auto it = evicted.begin(); local
508 if (it != evicted.end() && *it == client) {
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java318 IteratorWrapper(Iterator<F> it) { argument
319 mI = it;
484 * "stopped", that is whether it should not be included in the result
492 * Returns whether the given filter is "verified" that is whether it has been verified against
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp137 // create the output symbol if it dose not have one
455 // shrad/executable objects, so it's fine to do so.
522 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); local
524 for (it = script.assignments().begin(); it != ie; ++it) {
526 assert((*it).second.symbol().type() == Operand::SYMBOL);
527 const llvm::StringRef symName = (*it).second.symbol().name();
544 switch ((*it).second.type()) {
576 (*it)
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp314 // create PLT for this symbol if it does not have.
435 // change symbol binding to Global if it's a weak symbol
440 // Define the copy symbol in the bss section and resolve it
455 Module::alias_iterator it, it_e = alias_list->end(); local
456 for (it = alias_list->begin(); it != it_e; ++it) {
457 const ResolveInfo* alias = *it;
668 // This is unique since it has a unsigned operand and its truncated
H A DHexagonLDBackend.cpp152 HexagonPLT::iterator it = m_pPLT->begin(); local
153 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
155 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
157 ++it;
161 while (it != ie) {
162 plt1 = &(llvm::cast<PLTEntryBase>(*it));
166 ++it;
188 // virtual fillment, ignore it.
313 for (HexagonGOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it !
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp230 // change symbol binding to Global if it's a weak symbol
235 // Define the copy symbol in the bss section and resolve it
250 Module::alias_iterator it, it_e = alias_list->end(); local
251 for (it = alias_list->begin(); it != it_e; ++it) {
252 const ResolveInfo* alias = *it;
501 // emit it into .dynsym
528 // create plt for this symbol if it does not have one
586 // if symbol is defined in the ouput file and it'
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp111 // An invoke should be in a batch by itself, so it conflicts with any other
124 const auto& it = argDeps.find(batched); local
125 if (it != argDeps.end()) {
126 const auto& args = (*it).second;
139 const auto& it = argDeps.find(lastBatched); local
141 if (it == argDeps.end()) {
145 const auto& args = (*it).second;
304 // The output filename has to be the last, in case we need to pop it out and
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp665 for (auto it = mFutureErrorSet.begin(); it != mFutureErrorSet.end();) {
666 int64_t errorFrameNumber = *it;
669 it = mFutureErrorSet.erase(it);
671 // This should not happen, but deal with it anyway
673 // erase the old error since it's no longer useful
674 it = mFutureErrorSet.erase(it);
690 auto it local
1071 auto it = mSequenceLastFrameNumberMap.begin(); local
1252 auto it = dev->mSequenceCallbackMap.find(sequenceId); local
1310 auto it = dev->mSequenceCallbackMap.find(sequenceId); local
[all...]
/frameworks/av/include/media/
H A DVolumeShaper.h244 for (auto it = this->begin(); it != this->end(); ++it) {
245 if (!(it->second <= MAX_LOG_VOLUME) /* handle nan */) {
246 it->second = MAX_LOG_VOLUME;
250 for (auto it = this->begin(); it != this->end(); ++it) {
251 if (!(it->second >= MIN_LINEAR_VOLUME) /* handle nan */) {
252 it
842 auto it = findId_l(id); local
896 auto it = findId_l(id); local
1001 std::list<VolumeShaper>::iterator it = mVolumeShapers.begin(); local
[all...]
/frameworks/av/media/libnbaio/
H A DNBLog.cpp39 // FIXME This is too slow, despite the name it is used during writing
59 NBLog::FormatEntry::FormatEntry(const NBLog::FormatEntry::iterator &it) : FormatEntry(it.ptr) {} argument
70 auto it = begin(); local
72 ++it;
74 ++it;
76 if (it->type == EVENT_AUTHOR) {
77 ++it;
79 return it;
83 auto it local
90 auto it = begin(); local
104 auto it = begin(); local
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp548 auto it = mScrambledRangeInfos.begin(); local
549 ALOGV("[stream %d] fetching scrambled range: size=%zu", mMode, it->mLength);
555 scrambledLength = it->mLength;
559 keyId = it->mKeyId;
561 clearSizes = it->mClearSizes;
562 encSizes = it->mEncSizes;
563 isSync = it->mIsSync;
564 mScrambledRangeInfos.erase(it);
583 // (or it was clear to begin with)
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp51 * holds a reference to the buffer, and maintains which buffer slot it belongs to (if any), and
52 * whether it is still in a buffer slot. It also maintains whether there are any outstanging acquire
53 * references to it (by buffers acquired from the slot) mainly so that we can keep a debug
73 * Returns the cache slot that this buffer is cached in, or -1 if it is no longer cached.
75 * This assumes that -1 slot id is invalid; though, it is just a benign collision used for
76 * debugging. This object explicitly manages whether it is still cached.
133 * fence for this - as it is assumed that noone waited for the acquire fence. Otherwise, it is
134 * assumed that the encoder has waited for the acquire fence (or returned it as the release
151 * valid file descriptor, it i
567 List<ActionItem>::iterator it = mActionQueue.begin(); local
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp201 auto it = mBufferIdMap.find(buf); local
202 if (it == mBufferIdMap.end()) {
208 return std::make_pair(false, it->second);
289 // so it needs to be maintained for HAL backwards compatibility.
836 // drop all references, it will be destroyed (as well as the enclosed
936 // so it needs to be maintained for HAL backwards compatibility.
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp368 DrmSupportInfo::FileSuffixIterator it = info.getFileSuffixIterator(); local
369 while (it.hasNext()) {
370 String8 value = it.next();
559 DrmInfo::KeyIterator it = pDrmInfo->keyIterator(); local
563 while (it.hasNext()) {
564 String8 key = it.next();
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp172 // Return a BufferItem pointer and remove it from the list
173 List<BufferItem*>::iterator it = mBuffers.begin(); local
174 BufferItem* buffer = *it;
175 mBuffers.erase(it);
198 for (List<BufferItem *>::iterator it = mBuffers.begin();
199 it != mBuffers.end(); it++) {
200 delete *it;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp420 // virtual fillment, ignore it.
496 // if the target section of the .ARM.exidx is Ignore, then it should be
568 // 2. it has no reloc data. (All symbols in the input relocs are in the
739 SectionData::FragmentListType::iterator it = list.begin(); local
740 if (it != list.end()) {
741 Fragment* prevTextFrag = m_pExData->getTupleByExIdx(&*it)->getTextFragment();
745 ++it;
746 while (it != list.end()) {
748 m_pExData->getTupleByExIdx(&*it)->getTextFragment();
756 list.insert(it, fra
[all...]
/frameworks/native/cmds/installd/
H A Dutils.cpp49 * Check that given string is valid filename, and that it attempts no
380 auto it = packageName.begin(); local
381 for (; it != packageName.end() && *it != '-'; it++) {
382 char c = *it;
406 for (; it != packageName.end(); it++) {
407 char c = *it;
764 * if it i
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
280 // can't handle it.
303 int compute_iterators_t::iteratorsScale(GGLfixed* it, argument
325 it[0] = c;
326 it[1] = dcdx;
327 it[2] = dcdy;
331 void compute_iterators_t::iterators1616(GGLfixed* it, argument
342 it[0] = c;
343 it[1] = dcdx;
344 it[
347 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
362 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
368 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
[all...]

Completed in 625 milliseconds

12345