Lines Matching refs:worklet
1672 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local
1676 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()
1759 (long long)worklet->output.ordinal.timestamp.peekll()); in handleWork()
1761 worklet->output.ordinal.timestamp.peek(), frameRenderTime.value); in handleWork()
1767 if (!(worklet->output.flags & C2FrameData::FLAG_INCOMPLETE)) break; in handleWork()
1850 if (worklet->output.flags & C2FrameData::FLAG_END_OF_STREAM) { in handleWork()
1862 worklet->output.ordinal.timestamp + work->input.ordinal.customOrdinal in handleWork()
1872 worklet->output.ordinal.timestamp.peekll(), in handleWork()
1934 worklet->output.ordinal); in handleWork()