Searched refs:worklet (Results 1 – 3 of 3) sorted by relevance
2581 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local2585 if (worklet->output.buffers.size() > 1u) { in handleWork()2587 mName, worklet->output.buffers.size()); in handleWork()2590 } else if (worklet->output.buffers.size() == 1u) { in handleWork()2591 buffer = worklet->output.buffers[0]; in handleWork()2597 while (!worklet->output.configUpdate.empty()) { in handleWork()2599 worklet->output.configUpdate.back().swap(param); in handleWork()2600 worklet->output.configUpdate.pop_back(); in handleWork()2650 if (worklet->output.flags & C2FrameData::FLAG_END_OF_STREAM) { in handleWork()2665 worklet->output.ordinal.timestamp + work->input.ordinal.customOrdinal in handleWork()[all …]
558 * Worklet. Indices of Blocks inside `worklet.output` refer to561 Worklet worklet;563 * Whether the worklet was processed or not.
995 Worklet &dWorklet = dWork.worklet; in objcpy()1352 const Worklet &sWorklet = sWork.worklet; in objcpy()1648 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local1649 if (worklet) { in forEachBlock()1650 forEachBlock(worklet->output, in forEachBlock()