Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp667 exp->ae_proc_res_rk.exp_set_cnt, _exp_list.size()); in setExposureParams()
669 if (!_exp_list.empty()) { in setExposureParams()
670 _exp_list.erase(std::remove_if( in setExposureParams()
671 _exp_list.begin(), _exp_list.end(), in setExposureParams()
674 }), _exp_list.end()); in setExposureParams()
698 _exp_list.push_back(std::make_pair(expParamsProxy, (i == 0 ? true : false))); in setExposureParams()
1037 __FUNCTION__, mCamPhyId, frameid, _exp_list.size(), _delayed_gain_list.size()); in handle_sof()
1047 if(!_exp_list.empty()) { in handle_sof()
1048 exp_time = _last_exp_time = _exp_list.front().first; in handle_sof()
1050 _exp_list.pop_front(); in handle_sof()
[all …]
H A DSensorHw.h140 std::list<std::pair<SmartPtr<RkAiqSensorExpParamsProxy>, bool>> _exp_list; variable