Searched refs:worklet (Results 1 – 3 of 3) sorted by relevance
1922 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local1926 if (worklet->output.buffers.size() > 1u) { in handleWork()1928 mName, worklet->output.buffers.size()); in handleWork()1931 } else if (worklet->output.buffers.size() == 1u) { in handleWork()1932 buffer = worklet->output.buffers[0]; in handleWork()1941 while (!worklet->output.configUpdate.empty()) { in handleWork()1943 worklet->output.configUpdate.back().swap(param); in handleWork()1944 worklet->output.configUpdate.pop_back(); in handleWork()2009 (long long)worklet->output.ordinal.timestamp.peekll()); in handleWork()2011 worklet->output.ordinal.timestamp.peek(), frameRenderTime.value); in handleWork()[all …]
91 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local92 if (worklet) { in forEachBlock()93 forEachBlock(worklet->output, process); in forEachBlock()
1861 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local1862 if (worklet) { in forEachBlock()1863 forEachBlock(worklet->output, in forEachBlock()