Lines Matching refs:worklets
185 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
186 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
187 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
306 work->worklets.front()->output.configUpdate.clear(); in process()
307 work->worklets.front()->output.flags = work->input.flags; in process()
406 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
407 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
484 work->worklets.front()->output.flags = work->input.flags; in process()
485 work->worklets.front()->output.buffers.clear(); in process()
486 … work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, outOffset, outSize)); in process()
487 work->worklets.front()->output.ordinal = work->input.ordinal; in process()