webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
tester_main.cc File Reference
#include <stdlib.h>
#include <string.h>
#include "gflags/gflags.h"
#include "webrtc/modules/video_coding/include/video_coding.h"
#include "webrtc/modules/video_coding/test/receiver_tests.h"
#include "webrtc/test/testsupport/fileutils.h"

Namespaces

 webrtc
 

Functions

 DEFINE_string (codec, "VP8", "Codec to use (VP8 or I420).")
 
 DEFINE_int32 (width, 352, "Width in pixels of the frames in the input file.")
 
 DEFINE_int32 (height, 288, "Height in pixels of the frames in the input file.")
 
 DEFINE_int32 (rtt, 0, "RTT (round-trip time), in milliseconds.")
 
 DEFINE_string (input_filename, webrtc::test::ResourcePath("foreman_cif", "yuv"), "Input file.")
 
 DEFINE_string (output_filename, webrtc::test::OutputPath()+"video_coding_test_output_352x288.yuv", "Output file.")
 
int webrtc::ParseArguments (CmdArgs *args)
 
int main (int argc, char **argv)
 

Variables

int webrtc::vcmMacrosTests = 0
 
int webrtc::vcmMacrosErrors = 0
 

Function Documentation

◆ DEFINE_int32() [1/3]

DEFINE_int32 ( width  ,
352  ,
"Width in pixels of the frames in the input file."   
)

◆ DEFINE_int32() [2/3]

DEFINE_int32 ( height  ,
288  ,
"Height in pixels of the frames in the input file."   
)

◆ DEFINE_int32() [3/3]

DEFINE_int32 ( rtt  ,
,
"RTT   round-trip time,
in milliseconds."   
)

◆ DEFINE_string() [1/3]

DEFINE_string ( codec  ,
"VP8"  ,
"Codec to use (VP8 or I420)."   
)

◆ DEFINE_string() [2/3]

DEFINE_string ( input_filename  ,
webrtc::test::ResourcePath("foreman_cif", "yuv")  ,
"Input file."   
)

◆ DEFINE_string() [3/3]

DEFINE_string ( output_filename  ,
webrtc::test::OutputPath()+"video_coding_test_output_352x288.yuv"  ,
"Output file."   
)

◆ main()

int main ( int  argc,
char **  argv 
)