Home
last modified time | relevance | path

Searched refs:RkAiqIspStats (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp133 RkAiqIspStats* xIspStats = nullptr; in preProcess()
135 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in preProcess()
172 RkAiqIspStats* xIspStats = nullptr; in processing()
174 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in processing()
247 RkAiqIspStats* xIspStats = nullptr; in postProcess()
249 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in postProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_pool.h224 typedef SharedItemPool<RkAiqIspStats> RkAiqIspStatsIntPool;
225 typedef SharedItemProxy<RkAiqIspStats> RkAiqIspStatsIntProxy;
254 class RkAiqIspStats : public XCam::BufferData {
256 explicit RkAiqIspStats() { in RkAiqIspStats() function
263 virtual ~RkAiqIspStats() { in ~RkAiqIspStats()
287 XCAM_DEAD_COPY(RkAiqIspStats);
H A Dshared_item_pool.h49 class RkAiqIspStats; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslator.cpp52 SmartPtr<RkAiqIspStats> statsInt = to->data(); in translateIspStats()