Lines Matching refs:front
397 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in fillEmptyWork()
398 work->worklets.front()->output.buffers.clear(); in fillEmptyWork()
399 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
415 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in finishWork()
416 work->worklets.front()->output.buffers.clear(); in finishWork()
417 work->worklets.front()->output.buffers.push_back(buffer); in finishWork()
418 work->worklets.front()->output.ordinal = work->input.ordinal; in finishWork()
433 work->worklets.front()->output.configUpdate.push_back( in finishWork()
456 work->worklets.front()->output.configUpdate.clear(); in process()
457 work->worklets.front()->output.flags = work->input.flags; in process()
468 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
572 work->worklets.front()->output.configUpdate.push_back( in outputBuffer()