Home
last modified time | relevance | path

Searched refs:workQueue (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp78 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 …]
Dmedia_c2_hidl_test_common.h152 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/
DWorkQueue.cpp160 WorkQueue::WorkThread::WorkThread(WorkQueue* workQueue, bool canCallJava) : in WorkThread() argument
161 Thread(canCallJava), mWorkQueue(workQueue) { in WorkThread()
DWorkQueue.h91 WorkThread(WorkQueue* workQueue, bool canCallJava);
DResource.cpp1708 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/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp327 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()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp427 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/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp332 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()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp454 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()