Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath_p.h83 int maxId = 0; in computeBBox() local
107 maxId = i; in computeBBox()
116 QGeoCoordinate(m_minLati, m_path.at(maxId).longitude())); in computeBBox()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1889 uint32_t id = 0, maxId = 0; in events_analyze() local
1892 maxId = sequence == 0 ? 0 : sequence + isp20Evts->expDelay - 1; in events_analyze()
1897 id, maxId); in events_analyze()
1899 while (id <= maxId) { in events_analyze()