Searched refs:histogram_bins (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/xcore/ |
D | x3a_stats_pool.cpp | 94 _stats_info.histogram_bins = (1 << _bit_depth); in fixate_video_info() 107 sizeof (XCamHistogram) * _stats_info.histogram_bins + in allocate_data() 108 sizeof (uint32_t) * _stats_info.histogram_bins + in allocate_data() 114 stats->hist_y = (uint32_t *) (stats->hist_rgb + _stats_info.histogram_bins); in allocate_data()
|
/external/libxcam/modules/ocl/ |
D | cl_3a_stats_context.cpp | 173 DUMP_HISTOGRAM (r, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram() 174 DUMP_HISTOGRAM (gr, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram() 175 DUMP_HISTOGRAM (gb, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram() 176 DUMP_HISTOGRAM (b, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram() 179 for (uint32_t i = 0; i < stats_ptr->info.histogram_bins; i++) { in debug_print_histogram() 270 memset (hist_rgb, 0, sizeof(XCamHistogram) * stats_info.histogram_bins); in fill_histogram() 271 memset (hist_y, 0, sizeof(uint32_t) * stats_info.histogram_bins); in fill_histogram()
|
D | cl_defog_dcp_handler.cpp | 226 uint32_t his_bins = stats_ptr->info.histogram_bins; in get_max_value()
|
/external/libxcam/modules/isp/ |
D | x3a_statistics_queue.cpp | 90 uint32_t hist_bins = standard_info.histogram_bins; in fill_standard_stats() 169 stats_info.histogram_bins = 256; in set_grid_info() 235 sizeof (XCamHistogram) * stats_info.histogram_bins + in allocate_data() 236 sizeof (uint32_t) * stats_info.histogram_bins + in allocate_data() 242 stats->hist_y = (uint32_t *) (stats->hist_rgb + stats_info.histogram_bins); in allocate_data()
|
/external/libxcam/xcore/base/ |
D | xcam_3a_stats.h | 35 uint32_t histogram_bins; member
|