Searched defs:isp_hist (Results 1 - 1 of 1) sorted by relevance

/external/libxcam/modules/isp/
H A Dx3a_statistics_queue.cpp96 const struct atomisp_3a_rgby_output *isp_hist = _isp_data->rgby_data; 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;
102 hist_y[i] = isp_hist[i].y;

Completed in 126 milliseconds