Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.h198 SmartPtr<RkAiqAfInfoPool> _afInfoPool; variable
H A DLensHw.cpp34 _afInfoPool = new RkAiqAfInfoPool("LensLocalAfInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()
1287 if (_afInfoPool->has_free_items()) { in getAfInfoParams()
1288 afInfo = (SmartPtr<RkAiqAfInfoProxy>)_afInfoPool->get_item(); in getAfInfoParams()