Home
last modified time | relevance | path

Searched refs:XCamHistogram (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/xcore/base/
Dxcam_3a_stats.h45 } XCamHistogram; typedef
65 XCamHistogram *hist_rgb;
/external/libxcam/xcore/
Dx3a_stats_pool.cpp107 sizeof (XCamHistogram) * _stats_info.histogram_bins + in allocate_data()
112 stats->hist_rgb = (XCamHistogram *) (stats->stats + in allocate_data()
/external/libxcam/modules/isp/
Dx3a_statistics_queue.cpp94 XCamHistogram *hist_rgb = standard_stats->hist_rgb; in fill_standard_stats()
235 sizeof (XCamHistogram) * stats_info.histogram_bins + in allocate_data()
240 stats->hist_rgb = (XCamHistogram *) (stats->stats + in allocate_data()
/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp267 XCamHistogram *hist_rgb = stats->hist_rgb; in fill_histogram()
270 memset (hist_rgb, 0, sizeof(XCamHistogram) * stats_info.histogram_bins); in fill_histogram()