Home
last modified time | relevance | path

Searched refs:search_id (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp735 int search_id = frame_id == (uint32_t)(-1) ? 0 : frame_id; in getEffectiveExpParams() local
740 it = _effecting_exp_map.find(search_id); in getEffectiveExpParams()
747 if (rit->first <= search_id) in getEffectiveExpParams()
755 rit->first, search_id); in getEffectiveExpParams()
757 …M(SENSOR_SUBM, "can't find the latest effecting exposure for id %d, impossible case !", search_id); in getEffectiveExpParams()
766 __FUNCTION__, mCamPhyId, search_id, rit->first, in getEffectiveExpParams()
771 __FUNCTION__, mCamPhyId, search_id, rit->first, in getEffectiveExpParams()
788 __FUNCTION__, mCamPhyId, search_id, it->first, in getEffectiveExpParams()
793 __FUNCTION__, mCamPhyId, search_id, it->first, in getEffectiveExpParams()
/OK3568_Linux_fs/kernel/drivers/w1/masters/
H A Dds2490.c700 if (ds_send_data(dev, (u8 *)&master->search_id, 8) < 0) in ds9490r_search()
702 master->search_id = 0; in ds9490r_search()
738 master->search_id = buf[i]; in ds9490r_search()
748 master->search_id = 0; in ds9490r_search()
/OK3568_Linux_fs/kernel/include/linux/
H A Dw1.h218 u64 search_id; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp340 sint32_t search_id = sequence < 0 ? 0 : sequence; in match_sof_timestamp_map() local
342 it = _sof_timestamp_map.find(search_id); in match_sof_timestamp_map()
H A DCamHwIsp20.cpp4043 uint32_t search_id = frame_id == uint32_t(-1) ? 0 : frame_id; in getEffectiveIspParams() local
4052 it = _effecting_ispparam_map.find(search_id); in getEffectiveIspParams()
4061 mCamPhyId, search_id, rit->first); in getEffectiveIspParams()
4062 if (search_id >= rit->first ) { in getEffectiveIspParams()
4064 mCamPhyId, search_id, rit->first); in getEffectiveIspParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp704 sint32_t search_id = sequence < 0 ? 0 : sequence; in match_sof_timestamp_map() local
706 it = _sof_timestamp_map.find(search_id); in match_sof_timestamp_map()
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1.c963 rn = dev->search_id; in w1_search()
1037 dev->search_id = 0; in w1_search()
1039 dev->search_id = rn; in w1_search()