HomeSort by relevance Sort by last modified time
    Searched refs:hist_rgb (Results 1 - 4 of 4) sorted by null

  /external/libxcam/modules/ocl/
cl_3a_stats_context.cpp 173 DUMP_HISTOGRAM (r, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb);
174 DUMP_HISTOGRAM (gr, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb);
175 DUMP_HISTOGRAM (gb, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb);
176 DUMP_HISTOGRAM (b, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb);
267 XCamHistogram *hist_rgb = stats->hist_rgb; local
270 memset (hist_rgb, 0, sizeof(XCamHistogram) * stats_info.histogram_bins);
275 hist_rgb[grid_stat->avg_r].r++;
276 hist_rgb[grid_stat->avg_gr].gr++;
277 hist_rgb[grid_stat->avg_gb].gb++
    [all...]
  /external/libxcam/xcore/base/
xcam_3a_stats.h 65 XCamHistogram *hist_rgb; member in struct:_XCam3AStats
  /external/libxcam/modules/isp/
x3a_statistics_queue.cpp 94 XCamHistogram *hist_rgb = standard_stats->hist_rgb; local
98 hist_rgb[i].r = isp_hist[i].r;
99 hist_rgb[i].gr = isp_hist[i].g;
100 hist_rgb[i].gb = isp_hist[i].g;
101 hist_rgb[i].b = isp_hist[i].b;
240 stats->hist_rgb = (XCamHistogram *) (stats->stats +
242 stats->hist_y = (uint32_t *) (stats->hist_rgb + stats_info.histogram_bins);
  /external/libxcam/xcore/
x3a_stats_pool.cpp 112 stats->hist_rgb = (XCamHistogram *) (stats->stats +
114 stats->hist_y = (uint32_t *) (stats->hist_rgb + _stats_info.histogram_bins);

Completed in 96 milliseconds