Searched refs:capture_time (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/video/ |
D | video_capture_input.cc | 127 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()
|
D | overuse_frame_detector.cc | 126 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/swiftshader/include/GL/ |
D | glext.h | 11567 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time); 11580 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);
|
/external/mesa3d/include/GL/ |
D | glext.h | 11525 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time); 11538 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);
|