Searched refs:X3aIspStatistics (Results 1 – 11 of 11) sorted by relevance
59 class X3aIspStatistics64 explicit X3aIspStatistics (const SmartPtr<X3aIspStatsData> &stats_data);67 virtual ~X3aIspStatistics ();73 XCAM_DEAD_COPY (X3aIspStatistics);
109 X3aIspStatistics::X3aIspStatistics (const SmartPtr<X3aIspStatsData> &stats_data) in X3aIspStatistics() function in XCam::X3aIspStatistics114 X3aIspStatistics::~X3aIspStatistics () in ~X3aIspStatistics()119 X3aIspStatistics::get_isp_stats () in get_isp_stats()133 X3aIspStatistics::fill_standard_stats () in fill_standard_stats()253 return new X3aIspStatistics (stats_data); in create_buffer_from_data()
112 SmartPtr<X3aIspStatistics>115 SmartPtr<X3aIspStatistics> isp_stats = in convert_to_isp_stats()116 _stats_pool->get_buffer (_stats_pool).dynamic_cast_ptr<X3aIspStatistics> (); in convert_to_isp_stats()165 SmartPtr<X3aIspStatistics> isp_stats = stats.dynamic_cast_ptr<X3aIspStatistics> (); in post_3a_analyze()
29 class X3aIspStatistics; variable41 XCamReturn get_3a_statistics (SmartPtr<X3aIspStatistics> &stats);
31 class X3aIspStatistics; variable62 SmartPtr<X3aIspStatistics> convert_to_isp_stats (SmartPtr<X3aStats>& stats);
95 SmartPtr<X3aIspStatistics> new_stats = in capture_3a_stats()96 _3a_stats_pool->get_buffer (_3a_stats_pool).dynamic_cast_ptr<X3aIspStatistics> (); in capture_3a_stats()
243 SmartPtr<X3aIspStatistics> isp_stats = stats.dynamic_cast_ptr<X3aIspStatistics> (); in pre_3a_analyze()
82 IspController::get_3a_statistics (SmartPtr<X3aIspStatistics> &stats) in get_3a_statistics()
269 bool set_3a_stats (SmartPtr<X3aIspStatistics> &stats);
1299 AiqCompositor::set_3a_stats (SmartPtr<X3aIspStatistics> &stats) in set_3a_stats()
52 SmartPtr<X3aIspStatistics> get_stats_buffer ();134 SmartPtr<X3aIspStatistics>137 SmartPtr<X3aIspStatistics> new_stats = in get_stats_buffer()138 _stats_pool->get_buffer (_stats_pool).dynamic_cast_ptr<X3aIspStatistics> (); in get_stats_buffer()323 SmartPtr<X3aIspStatistics> isp_stats = aiq_context->get_stats_buffer (); in xcam_set_3a_stats()