OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timing_file_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/test/
test_util.cc
73
timing_file_
(NULL),
92
if (
timing_file_
!= NULL) {
93
fclose(
timing_file_
);
102
if (
timing_file_
== NULL) {
106
timing_file_
= fopen((basename + "_renderTiming.txt").c_str(), "w");
107
if (
timing_file_
== NULL) {
127
fprintf(
timing_file_
, "%u, %u\n", video_frame.timestamp(),
test_util.h
65
FILE*
timing_file_
;
member in class:FileOutputFrameReceiver
Completed in 496 milliseconds