Searched refs:cumulative_frame_count (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/sdm845/display/libhistogram/ |
H A D | ringbuffer.cpp | 28 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()
|
H A D | ringbuffer.h | 81 uint64_t cumulative_frame_count; variable
|
/aosp12/hardware/qcom/sm8150/display/libhistogram/ |
H A D | ringbuffer.cpp | 28 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()
|
H A D | ringbuffer.h | 81 uint64_t cumulative_frame_count; variable
|
/aosp12/hardware/qcom/sm7250/display/libhistogram/ |
H A D | ringbuffer.cpp | 29 : 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()
|
H A D | ringbuffer.h | 82 uint64_t cumulative_frame_count; variable
|