Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/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…
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp41 void histogram::Ringbuffer::update_cumulative(nsecs_t now, uint64_t &count, in update_cumulative() function in histogram::Ringbuffer
72 update_cumulative(now, cumulative_frame_count, cumulative_bins); in insert()
96 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,