Searched refs:workList (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.cpp | 66 it->second.workList.emplace_back( in queue() 81 if (queue.workList.empty() in threadLoop() 95 while (!queue.workList.empty()) { in threadLoop() 96 items.push_back(std::move(queue.workList.front().work)); in threadLoop() 97 fenceFds.push_back(queue.workList.front().fenceFd); in threadLoop() 98 uniqueFds.push_back(std::move(queue.workList.front().fd0)); in threadLoop() 99 uniqueFds.push_back(std::move(queue.workList.front().fd1)); in threadLoop() 100 queue.workList.pop_front(); in threadLoop() 154 std::list<WorkFence> workList; member
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | OutputBufferQueue.cpp | 84 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument 86 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock() 323 const std::list<std::unique_ptr<C2Work>>& workList) { in holdBufferQueueBlocks() argument 324 forEachBlock(workList, in holdBufferQueueBlocks()
|
D | types.cpp | 1777 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument 1780 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock() 1811 const std::list<std::unique_ptr<C2Work>>& workList, in beginTransferBufferQueueBlocks() argument 1813 forEachBlock(workList, beginTransferBufferQueueBlock, in beginTransferBufferQueueBlocks() 1830 const std::list<std::unique_ptr<C2Work>>& workList, in endTransferBufferQueueBlocks() argument 1833 forEachBlock(workList, in endTransferBufferQueueBlocks()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/ |
D | VtsHalMediaC2V1_0TargetComponentTest.cpp | 155 std::list<std::unique_ptr<C2Work>> workList; in TEST_P() local 156 mComponent->queue(&workList); in TEST_P() 292 std::list<std::unique_ptr<C2Work>> workList; in TEST_P() local 294 err = mComponent->queue(&workList); in TEST_P() 300 err = mComponent->flush(C2Component::FLUSH_COMPONENT, &workList); in TEST_P()
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | OutputBufferQueue.h | 62 const std::list<std::unique_ptr<C2Work>>& workList);
|
D | types.h | 327 const std::list<std::unique_ptr<C2Work>>& workList, 346 const std::list<std::unique_ptr<C2Work>>& workList,
|