Searched refs:workQueue (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 78 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue, in testInputBuffer() argument 84 if (!workQueue.empty()) { in testInputBuffer() 85 work.swap(workQueue.front()); in testInputBuffer() 86 workQueue.pop_front(); in testInputBuffer() 110 std::list<std::unique_ptr<C2Work>>& workQueue, size_t bufferCount) { in waitOnInputConsumption() argument 116 queueSize = workQueue.size(); in waitOnInputConsumption() 120 if (queueSize != workQueue.size()) { in waitOnInputConsumption() 121 queueSize = workQueue.size(); in waitOnInputConsumption() 134 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd, in workDone() argument 170 workQueue.push_back(std::move(work)); in workDone() [all …]
|
D | media_c2_hidl_test_common.h | 152 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue, 156 std::list<std::unique_ptr<C2Work>>& workQueue, 162 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd, 171 std::list<std::unique_ptr<C2Work>>& workQueue,
|
/frameworks/base/tools/aapt/ |
D | WorkQueue.cpp | 160 WorkQueue::WorkThread::WorkThread(WorkQueue* workQueue, bool canCallJava) : in WorkThread() argument 161 Thread(canCallJava), mWorkQueue(workQueue) { in WorkThread()
|
D | WorkQueue.h | 91 WorkThread(WorkQueue* workQueue, bool canCallJava);
|
D | Resource.cpp | 1708 std::queue<CompileResourceWorkItem>& workQueue = table.getWorkQueue(); in buildResources() local 1709 while (!workQueue.empty()) { in buildResources() 1710 CompileResourceWorkItem& workItem = workQueue.front(); in buildResources() 1728 workQueue.pop(); in buildResources()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 327 std::list<std::unique_ptr<C2Work>>& workQueue, in encodeNFrames() argument 354 if (!workQueue.empty()) { in encodeNFrames() 355 work.swap(workQueue.front()); in encodeNFrames() 356 workQueue.pop_front(); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 427 std::list<std::unique_ptr<C2Work>>& workQueue, in decodeNFrames() argument 445 if (!workQueue.empty()) { in decodeNFrames() 446 work.swap(workQueue.front()); in decodeNFrames() 447 workQueue.pop_front(); in decodeNFrames()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 332 std::list<std::unique_ptr<C2Work>>& workQueue, in encodeNFrames() argument 355 if (!workQueue.empty()) { in encodeNFrames() 356 work.swap(workQueue.front()); in encodeNFrames() 357 workQueue.pop_front(); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 454 std::list<std::unique_ptr<C2Work>>& workQueue, in decodeNFrames() argument 469 if (!workQueue.empty()) { in decodeNFrames() 470 work.swap(workQueue.front()); in decodeNFrames() 471 workQueue.pop_front(); in decodeNFrames()
|