Searched refs:workList (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | C2OMXNode.cpp | 71 it->second.workList.emplace_back( in queue() 107 if (queue.workList.empty() in threadLoop() 121 while (!queue.workList.empty()) { in threadLoop() 122 items.push_back(std::move(queue.workList.front().work)); in threadLoop() 123 fenceFds.push_back(queue.workList.front().fenceFd); in threadLoop() 124 uniqueFds.push_back(std::move(queue.workList.front().fd0)); in threadLoop() 125 uniqueFds.push_back(std::move(queue.workList.front().fd1)); in threadLoop() 126 queue.workList.pop_front(); in threadLoop() 184 std::list<WorkFence> workList; member
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/ |
H A D | VtsHalMediaC2V1_0TargetComponentTest.cpp | 153 std::list<std::unique_ptr<C2Work>> workList; in TEST_P() local 154 mComponent->queue(&workList); in TEST_P() 290 std::list<std::unique_ptr<C2Work>> workList; in TEST_P() local 292 err = mComponent->queue(&workList); in TEST_P() 298 err = mComponent->flush(C2Component::FLUSH_COMPONENT, &workList); in TEST_P()
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | output.cpp | 85 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument 87 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock() 460 const std::list<std::unique_ptr<C2Work>>& workList) { in holdBufferQueueBlocks() argument 461 forEachBlock(workList, in holdBufferQueueBlocks()
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A D | types.h | 327 const std::list<std::unique_ptr<C2Work>>& workList, 346 const std::list<std::unique_ptr<C2Work>>& workList,
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | output.h | 65 const std::list<std::unique_ptr<C2Work>>& workList);
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | types.cpp | 1843 void forEachBlock(const std::list<std::unique_ptr<C2Work>>& workList, in forEachBlock() argument 1846 for (const std::unique_ptr<C2Work>& work : workList) { in forEachBlock() 1877 const std::list<std::unique_ptr<C2Work>>& workList, in beginTransferBufferQueueBlocks() argument 1879 forEachBlock(workList, beginTransferBufferQueueBlock, in beginTransferBufferQueueBlocks() 1896 const std::list<std::unique_ptr<C2Work>>& workList, in endTransferBufferQueueBlocks() argument 1899 forEachBlock(workList, in endTransferBufferQueueBlocks()
|