Home
last modified time | relevance | path

Searched refs:sofInfo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1913 SmartPtr<RkAiqSofInfoWrapperProxy> sofInfo = NULL; in events_analyze() local
1915 sofInfo = mAiqSofInfoWrapperPool->get_item(); in events_analyze()
1921 sofInfo->data()->sequence = id; in events_analyze()
1922 sofInfo->data()->preExp = preExpParams; in events_analyze()
1923 sofInfo->data()->curExp = curExpParams; in events_analyze()
1924 sofInfo->data()->nxtExp = nxtExpParams; in events_analyze()
1925 sofInfo->data()->sof = isp20Evts->getSofTimeStamp(); in events_analyze()
1928 sofInfo->setId(id); in events_analyze()
1929 sofInfo->setType(RK_AIQ_SHARED_TYPE_SOF_INFO); in events_analyze()
1936 RkAiqCoreVdBufMsg msg(XCAM_MESSAGE_SOF_INFO_OK, id, sofInfo); in events_analyze()