Searched refs:update_cumulative (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/display/libhistogram/ |
D | ringbuffer.cpp | 39 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()
|
D | ringbuffer.h | 69 …void update_cumulative(nsecs_t now, uint64_t& count, std::array<uint64_t, HIST_V_SIZE>& bins) cons…
|
/hardware/qcom/sm7250/display/libhistogram/ |
D | ringbuffer.cpp | 41 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()
|
D | ringbuffer.h | 69 void update_cumulative(nsecs_t now, uint64_t &count,
|