Added possibility to run quality modes test. Added possibility to input arguments to the test. The test will (for each frame) log the values in contentMetrics to a txt-file. The txt-file can optionally be saved in a specific place. Fixed an issue where video_coding_test crashed if there weren't any parameter submitted to an input argument.
BUG= Review URL: https://webrtc-codereview.appspot.com/772005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3068 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -41,7 +41,8 @@ class CmdArgs
|
||||
"/resources/foreman_cif.yuv"),
|
||||
outputFile(webrtc::test::OutputPath() +
|
||||
"video_coding_test_output_352x288.yuv"),
|
||||
testNum(11) {}
|
||||
fv_outputfile(webrtc::test::OutputPath() + "features.txt"),
|
||||
testNum(0) {}
|
||||
std::string codecName;
|
||||
webrtc::VideoCodecType codecType;
|
||||
int width;
|
||||
@ -54,6 +55,7 @@ class CmdArgs
|
||||
int camaEnable;
|
||||
std::string inputFile;
|
||||
std::string outputFile;
|
||||
std::string fv_outputfile;
|
||||
int testNum;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user