Searched refs:_irisInfoPool (Results 1 – 2 of 2) sorted by relevance
199 SmartPtr<RkAiqIrisParamsPool> _irisInfoPool; variable
35 _irisInfoPool = new RkAiqIrisParamsPool("LensLocalIrisInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()1244 if (_irisInfoPool->has_free_items()) { in getIrisInfoParams()1245 irisParams = (SmartPtr<RkAiqIrisParamsProxy>)_irisInfoPool->get_item(); in getIrisInfoParams()