Home
last modified time | relevance | path

Searched refs:X3aIspStatistics (Results 1 – 11 of 11) sorted by relevance

/external/libxcam/modules/isp/
Dx3a_statistics_queue.h59 class X3aIspStatistics
64 explicit X3aIspStatistics (const SmartPtr<X3aIspStatsData> &stats_data);
67 virtual ~X3aIspStatistics ();
73 XCAM_DEAD_COPY (X3aIspStatistics);
Dx3a_statistics_queue.cpp109 X3aIspStatistics::X3aIspStatistics (const SmartPtr<X3aIspStatsData> &stats_data) in X3aIspStatistics() function in XCam::X3aIspStatistics
114 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()
Dhybrid_analyzer.cpp112 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()
Disp_controller.h29 class X3aIspStatistics; variable
41 XCamReturn get_3a_statistics (SmartPtr<X3aIspStatistics> &stats);
Dhybrid_analyzer.h31 class X3aIspStatistics; variable
62 SmartPtr<X3aIspStatistics> convert_to_isp_stats (SmartPtr<X3aStats>& stats);
Disp_poll_thread.cpp95 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()
Dx3a_analyzer_aiq.cpp243 SmartPtr<X3aIspStatistics> isp_stats = stats.dynamic_cast_ptr<X3aIspStatistics> (); in pre_3a_analyze()
Disp_controller.cpp82 IspController::get_3a_statistics (SmartPtr<X3aIspStatistics> &stats) in get_3a_statistics()
Daiq_handler.h269 bool set_3a_stats (SmartPtr<X3aIspStatistics> &stats);
Daiq_handler.cpp1299 AiqCompositor::set_3a_stats (SmartPtr<X3aIspStatistics> &stats) in set_3a_stats()
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp52 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()