Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.cpp75 memset(&_iris_query, 0, sizeof(_iris_query)); in queryLensSupport()
76 _iris_query.id = V4L2_CID_IRIS_ABSOLUTE; in queryLensSupport()
77 if (io_control(VIDIOC_QUERYCTRL, &_iris_query) < 0) { in queryLensSupport()
H A DLensHw.h201 struct v4l2_queryctrl _iris_query; variable