OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_frame_capture_time_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/
frame_generator_capturer.h
50
int64_t first_frame_capture_time() const { return
first_frame_capture_time_
; }
72
int64_t
first_frame_capture_time_
;
member in class:webrtc::test::FrameGeneratorCapturer
frame_generator_capturer.cc
71
first_frame_capture_time_
(-1) {
107
if (
first_frame_capture_time_
== -1) {
108
first_frame_capture_time_
= frame->ntp_time_ms();
Completed in 51 milliseconds