Home
last modified time | relevance | path

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

12345

/hardware/ril/libril/
DrilSocketQueue.h56 T *front; variable
98 front = NULL; in Ril_queue()
109 temp = this->front; in dequeue()
110 if(NULL != this->front->p_next) { in dequeue()
111 this->front = this->front->p_next; in dequeue()
113 this->front = NULL; in dequeue()
125 if(NULL == this->front) { in enqueue()
126 this->front = request; in enqueue()
129 request->p_next = this->front; in enqueue()
130 this->front = request; in enqueue()
[all …]
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp162 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
163 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
164 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
175 work->worklets.front()->output.configUpdate.clear(); in process()
176 work->worklets.front()->output.flags = work->input.flags; in process()
187 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
248 work->worklets.front()->output.configUpdate.push_back( in process()
250 work->worklets.front()->output.configUpdate.push_back( in process()
299 work->worklets.front()->output.flags = work->input.flags; in process()
300 work->worklets.front()->output.buffers.clear(); in process()
[all …]
DC2SoftFlacEnc.cpp171 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
172 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
173 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
182 work->worklets.front()->output.flags = work->input.flags; in process()
194 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
223 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process()
284 work->worklets.front()->output.buffers.push_back(buffer); in process()
285 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp180 work->worklets.front()->output.flags = work->input.flags; in process()
192 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
202 work->worklets.front()->output.flags = work->input.flags; in process()
203 work->worklets.front()->output.buffers.clear(); in process()
204 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
240 work->worklets.front()->output.flags = work->input.flags; in process()
241 work->worklets.front()->output.buffers.clear(); in process()
242 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
243 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp146 work->worklets.front()->output.flags = work->input.flags; in process()
157 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
172 work->worklets.front()->output.flags = work->input.flags; in process()
173 work->worklets.front()->output.buffers.clear(); in process()
174 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
206 work->worklets.front()->output.flags = work->input.flags; in process()
207 work->worklets.front()->output.buffers.clear(); in process()
208 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
209 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
/hardware/interfaces/wifi/1.3/default/tests/
Dringbuffer_unit_tests.cpp46 EXPECT_EQ(input, buffer_.getData().front()); in TEST_F()
58 EXPECT_EQ(input2, buffer_.getData().front()); in TEST_F()
70 EXPECT_EQ(input3, buffer_.getData().front()); in TEST_F()
91 EXPECT_EQ(input, buffer_.getData().front()); in TEST_F()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp342 work->worklets.front()->output.configUpdate.clear(); in process()
343 work->worklets.front()->output.flags = work->input.flags; in process()
354 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
364 work->worklets.front()->output.flags = work->input.flags; in process()
365 work->worklets.front()->output.buffers.clear(); in process()
366 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
452 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
453 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
500 work->worklets.front()->output.flags = work->input.flags; in process()
501 work->worklets.front()->output.buffers.clear(); in process()
[all …]
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp205 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
206 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
207 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
237 work->worklets.front()->output.configUpdate.clear(); in process()
238 work->worklets.front()->output.flags = work->input.flags; in process()
250 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
309 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
310 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
433 work->worklets.front()->output.flags = work->input.flags; in process()
434 work->worklets.front()->output.buffers.clear(); in process()
[all …]
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp185 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
186 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
187 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
306 work->worklets.front()->output.configUpdate.clear(); in process()
307 work->worklets.front()->output.flags = work->input.flags; in process()
319 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
406 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
407 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
484 work->worklets.front()->output.flags = work->input.flags; in process()
485 work->worklets.front()->output.buffers.clear(); in process()
[all …]
/hardware/google/av/codec2/hidl/1.0/mts/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()
111 eos = (work->worklets.front()->output.flags & in workDone()
116 (int)work->worklets.front()->output.ordinal.frameIndex.peeku()); in workDone()
/hardware/interfaces/wifi/1.3/default/
Dringbuffer.cpp41 size_ -= data_.front().size() * sizeof(data_.front()[0]); in append()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrDec.cpp251 work->worklets.front()->output.flags = work->input.flags; in process()
262 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
273 work->worklets.front()->output.flags = work->input.flags; in process()
274 work->worklets.front()->output.buffers.clear(); in process()
275 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
369 work->worklets.front()->output.flags = work->input.flags; in process()
370 work->worklets.front()->output.buffers.clear(); in process()
371 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
372 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
DC2SoftAmrNbEnc.cpp182 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
183 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
184 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
194 work->worklets.front()->output.flags = work->input.flags; in process()
206 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
280 work->worklets.front()->output.buffers.push_back( in process()
282 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()
DC2SoftAmrWbEnc.cpp265 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
266 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
267 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
277 work->worklets.front()->output.flags = work->input.flags; in process()
288 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
356 work->worklets.front()->output.buffers.push_back( in process()
358 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HdrPlusListenerThread.cpp36 PendingResult result = mResults.front(); in ~QCamera3HdrPlusListenerThread()
214 requestId = mNextCaptureReadyIds.front(); in handleNextCaptureReady()
229 result = mResults.front(); in handleCaptureResult()
256 auto shutter = mShutters.front(); in handleShutter()
276 postview = std::move(mPostviews.front()); in handlePostview()
304 nextCallback = mPendingCallbacks.front(); in threadLoop()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp418 work->worklets.front()->output.flags = work->input.flags; in process()
437 inputBuffer->data().graphicBlocks().front().map().get()); in process()
449 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process()
450 work->worklets.front()->output.buffers.clear(); in process()
451 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
457 inputBuffer->data().graphicBlocks().front(); in process()
631 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process()
632 work->worklets.front()->output.buffers.clear(); in process()
638 work->worklets.front()->output.buffers.push_back(buffer); in process()
639 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
[all …]
DC2SoftVpxDec.cpp397 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork()
398 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
399 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
415 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in finishWork()
416 work->worklets.front()->output.buffers.clear(); in finishWork()
417 work->worklets.front()->output.buffers.push_back(buffer); in finishWork()
418 work->worklets.front()->output.ordinal = work->input.ordinal; in finishWork()
433 work->worklets.front()->output.configUpdate.push_back( in finishWork()
456 work->worklets.front()->output.configUpdate.clear(); in process()
457 work->worklets.front()->output.flags = work->input.flags; in process()
[all …]
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp291 hidl_vec<uint8_t> event = event_queue.front(); in handle_no_ops()
309 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops()
343 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_command_complete_event()
362 hidl_vec<uint8_t> event = event_queue.front(); in setBufferSizes()
413 hidl_vec<uint8_t> event = event_queue.front(); in sendAndCheckHCI()
460 hidl_vec<uint8_t> sco_loopback = sco_queue.front(); in sendAndCheckSCO()
505 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL()
536 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_completed_packets_event()
567 hidl_vec<uint8_t> event = event_queue.front(); in enterLoopbackMode()
621 hidl_vec<uint8_t> event = event_queue.front(); in TEST_P()
[all …]
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp356 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork()
357 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
358 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
373 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in finishWork()
374 work->worklets.front()->output.buffers.clear(); in finishWork()
375 work->worklets.front()->output.buffers.push_back(buffer); in finishWork()
376 work->worklets.front()->output.ordinal = work->input.ordinal; in finishWork()
501 work->worklets.front()->output.configUpdate.clear(); in process()
502 work->worklets.front()->output.flags = work->input.flags; in process()
514 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
[all …]
DC2SoftMpeg4Enc.cpp309 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork()
310 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
311 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
405 work->worklets.front()->output.flags = work->input.flags; in process()
458 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process()
467 inputBuffer->data().graphicBlocks().front().map().get()); in process()
483 const C2ConstGraphicBlock inBuffer = inputBuffer->data().graphicBlocks().front(); in process()
595 work->worklets.front()->output.ordinal.timestamp = inputTimeStamp; in process()
600 work->worklets.front()->output.buffers.push_back(buffer); in process()
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp445 Info &outInfo = mBuffersInfo.front(); in drainRingBuffer()
470 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer()
503 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer()
529 work->worklets.front()->output.configUpdate.clear(); in process()
530 work->worklets.front()->output.flags = work->input.flags; in process()
545 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
575 work->worklets.front()->output.flags = work->input.flags; in process()
576 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
577 work->worklets.front()->output.buffers.clear(); in process()
767 C2FrameData &output = work->worklets.front()->output; in process()
[all …]
/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.cpp48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()
51 auto const increment = ringbuffer.front().histogram.data[i] * delta.count(); in update_cumulative()
52 …if (CC_UNLIKELY((bins[i] + increment < bins[i]) || (increment < ringbuffer.front().histogram.data[… in update_cumulative()
68 ringbuffer.front().end_timestamp = now; in insert()
/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()
51 auto const increment = ringbuffer.front().histogram.data[i] * delta.count(); in update_cumulative()
52 …if (CC_UNLIKELY((bins[i] + increment < bins[i]) || (increment < ringbuffer.front().histogram.data[… in update_cumulative()
68 ringbuffer.front().end_timestamp = now; in insert()
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp160 work->worklets.front()->output.flags = work->input.flags; in process()
161 work->worklets.front()->output.buffers.clear(); in process()
162 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
164 work->worklets.front()->output.buffers.push_back(work->input.buffers[0]); in process()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp303 hidl_vec<uint8_t> event = event_queue.front(); in handle_no_ops()
321 hidl_vec<uint8_t> acl_packet = acl_queue.front(); in handle_no_ops()
355 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_command_complete_event()
374 hidl_vec<uint8_t> event = event_queue.front(); in setBufferSizes()
425 hidl_vec<uint8_t> event = event_queue.front(); in sendAndCheckHCI()
472 hidl_vec<uint8_t> sco_loopback = sco_queue.front(); in sendAndCheckSCO()
517 hidl_vec<uint8_t> acl_loopback = acl_queue.front(); in sendAndCheckACL()
548 hidl_vec<uint8_t> event = event_queue.front(); in wait_for_completed_packets_event()
579 hidl_vec<uint8_t> event = event_queue.front(); in enterLoopbackMode()
633 hidl_vec<uint8_t> event = event_queue.front(); in TEST_P()
[all …]

12345