Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.cpp31 _rec_sof_idx = 0; in LensHw()
116 _rec_sof_idx = 0; in start_internal()
1186 idx = (_rec_sof_idx + 1) % LENSHW_RECORD_SOF_NUM; in handle_sof()
1189 _rec_sof_idx = idx; in handle_sof()
H A DLensHw.h225 int _rec_sof_idx; variable