Searched refs:capture_time (Results 1 – 3 of 3) sorted by relevance
127 int64_t capture_time = -1; in EncoderProcess() local142 capture_time = deliver_frame.render_time_ms(); in EncoderProcess()158 if (capture_time != -1) { in EncoderProcess()159 overuse_detector_->FrameSent(capture_time); in EncoderProcess()
126 void Start(int64_t capture_time, int64_t now) { in Start() argument132 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() argument143 std::map<int64_t, int64_t>::iterator it = frame_times_.find(capture_time); in End()
12142 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);12155 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);