Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.h57 Sample collect_after(nsecs_t timestamp) const;
Dringbuffer_test.cpp241 std::tie(numFrames, bins) = rb->collect_after(toNsecs(1500us)); in TEST_F()
245 std::tie(numFrames, bins) = rb->collect_after(toNsecs(45000us)); in TEST_F()
248 std::tie(numFrames, bins) = rb->collect_after(0); in TEST_F()
263 std::tie(numFrames, bins) = rb->collect_after(toNsecs(3ms)); in TEST_F()
Dringbuffer.cpp94 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_after( in collect_after() function in histogram::Ringbuffer
Dhistogram_collector.cpp350 std::tie(num_frames, samples) = histogram->collect_after(timestamp); in collect()