Lines Matching refs:worklets
169 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
170 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
171 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
182 work->worklets.front()->output.configUpdate.clear(); in process()
183 work->worklets.front()->output.flags = work->input.flags; in process()
260 work->worklets.front()->output.configUpdate.push_back( in process()
262 work->worklets.front()->output.configUpdate.push_back( in process()
310 work->worklets.front()->output.flags = work->input.flags; in process()
311 work->worklets.front()->output.buffers.clear(); in process()
312 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
313 work->worklets.front()->output.ordinal = work->input.ordinal; in process()