HomeSort by relevance Sort by last modified time
    Searched refs:last_frame_timestamp_ns_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/devices/
filevideocapturer.h 152 int64_t last_frame_timestamp_ns_; // Timestamp of last read frame. member in class:cricket::FileVideoCapturer
filevideocapturer.cc 168 last_frame_timestamp_ns_(0),
373 : captured_frame_.time_stamp - last_frame_timestamp_ns_;
381 last_frame_timestamp_ns_ = captured_frame_.time_stamp;

Completed in 170 milliseconds