History log of /external/libxcam/xcore/x3a_stats_pool.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43584311d9b810fee03473ea91f4b78741dcc087 11-Dec-2015 Wind Yuan <feng.yuan@intel.com> 3a-stats: add 12-bits support

* 3a-stats can support 12bit and 8bit
* 12bit can works better for wdr mode

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/x3a_stats_pool.cpp
dbf1abb58bec93dab372596ede7bdb355e58cdcc 31-Aug-2015 Jia Meng <jia.meng@intel.com> histogram: add histogram support

* libxcam statistics contains r/g/b/y histograms now
* cl path calculates histogram based on 3a grid statistics
* isp path converts isp histogram to libxcam standard format

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/x3a_stats_pool.cpp
6c9241d17dacf18147794f6eef03a61c7407c043 12-Jun-2015 Jia Meng <jia.meng@intel.com> fix Klocwork issues
/external/libxcam/xcore/x3a_stats_pool.cpp
2f9c6c5fdfd5c87046295b37cd3bd99b6d4e7b09 30-Apr-2015 Wind Yuan <feng.yuan@intel.com> fix xcam_mem_clear bug which can't clear array mem

* xcam_mem_clear usage change to:
int a;
int b[10];
xcam_mem_clear (a);
xcam_mem_clear (b);
* only works for stack variables not heap objects
/external/libxcam/xcore/x3a_stats_pool.cpp
f17e93a9c75b70d371c760ea5ee268e7977bc7ee 14-Apr-2015 Wind Yuan <feng.yuan@intel.com> cl: add calculator for 3a statistics

* need calculate 3a stats before whitebalance
* 3a stats buffer read out from cl buffer and copy to
x3astats pool
/external/libxcam/xcore/x3a_stats_pool.cpp