Home
last modified time | relevance | path

Searched refs:DEFAULT_POOL_SIZE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp108 uint16_t RkAiqCore::DEFAULT_POOL_SIZE = 3; member in RkCam::RkAiqCore
133 , mAiqParamsPool(new RkAiqFullParamsPool("RkAiqFullParams", RkAiqCore::DEFAULT_POOL_SIZE)) in RkAiqCore()
134 … , mAiqCpslParamsPool(new RkAiqCpslParamsPool("RkAiqCpslParamsPool", RkAiqCore::DEFAULT_POOL_SIZE)) in RkAiqCore()
136 …ofInfoWrapperPool(new RkAiqSofInfoWrapperPool("RkAiqSofPoolWrapper", RkAiqCore::DEFAULT_POOL_SIZE)) in RkAiqCore()
137 …mAiqIspStatsIntPool(new RkAiqIspStatsIntPool("RkAiqIspStatsIntPool", RkAiqCore::DEFAULT_POOL_SIZE)) in RkAiqCore()
2536 … mAiqAecStatsPool = new RkAiqAecStatsPool("RkAiqAecStatsPool", RkAiqCore::DEFAULT_POOL_SIZE); in newAiqParamsPool()
2538 new RkAiqExpParamsPool("RkAiqExpParams", RkAiqCore::DEFAULT_POOL_SIZE); in newAiqParamsPool()
2539 … mAiqIrisParamsPool = new RkAiqIrisParamsPool("RkAiqIrisParams", RkAiqCore::DEFAULT_POOL_SIZE); in newAiqParamsPool()
2541 new RkAiqIspAecParamsPool("RkAiqIspAecParams", RkAiqCore::DEFAULT_POOL_SIZE); in newAiqParamsPool()
2543 new RkAiqIspHistParamsPool("RkAiqIspHistParams", RkAiqCore::DEFAULT_POOL_SIZE); in newAiqParamsPool()
[all …]
H A DRkLumaCore.h134 static uint16_t DEFAULT_POOL_SIZE; variable
H A DRkLumaCore.cpp59 uint16_t RkLumaCore::DEFAULT_POOL_SIZE = 20; member in RkCam::RkLumaCore
H A DRkAiqCore.h601 static uint16_t DEFAULT_POOL_SIZE; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.h200 static uint16_t DEFAULT_POOL_SIZE; variable
H A DSensorHw.h188 static uint16_t DEFAULT_POOL_SIZE; variable
H A DLensHw.cpp25 uint16_t LensHw::DEFAULT_POOL_SIZE = 20; member in RkCam::LensHw
34 _afInfoPool = new RkAiqAfInfoPool("LensLocalAfInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()
35 _irisInfoPool = new RkAiqIrisParamsPool("LensLocalIrisInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()
H A DSensorHw.cpp28 uint16_t SensorHw::DEFAULT_POOL_SIZE = MAX_AEC_EFFECT_FNUM * 4; member in RkCam::SensorHw
44 …_expParamsPool = new RkAiqSensorExpParamsPool("SensorLocalExpParams", SensorHw::DEFAULT_POOL_SIZE); in SensorHw()