Lines Matching refs:worklet
2581 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local
2585 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()
2671 worklet->output.ordinal.timestamp.peekll(), in handleWork()
2716 reorder->emplace(buffer, timestamp.peek(), flags, worklet->output.ordinal); in handleWork()