Home
last modified time | relevance | path

Searched refs:workList (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp66 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/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp146 std::list<std::unique_ptr<C2Work>> workList; in TEST_F() local
147 mComponent->queue(&workList); in TEST_F()
317 std::list<std::unique_ptr<C2Work>> workList; in TEST_F() local
319 err = mComponent->queue(&workList); in TEST_F()
325 err = mComponent->flush(C2Component::FLUSH_COMPONENT, &workList); in TEST_F()
/frameworks/av/media/codec2/hidl/1.0/utils/
DClientBlockHelper.cpp84 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument
86 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock()
356 const std::list<std::unique_ptr<C2Work>>& workList) { in holdBufferQueueBlocks() argument
360 forEachBlock(workList, in holdBufferQueueBlocks()
Dtypes.cpp1765 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument
1768 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock()
1799 const std::list<std::unique_ptr<C2Work>>& workList, in beginTransferBufferQueueBlocks() argument
1801 forEachBlock(workList, beginTransferBufferQueueBlock, in beginTransferBufferQueueBlocks()
1818 const std::list<std::unique_ptr<C2Work>>& workList, in endTransferBufferQueueBlocks() argument
1821 forEachBlock(workList, in endTransferBufferQueueBlocks()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DClientBlockHelper.h60 const std::list<std::unique_ptr<C2Work>>& workList);
Dtypes.h314 const std::list<std::unique_ptr<C2Work>>& workList,
333 const std::list<std::unique_ptr<C2Work>>& workList,