webrtc/modules/video_coding/codecs/test
Sergey Silkin 3be2a55e7f Reland "Updated analysis in videoprocessor."
This is a reland of 1880c7162b
Original change's description:
> Updated analysis in videoprocessor.
>
> - Run analysis after all frames are processed. Before part of it was
> done at bitrate change points;
> - Analysis is done for whole stream as well as for each rate update
> interval;
> - Changed units from number of frames to time units for some metrics
> and thresholds. E.g. 'num frames to hit tagret bitrate' is changed to
> 'time to reach target bitrate, sec';
> - Changed data type of FrameStatistic::max_nalu_length (renamed to
> max_nalu_size_bytes) from rtc::Optional to size_t. There it no need to
> use such advanced data type in such low level data structure.
>
> Bug: webrtc:8524
> Change-Id: Ic9f6eab5b15ee12a80324b1f9c101de1bf3c702f
> Reviewed-on: https://webrtc-review.googlesource.com/31901
> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
> Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> Reviewed-by: Åsa Persson <asapersson@webrtc.org>
> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#21653}

TBR=brandtr@webrtc.org, stefan@webrtc.org

Bug: webrtc:8524
Change-Id: Ie0ad7790689422ffa61da294967fc492a13b75ae
Reviewed-on: https://webrtc-review.googlesource.com/40202
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21668}
2018-01-18 08:37:27 +00:00
..
mock Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
android_test_initializer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
android_test_initializer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
objc_codec_h264_test.h Update videoprocessor tool to use new video factory interface 2017-12-04 13:44:59 +00:00
objc_codec_h264_test.mm Update videoprocessor tool to use new video factory interface 2017-12-04 13:44:59 +00:00
packet_manipulator.cc Remove unused method PacketLossModeToStr. 2017-10-27 08:51:27 +00:00
packet_manipulator.h Remove unused method PacketLossModeToStr. 2017-10-27 08:51:27 +00:00
packet_manipulator_unittest.cc Delete unused PredictivePacketManipulator. 2017-10-26 07:17:24 +00:00
plot_webrtc_test_logs.py Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
stats.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
stats.h Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
stats_unittest.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
test_config.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
test_config.h Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
test_config_unittest.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
video_codec_test.cc Reland "Add stereo codec header and pass it through RTP" 2017-11-30 01:44:19 +00:00
video_codec_test.h Reland "Add stereo codec header and pass it through RTP" 2017-11-30 01:44:19 +00:00
videoprocessor.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor.h Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest.h Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest_libvpx.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest_mediacodec.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest_openh264.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest_parameterized.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_integrationtest_videotoolbox.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
videoprocessor_unittest.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00