Home
last modified time | relevance | path

Searched refs:collect_first (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp113 auto collect_first = std::min(static_cast<size_t>(max_frames), ringbuffer.size()); in collect_max() local
114 if (collect_first == 0) in collect_max()
118 for (auto it = ringbuffer.begin(); it != ringbuffer.begin() + collect_first; it++) { in collect_max()
129 return { collect_first, bins }; in collect_max()
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp123 auto collect_first = std::min(static_cast<size_t>(max_frames), ringbuffer.size()); in collect_max() local
124 if (collect_first == 0) in collect_max()
129 it != ringbuffer.begin() + collect_first; it++) { in collect_max()
140 return {collect_first, bins}; in collect_max()