Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_common.cpp49 int tried_time = 0; in xcam_device_ioctl() local
60 if (++tried_time > 5) in xcam_device_ioctl()
H A Dv4l2_device.cpp1042 int32_t tried_time = 0; in prepare() local
1057 …OG_ERROR ("device(%s) failed on VIDIOC_REQBUFS, retry %d < 50times", XCAM_STR (_name), tried_time); in prepare()
1062 } while(tried_time++ < 50); in prepare()
1072 …OG_ERROR ("device(%s) failed on VIDIOC_REQBUFS, retry %d < 50times", XCAM_STR (_name), tried_time); in prepare()
1077 } while(tried_time++ < 50); in prepare()