Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp113 _isp_hdr_fid2times_map.clear(); in stop()
276 _isp_hdr_fid2times_map[frame_id] = times; in set_hdr_frame_readback_infos()
287 for (std::map<uint32_t, int>::iterator iter = _isp_hdr_fid2times_map.begin(); in match_lumadetect_map()
288 iter != _isp_hdr_fid2times_map.end();) { in match_lumadetect_map()
292 iter = _isp_hdr_fid2times_map.erase(it_times_del); in match_lumadetect_map()
297 iter = _isp_hdr_fid2times_map.erase(it_times_del); in match_lumadetect_map()
H A DRawStreamProcUnit.h112 std::map<uint32_t, int> _isp_hdr_fid2times_map; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.h148 std::map<uint32_t, int> _isp_hdr_fid2times_map; variable