OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stand_alone_file
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
408
FILE*
stand_alone_file
= fopen(filename.str().c_str(), "wb");
local
409
if (PrintVideoFrame(processed,
stand_alone_file
) < 0)
411
if (
stand_alone_file
)
412
fclose(
stand_alone_file
);
Completed in 142 milliseconds