Searched refs:worklet (Results 1 – 4 of 4) sorted by relevance
1672 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local1676 if (worklet->output.buffers.size() > 1u) { in handleWork()1678 mName, worklet->output.buffers.size()); in handleWork()1681 } else if (worklet->output.buffers.size() == 1u) { in handleWork()1682 buffer = worklet->output.buffers[0]; in handleWork()1691 while (!worklet->output.configUpdate.empty()) { in handleWork()1693 worklet->output.configUpdate.back().swap(param); in handleWork()1694 worklet->output.configUpdate.pop_back(); in handleWork()1850 if (worklet->output.flags & C2FrameData::FLAG_END_OF_STREAM) { in handleWork()1872 worklet->output.ordinal.timestamp.peekll(), 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()
558 * Worklet. Indices of Blocks inside `worklet.output` refer to561 Worklet worklet;563 * Whether the worklet was processed or not.
1854 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local1855 if (worklet) { in forEachBlock()1856 forEachBlock(worklet->output, in forEachBlock()