Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp28 cumulative_frame_count(0) { in Ringbuffer()
63 update_cumulative(now, cumulative_frame_count, cumulative_bins); in insert()
84 histogram::Ringbuffer::Sample sample { cumulative_frame_count, cumulative_bins }; in collect_cumulative()
Dringbuffer.h81 uint64_t cumulative_frame_count; variable
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp29 : rb_max_size(ringbuffer_size), timekeeper(std::move(tk)), cumulative_frame_count(0) { in Ringbuffer()
72 update_cumulative(now, cumulative_frame_count, cumulative_bins); in insert()
95 histogram::Ringbuffer::Sample sample{cumulative_frame_count, cumulative_bins}; in collect_cumulative()
Dringbuffer.h82 uint64_t cumulative_frame_count; variable