Searched refs:_afInfoPool (Results 1 – 2 of 2) sorted by relevance
198 SmartPtr<RkAiqAfInfoPool> _afInfoPool; variable
34 _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()