Home
last modified time | relevance | path

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

12345678

/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/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/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/native/libs/gui/
DBufferQueueConsumer.cpp89 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin()); in acquireBuffer() local
151 if (!front->mIsStale) { in acquireBuffer()
153 mSlots[front->mSlot].mBufferState.freeQueued(); in acquireBuffer()
159 mSlots[front->mSlot].mBufferState.isFree()) { in acquireBuffer()
160 mSlots[front->mSlot].mBufferState.mShared = false; in acquireBuffer()
164 if (!mSlots[front->mSlot].mBufferState.isShared()) { in acquireBuffer()
165 mCore->mActiveBuffers.erase(front->mSlot); in acquireBuffer()
166 mCore->mFreeBuffers.push_back(front->mSlot); in acquireBuffer()
175 mCore->mQueue.erase(front); in acquireBuffer()
176 front = mCore->mQueue.begin(); in acquireBuffer()
[all …]
/frameworks/native/opengl/libagl/
Dlight.cpp77 c->lighting.front.ambient.r = in ogles_init_light()
78 c->lighting.front.ambient.g = in ogles_init_light()
79 c->lighting.front.ambient.b = gglFloatToFixed(0.2f); in ogles_init_light()
80 c->lighting.front.ambient.a = 0x10000; in ogles_init_light()
81 c->lighting.front.diffuse.r = in ogles_init_light()
82 c->lighting.front.diffuse.g = in ogles_init_light()
83 c->lighting.front.diffuse.b = gglFloatToFixed(0.8f); in ogles_init_light()
84 c->lighting.front.diffuse.a = 0x10000; in ogles_init_light()
85 c->lighting.front.specular.a = 0x10000; in ogles_init_light()
86 c->lighting.front.emission.a = 0x10000; in ogles_init_light()
[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()
303 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
304 … 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 …]
/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/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp33 work.swap(workQueue.front()); in testInputBuffer()
88 if (work->worklets.front()->output.configUpdate.size() != 0) { in workDone()
91 std::move(work->worklets.front()->output.configUpdate); in workDone()
110 if (work->worklets.front()->output.flags != C2FrameData::FLAG_INCOMPLETE) { in workDone()
112 eos = (work->worklets.front()->output.flags & in workDone()
117 (int)work->worklets.front()->output.ordinal.frameIndex.peeku()); in workDone()
/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.cpp123 const uint8_t *front = snapshot->mData; in getSnapshot() local
127 const uint8_t *lastEnd = findLastValidEntry(front, back, invalidEndTypes); in getSnapshot()
129 snapshot->mEnd = snapshot->mBegin = EntryIterator(front); in getSnapshot()
136 while ((firstStartTmp = findLastValidEntry(front, firstStartTmp, invalidBeginTypes)) in getSnapshot()
150 mFifoReader->release(snapshot->mEnd - front); in getSnapshot()
198 const uint8_t *Reader::findLastValidEntry(const uint8_t *front, const uint8_t *back, in findLastValidEntry() argument
200 if (front == nullptr || back == nullptr) { in findLastValidEntry()
203 while (back + Entry::kPreviousLengthOffset >= front) { in findLastValidEntry()
206 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()
363 work->worklets.front()->output.flags = work->input.flags; in process()
364 work->worklets.front()->output.buffers.clear(); in process()
365 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
366 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp302 work->worklets.front()->output.flags = work->input.flags; in process()
350 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process()
363 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
438 work->worklets.front()->output.flags = (C2FrameData::flags_t)mFlags; in process()
439 work->worklets.front()->output.buffers.clear(); in process()
440 work->worklets.front()->output.ordinal = mOrdinal; in process()
444 work->worklets.front()->output.buffers.push_back(mBuffer); in process()
588 const OutputBuffer& front = outputBuffers.front(); in process() local
591 ordinal.timestamp = front.timestampUs; in process()
595 FillWork(C2FrameData::FLAG_INCOMPLETE, ordinal, front.buffer)); in process()
[all …]
/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()

12345678