Home
last modified time | relevance | path

Searched refs:frame_timestamps_ (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.h96 uint32_t GetNumFrames() const { return frame_timestamps_.size(); } in GetNumFrames()
99 return frame_timestamps_; in GetFrameTimestamps()
130 std::vector<int64_t> frame_timestamps_; variable
Dmedia_v4l2_device.cc170 frame_timestamps_.clear(); in InitDevice()
370 frame_timestamps_.push_back(ts); in ReadOneFrame()
392 frame_timestamps_.push_back(ts); in ReadOneFrame()