Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer_test.cpp339 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()
346 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()
353 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()
362 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()
372 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()
Dringbuffer.h55 Sample collect_cumulative() const;
Dringbuffer.cpp82 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_cumulative() const { in collect_cumulative() function in histogram::Ringbuffer
Dhistogram_collector.cpp308 std::tie(num_frames, all_sample_buckets) = histogram->collect_cumulative(); in Dump()
348 std::tie(num_frames, samples) = histogram->collect_cumulative(); in collect()