Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp871 if (_pending_spilt_map.count(dst_id) == 0) { in split_locked()
880 _pending_spilt_map[dst_id] = new_exps; in split_locked()
882 pending_split_exps_t* tmp = &_pending_spilt_map[dst_id]; in split_locked()
929 if (_pending_spilt_map.count(dst_id) == 0) { in split_locked()
933 p_new_exps = &_pending_spilt_map[dst_id]; in split_locked()
1009 _pending_spilt_map[dst_id] = *p_new_exps; in split_locked()
1195 it = it_end = _pending_spilt_map.begin(); in handle_sof_internal()
1196 for (; it != _pending_spilt_map.end(); it++) { in handle_sof_internal()
1198 pending_exp = _pending_spilt_map[frameid]; in handle_sof_internal()
1218 _pending_spilt_map.erase(_pending_spilt_map.begin(), it_end); in handle_sof_internal()
[all …]
H A DSensorHw.h186 std::map<uint32_t, pending_split_exps_t> _pending_spilt_map; variable