Home
last modified time | relevance | path

Searched refs:isp_stats (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/isp/
Dhybrid_analyzer.cpp115 SmartPtr<X3aIspStatistics> isp_stats = in convert_to_isp_stats() local
120 isp_stats.ptr (), in convert_to_isp_stats()
124 struct atomisp_3a_statistics *to = isp_stats->get_isp_stats (); in convert_to_isp_stats()
127 isp_stats->set_timestamp (stats->get_timestamp ()); in convert_to_isp_stats()
128 return isp_stats; in convert_to_isp_stats()
165 SmartPtr<X3aIspStatistics> isp_stats = stats.dynamic_cast_ptr<X3aIspStatistics> (); in post_3a_analyze() local
166 if (!isp_stats.ptr ()) { in post_3a_analyze()
169 isp_stats = convert_to_isp_stats (stats); in post_3a_analyze()
171 return _analyzer_aiq->push_3a_stats (isp_stats); in post_3a_analyze()
Disp_controller.cpp84 struct atomisp_3a_statistics *isp_stats = NULL; in get_3a_statistics() local
90 isp_stats = stats->get_isp_stats (); in get_3a_statistics()
92 if ( _device->io_control (ATOMISP_IOC_G_3A_STAT, isp_stats) < 0) { in get_3a_statistics()
Dx3a_analyzer_aiq.cpp243 SmartPtr<X3aIspStatistics> isp_stats = stats.dynamic_cast_ptr<X3aIspStatistics> (); in pre_3a_analyze() local
245 XCAM_ASSERT (isp_stats.ptr ()); in pre_3a_analyze()
246 if (!_aiq_compositor->set_3a_stats (isp_stats)) { in pre_3a_analyze()
Dx3a_statistics_queue.cpp231 struct atomisp_3a_statistics *isp_stats = alloc_isp_statsictics (); in allocate_data() local
238 XCAM_ASSERT (isp_stats && stats); in allocate_data()
244 return new X3aIspStatsData (isp_stats, stats); in allocate_data()
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp323 SmartPtr<X3aIspStatistics> isp_stats = aiq_context->get_stats_buffer (); in xcam_set_3a_stats() local
324 if (!isp_stats.ptr ()) { in xcam_set_3a_stats()
329 struct atomisp_3a_statistics *raw_stats = isp_stats->get_isp_stats (); in xcam_set_3a_stats()
333 isp_stats->set_timestamp (timestamp); in xcam_set_3a_stats()
335 ret = analyzer->push_3a_stats (isp_stats); in xcam_set_3a_stats()