Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 209) sorted by relevance

123456789

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.cpp105 return event_queue_.front().event; in event()
111 return event_queue_.front().data1; in comment()
115 return event_queue_.front().line_number; in line_number()
118 size_t XmlPullParser::depth() const { return event_queue_.front().depth; } in depth()
124 return event_queue_.front().data1; in text()
133 return event_queue_.front().data1; in namespace_prefix()
142 return event_queue_.front().data2; in namespace_uri()
168 return event_queue_.front().data1; in element_namespace()
177 return event_queue_.front().data2; in element_name()
181 return event_queue_.front().attributes.begin(); in begin_attributes()
[all …]
/frameworks/compile/mclinker/include/mcld/Script/
DStringList.h45 const_reference front() const { return m_Tokens.front(); } in front() function
46 reference front() { return m_Tokens.front(); } in front() function
DSectionsCmd.h43 const_reference front() const { return m_SectionCommands.front(); } in front() function
44 reference front() { return m_SectionCommands.front(); } in front() function
DScriptFile.h63 const_reference front() const { return m_CommandQueue.front(); } in front() function
64 reference front() { return m_CommandQueue.front(); } in front() function
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp169 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
170 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
171 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
182 work->worklets.front()->output.configUpdate.clear(); in process()
183 work->worklets.front()->output.flags = work->input.flags; in process()
194 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
255 work->worklets.front()->output.configUpdate.push_back( in process()
257 work->worklets.front()->output.configUpdate.push_back( in process()
305 work->worklets.front()->output.flags = work->input.flags; in process()
306 work->worklets.front()->output.buffers.clear(); in process()
[all …]
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h101 const_reference front() const { return m_InputList.front(); } in front() function
102 reference front() { return m_InputList.front(); } in front() function
182 const_reference front() const { return m_OutputDescList.front(); } in front() function
183 reference front() { return m_OutputDescList.front(); } in front() function
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp178 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
179 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
180 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
214 work->worklets.front()->output.configUpdate.clear(); in process()
215 work->worklets.front()->output.flags = work->input.flags; in process()
227 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
349 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
350 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
424 work->worklets.front()->output.flags = work->input.flags; in process()
425 work->worklets.front()->output.buffers.clear(); in process()
[all …]
DC2SoftOpusEnc.cpp304 work->worklets.front()->output.flags = work->input.flags; in process()
318 work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
377 work->worklets.front()->output.flags = (C2FrameData::flags_t)mFlags; in process()
378 work->worklets.front()->output.buffers.clear(); in process()
379 work->worklets.front()->output.ordinal = mOrdinal; in process()
383 work->worklets.front()->output.buffers.push_back(mBuffer); in process()
435 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process()
565 work->worklets.front()->output.flags = in drainInternal()
567 work->worklets.front()->output.buffers.clear(); in drainInternal()
568 work->worklets.front()->output.ordinal = outOrdinal; in drainInternal()
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegmentFactory.h36 const ELFSegment* front() const { return m_Segments.front(); } in front() function
37 ELFSegment* front() { return m_Segments.front(); } in front() function
DSectionData.h68 reference front() { return m_Fragments.front(); } in front() function
69 const_reference front() const { return m_Fragments.front(); } in front() function
DRelocData.h76 const_reference front() const { return m_Relocations.front(); } in front() function
77 reference front() { return m_Relocations.front(); } in front() function
DELFSegment.h53 LDSection* front() { return m_SectionList.front(); } in front() function
54 const LDSection* front() const { return m_SectionList.front(); } in front() function
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp140 work->worklets.front()->output.flags = work->input.flags; in process()
151 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
166 work->worklets.front()->output.flags = work->input.flags; in process()
167 work->worklets.front()->output.buffers.clear(); in process()
168 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
200 work->worklets.front()->output.flags = work->input.flags; in process()
201 work->worklets.front()->output.buffers.clear(); in process()
202 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
203 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp113 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin()); in acquireBuffer() local
175 if (!front->mIsStale) { in acquireBuffer()
177 mSlots[front->mSlot].mBufferState.freeQueued(); in acquireBuffer()
183 mSlots[front->mSlot].mBufferState.isFree()) { in acquireBuffer()
184 mSlots[front->mSlot].mBufferState.mShared = false; in acquireBuffer()
188 if (!mSlots[front->mSlot].mBufferState.isShared()) { in acquireBuffer()
189 mCore->mActiveBuffers.erase(front->mSlot); in acquireBuffer()
190 mCore->mFreeBuffers.push_back(front->mSlot); in acquireBuffer()
199 mCore->mQueue.erase(front); in acquireBuffer()
200 front = mCore->mQueue.begin(); in acquireBuffer()
[all …]
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp335 work->worklets.front()->output.configUpdate.clear(); in process()
336 work->worklets.front()->output.flags = work->input.flags; in process()
347 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
357 work->worklets.front()->output.flags = work->input.flags; in process()
358 work->worklets.front()->output.buffers.clear(); in process()
359 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
445 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
446 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
493 work->worklets.front()->output.flags = work->input.flags; in process()
494 work->worklets.front()->output.buffers.clear(); in process()
[all …]
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp174 work->worklets.front()->output.flags = work->input.flags; in process()
186 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
196 work->worklets.front()->output.flags = work->input.flags; in process()
197 work->worklets.front()->output.buffers.clear(); in process()
198 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
234 work->worklets.front()->output.flags = work->input.flags; in process()
235 work->worklets.front()->output.buffers.clear(); in process()
236 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
237 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp198 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
199 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
200 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
230 work->worklets.front()->output.configUpdate.clear(); in process()
231 work->worklets.front()->output.flags = work->input.flags; in process()
243 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
305 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
306 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
428 work->worklets.front()->output.flags = work->input.flags; in process()
429 work->worklets.front()->output.buffers.clear(); in process()
[all …]
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp172 int32_t front; in obtainBuffer() local
182 front = android_atomic_acquire_load(&cblk->u.mStreaming.mFront); in obtainBuffer()
187 front = cblk->u.mStreaming.mFront; in obtainBuffer()
190 ssize_t filled = audio_utils::safe_sub_overflow(rear, front); in obtainBuffer()
220 front &= mFrameCountP2 - 1; in obtainBuffer()
221 part1 = mFrameCountP2 - front; in obtainBuffer()
231 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL; in obtainBuffer()
363 int32_t front = cblk->u.mStreaming.mFront; in releaseBuffer() local
364 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront); in releaseBuffer()
682 int32_t front = cblk->u.mStreaming.mFront; in flushBufferIfNeeded() local
[all …]
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp472 Info &outInfo = mBuffersInfo.front(); in drainRingBuffer()
497 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer()
530 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer()
556 work->worklets.front()->output.configUpdate.clear(); in process()
557 work->worklets.front()->output.flags = work->input.flags; in process()
572 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
602 work->worklets.front()->output.flags = work->input.flags; in process()
603 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
604 work->worklets.front()->output.buffers.clear(); in process()
836 C2FrameData &output = work->worklets.front()->output; in process()
[all …]
DC2SoftAacEnc.cpp326 work->worklets.front()->output.flags = work->input.flags; in process()
374 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process()
387 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
460 work->worklets.front()->output.flags = (C2FrameData::flags_t)mFlags; in process()
461 work->worklets.front()->output.buffers.clear(); in process()
462 work->worklets.front()->output.ordinal = mOrdinal; in process()
466 work->worklets.front()->output.buffers.push_back(mBuffer); in process()
610 const OutputBuffer& front = outputBuffers.front(); in process() local
613 ordinal.timestamp = front.timestampUs; in process()
617 FillWork(C2FrameData::FLAG_INCOMPLETE, ordinal, front.buffer)); in process()
[all …]
/frameworks/av/media/libstagefright/webm/
DLinkedBlockingQueue.h32 T front(bool remove) { in front() function
64 return front(false); in peek()
68 return front(true); in take()
/frameworks/av/media/libnblog/
DReader.cpp128 const uint8_t *front = snapshot->mData; in getSnapshot() local
132 const uint8_t *lastEnd = findLastValidEntry(front, back, invalidEndTypes); in getSnapshot()
134 snapshot->mEnd = snapshot->mBegin = EntryIterator(front); in getSnapshot()
141 while ((firstStartTmp = findLastValidEntry(front, firstStartTmp, invalidBeginTypes)) in getSnapshot()
155 mFifoReader->release(snapshot->mEnd - front); in getSnapshot()
204 const uint8_t *Reader::findLastValidEntry(const uint8_t *front, const uint8_t *back, in findLastValidEntry() argument
206 if (front == nullptr || back == nullptr) { in findLastValidEntry()
209 while (back + Entry::kPreviousLengthOffset >= front) { in findLastValidEntry()
212 if (prev < front in findLastValidEntry()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp245 work->worklets.front()->output.flags = work->input.flags; in process()
256 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
267 work->worklets.front()->output.flags = work->input.flags; in process()
268 work->worklets.front()->output.buffers.clear(); in process()
269 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
362 work->worklets.front()->output.flags = work->input.flags; in process()
363 work->worklets.front()->output.buffers.clear(); in process()
364 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
365 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DLayerInfo.java16 LayerInfo(int front, int back) { in LayerInfo() argument
17 frontDepth = front; in LayerInfo()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp423 work->worklets.front()->output.flags = work->input.flags; in process()
442 inputBuffer->data().graphicBlocks().front().map().get()); in process()
454 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process()
455 work->worklets.front()->output.buffers.clear(); in process()
456 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
462 inputBuffer->data().graphicBlocks().front(); in process()
636 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process()
637 work->worklets.front()->output.buffers.clear(); in process()
643 work->worklets.front()->output.buffers.push_back(buffer); in process()
644 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
[all …]

123456789