Searched refs:isp_stats (Results 1 – 5 of 5) sorted by relevance
115 SmartPtr<X3aIspStatistics> isp_stats = in convert_to_isp_stats() local120 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() local166 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()
84 struct atomisp_3a_statistics *isp_stats = NULL; in get_3a_statistics() local90 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()
243 SmartPtr<X3aIspStatistics> isp_stats = stats.dynamic_cast_ptr<X3aIspStatistics> (); in pre_3a_analyze() local245 XCAM_ASSERT (isp_stats.ptr ()); in pre_3a_analyze()246 if (!_aiq_compositor->set_3a_stats (isp_stats)) { in pre_3a_analyze()
231 struct atomisp_3a_statistics *isp_stats = alloc_isp_statsictics (); in allocate_data() local238 XCAM_ASSERT (isp_stats && stats); in allocate_data()244 return new X3aIspStatsData (isp_stats, stats); in allocate_data()
323 SmartPtr<X3aIspStatistics> isp_stats = aiq_context->get_stats_buffer (); in xcam_set_3a_stats() local324 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()