Searched refs:RkAiqIspStats (Results 1 – 4 of 4) sorted by relevance
133 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()
224 typedef SharedItemPool<RkAiqIspStats> RkAiqIspStatsIntPool;225 typedef SharedItemProxy<RkAiqIspStats> RkAiqIspStatsIntProxy;254 class RkAiqIspStats : public XCam::BufferData {256 explicit RkAiqIspStats() { in RkAiqIspStats() function263 virtual ~RkAiqIspStats() { in ~RkAiqIspStats()287 XCAM_DEAD_COPY(RkAiqIspStats);
49 class RkAiqIspStats; variable
52 SmartPtr<RkAiqIspStats> statsInt = to->data(); in translateIspStats()