#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"
|
| 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) |
|
◆ DEFINE_int32() [1/3]
◆ DEFINE_int32() [2/3]
◆ DEFINE_int32() [3/3]
DEFINE_int32 |
( |
rtt |
, |
|
|
0 |
, |
|
|
"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() [3/3]
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |