Searched refs:_stats_pool (Results 1 – 5 of 5) sorted by relevance
33 _stats_pool = new X3aStatsPool (); in CL3AStatsCalculatorContext()44 XCAM_ASSERT (_stats_pool.ptr ()); in set_bit_depth()45 _stats_pool->set_bit_depth (bits); in set_bit_depth()53 _stats_pool->set_video_info (buffer_info); in allocate_data()57 _stats_pool->reserve (32), // need reserve more if as attachement in allocate_data()61 _stats_info = _stats_pool->get_stats_info (); in allocate_data()96 if (_stats_pool.ptr ()) in pre_stop()97 _stats_pool->stop (); in pre_stop()199 buffer = _stats_pool->get_buffer (_stats_pool); in copy_stats_out()
70 SmartPtr<X3aStatsPool> _stats_pool; variable
82 _stats_pool = new X3aStatisticsQueue; in setup_stats_pool()83 XCAM_ASSERT (_stats_pool.ptr ()); in setup_stats_pool()85 _stats_pool->set_grid_info (grid_info); in setup_stats_pool()86 if (!_stats_pool->reserve (6)) { in setup_stats_pool()116 _stats_pool->get_buffer (_stats_pool).dynamic_cast_ptr<X3aIspStatistics> (); in convert_to_isp_stats()167 if (!_stats_pool.ptr () && setup_stats_pool (stats->get_stats ()) != XCAM_RETURN_NO_ERROR) in post_3a_analyze()
67 SmartPtr<X3aStatisticsQueue> _stats_pool; variable
46 return (_stats_pool.ptr () ? true : false); in is_stats_pool_ready()65 SmartPtr<X3aStatisticsQueue> _stats_pool; member in XCam3AAiqContext115 _stats_pool = new X3aStatisticsQueue; in setup_stats_pool()116 XCAM_ASSERT (_stats_pool.ptr ()); in setup_stats_pool()118 _stats_pool->set_bit_depth (bit_depth); in setup_stats_pool()121 _stats_pool->set_video_info (info), in setup_stats_pool()126 if (!_stats_pool->reserve (6)) { in setup_stats_pool()138 _stats_pool->get_buffer (_stats_pool).dynamic_cast_ptr<X3aIspStatistics> (); in get_stats_buffer()