Home
last modified time | relevance | path

Searched refs:capture_time (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_capture_input.cc127 int64_t capture_time = -1; in EncoderProcess() local
142 capture_time = deliver_frame.render_time_ms(); in EncoderProcess()
158 if (capture_time != -1) { in EncoderProcess()
159 overuse_detector_->FrameSent(capture_time); in EncoderProcess()
Doveruse_frame_detector.cc126 void Start(int64_t capture_time, int64_t now) { in Start() argument
132 if (frame_times_.find(capture_time) != frame_times_.end()) { in Start()
137 frame_times_[capture_time] = now; in Start()
142 int End(int64_t capture_time, int64_t now) { in End() argument
143 std::map<int64_t, int64_t>::iterator it = frame_times_.find(capture_time); in End()
/external/mesa3d/include/GL/
Dglext.h12142 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);
12155 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);