Searched refs:worklet (Results 1 – 3 of 3) sorted by relevance
90 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local91 if (worklet) { in forEachBlock()92 forEachBlock(worklet->output, process); in forEachBlock()
1776 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local1777 if (worklet) { in forEachBlock()1778 forEachBlock(worklet->output, in forEachBlock()
1329 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local1333 if (worklet->output.buffers.size() > 1u) { in handleWork()1335 mName, worklet->output.buffers.size()); in handleWork()1338 } else if (worklet->output.buffers.size() == 1u) { in handleWork()1339 buffer = worklet->output.buffers[0]; in handleWork()1346 while (!worklet->output.configUpdate.empty()) { in handleWork()1348 worklet->output.configUpdate.back().swap(param); in handleWork()1349 worklet->output.configUpdate.pop_back(); in handleWork()1476 if (worklet->output.flags & C2FrameData::FLAG_END_OF_STREAM) { in handleWork()1491 worklet->output.ordinal.timestamp + work->input.ordinal.customOrdinal in handleWork()[all …]