HomeSort by relevance Sort by last modified time
    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