Lines Matching refs:front
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()
194 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
255 work->worklets.front()->output.configUpdate.push_back( in process()
257 work->worklets.front()->output.configUpdate.push_back( in process()
305 work->worklets.front()->output.flags = work->input.flags; in process()
306 work->worklets.front()->output.buffers.clear(); in process()
307 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
308 work->worklets.front()->output.ordinal = work->input.ordinal; in process()