Lines Matching refs:front
162 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
163 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
164 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
175 work->worklets.front()->output.configUpdate.clear(); in process()
176 work->worklets.front()->output.flags = work->input.flags; in process()
187 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
248 work->worklets.front()->output.configUpdate.push_back( in process()
250 work->worklets.front()->output.configUpdate.push_back( in process()
299 work->worklets.front()->output.flags = work->input.flags; in process()
300 work->worklets.front()->output.buffers.clear(); in process()
301 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
302 work->worklets.front()->output.ordinal = work->input.ordinal; in process()