Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp651 _effecting_exp_map[0] = expParamsProxy; in setExposureParams()
740 it = _effecting_exp_map.find(search_id); in getEffectiveExpParams()
742 if (it == _effecting_exp_map.end()) { in getEffectiveExpParams()
746 for (rit = _effecting_exp_map.rbegin(); rit != _effecting_exp_map.rend(); rit++) { in getEffectiveExpParams()
751 if (rit == _effecting_exp_map.rend()) { in getEffectiveExpParams()
752 if (_effecting_exp_map.size() > 0) { in getEffectiveExpParams()
753 rit = _effecting_exp_map.rbegin(); in getEffectiveExpParams()
899 _effecting_exp_map[max_dst_id + 1] = exp_param; in split_locked()
1012 _effecting_exp_map[max_dst_id] = exp_param; in split_locked()
1044 while (_effecting_exp_map.size() > 10) in handle_sof()
[all …]
H A DSensorHw.h141 std::map<int, SmartPtr<RkAiqSensorExpParamsProxy>> _effecting_exp_map; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeSensorHw.cpp214 _effecting_exp_map[0] = expParamsProxy; in setExposureParams()
419 while (_effecting_exp_map.size() > 4) in enqueue_rawbuffer()
420 _effecting_exp_map.erase(_effecting_exp_map.begin()); in enqueue_rawbuffer()
496 _effecting_exp_map[fid] = exp_param_prx; in enqueue_rawbuffer()