Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp114 _sof_timestamp_map.clear(); in stop()
342 it = _sof_timestamp_map.find(search_id); in match_sof_timestamp_map()
343 if (it != _sof_timestamp_map.end()) { in match_sof_timestamp_map()
366 while (_sof_timestamp_map.size() > 8) { in notify_sof()
367 _sof_timestamp_map.erase(_sof_timestamp_map.begin()); in notify_sof()
369 _sof_timestamp_map[frameid] = time; in notify_sof()
H A DRawStreamProcUnit.h115 std::map<sint32_t, uint64_t> _sof_timestamp_map; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp367 _sof_timestamp_map.clear(); in stop()
706 it = _sof_timestamp_map.find(search_id); in match_sof_timestamp_map()
707 if (it != _sof_timestamp_map.end()) { in match_sof_timestamp_map()
H A DRawStreamProcUnit.h151 std::map<sint32_t, uint64_t> _sof_timestamp_map; variable