Lines Matching refs:front
325 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
326 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
327 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
343 work->worklets.front()->output.configUpdate.clear(); in process()
344 work->worklets.front()->output.flags = work->input.flags; in process()
355 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
365 work->worklets.front()->output.flags = work->input.flags; in process()
366 work->worklets.front()->output.buffers.clear(); in process()
367 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
453 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process()
454 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
503 work->worklets.front()->output.buffers.push_back( in process()
505 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp; in process()