Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.cpp39 void histogram::Ringbuffer::update_cumulative(nsecs_t now, in update_cumulative() function in histogram::Ringbuffer
63 update_cumulative(now, cumulative_frame_count, cumulative_bins); in insert()
85 update_cumulative(timekeeper->current_time(), std::get<0>(sample), std::get<1>(sample)); in collect_cumulative()
Dringbuffer.h69 …void update_cumulative(nsecs_t now, uint64_t& count, std::array<uint64_t, HIST_V_SIZE>& bins) cons…