42 using Histogram = std::array<uint32_t, kYHistogramSize>;
Top-level libcamera namespace.
Definition backtrace.h:17
Struct that holds the statistics for the Software ISP.
Definition swisp_stats.h:22
std::array< uint32_t, kYHistogramSize > Histogram
Type of the histogram.
Definition swisp_stats.h:42
uint64_t sumR_
Holds the sum of all sampled red pixels.
Definition swisp_stats.h:26
Histogram yHistogram
A histogram of luminance values.
Definition swisp_stats.h:46
uint64_t sumB_
Holds the sum of all sampled blue pixels.
Definition swisp_stats.h:34
static constexpr unsigned int kYHistogramSize
Number of bins in the yHistogram.
Definition swisp_stats.h:38
uint64_t sumG_
Holds the sum of all sampled green pixels.
Definition swisp_stats.h:30