Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/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()
Dhistogram_collector.cpp114 std::tie(num_frames, samples) = histogram->collect_after(timestamp); in collect()
Dringbuffer.cpp94 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_after( in collect_after() function in histogram::Ringbuffer
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.h56 Sample collect_after(nsecs_t timestamp) const;
Dringbuffer_test.cpp240 std::tie(numFrames, bins) = rb->collect_after(toNsecs(1500us)); in TEST_F()
244 std::tie(numFrames, bins) = rb->collect_after(toNsecs(45000us)); in TEST_F()
247 std::tie(numFrames, bins) = rb->collect_after(0); in TEST_F()
262 std::tie(numFrames, bins) = rb->collect_after(toNsecs(3ms)); in TEST_F()
Dhistogram_collector.cpp110 std::tie(num_frames, samples) = histogram->collect_after(timestamp); in collect()
Dringbuffer.cpp105 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_after(nsecs_t timestamp) const { in collect_after() function in histogram::Ringbuffer