Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp33 _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()
Dcl_3a_stats_context.h70 SmartPtr<X3aStatsPool> _stats_pool; variable
/external/libxcam/modules/isp/
Dhybrid_analyzer.cpp82 _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()
Dhybrid_analyzer.h67 SmartPtr<X3aStatisticsQueue> _stats_pool; variable
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp46 return (_stats_pool.ptr () ? true : false); in is_stats_pool_ready()
65 SmartPtr<X3aStatisticsQueue> _stats_pool; member in XCam3AAiqContext
115 _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()