webrtc/modules/video_coding/codecs/test
Rasmus Brandt 7d72d0fb39 Change VideoCodecTestStats API.
- Add GetFrameStatistics API:
  This is useful for downstream test users that want to read frame-level stats.
- Remove other APIs that are not used by downstream tests:
    * AddFrame
    * GetFrame
    * GetFrameWithTimestamp
    * SliceAndCalcAggregatedVideoStatistic
    * PrintFrameStatistics
    * Size
    * Clear
  The implementations, which are used by the fixture implementation, are kept.

Bug: webrtc:10349
Change-Id: Id2f6fa5a36b8341a5ccb365725f71ebe0c0f1570
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128779
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27306}
2019-03-27 09:50:54 +00:00
..
batch Codec instantiation tests for testing device capabilities in batch. 2018-03-05 10:01:02 +00:00
android_codec_factory_helper.cc Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
android_codec_factory_helper.h Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
objc_codec_factory_helper.h Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
objc_codec_factory_helper.mm Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
plot_webrtc_test_logs.py Rename VideoProcessorIntegrationTest -> VideoCodecTest. 2018-05-15 11:28:21 +00:00
video_codec_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
video_codec_unittest.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_encoder_decoder_instantiation_tests.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
videocodec_test_fixture_config_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
videocodec_test_fixture_impl.cc Save encoded ivf files separately for different TLs. 2019-03-22 13:15:54 +00:00
videocodec_test_fixture_impl.h Save encoded ivf files separately for different TLs. 2019-03-22 13:15:54 +00:00
videocodec_test_libvpx.cc Make ChangeBitrateVP9 unittest a bit more lenient. 2019-03-08 09:31:44 +00:00
videocodec_test_mediacodec.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
videocodec_test_openh264.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
videocodec_test_stats_impl.cc Change VideoCodecTestStats API. 2019-03-27 09:50:54 +00:00
videocodec_test_stats_impl.h Change VideoCodecTestStats API. 2019-03-27 09:50:54 +00:00
videocodec_test_stats_impl_unittest.cc Change VideoCodecTestStats API. 2019-03-27 09:50:54 +00:00
videocodec_test_videotoolbox.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
videoprocessor.cc Change VideoCodecTestStats API. 2019-03-27 09:50:54 +00:00
videoprocessor.h Change VideoCodecTestStats API. 2019-03-27 09:50:54 +00:00
videoprocessor_unittest.cc Save encoded ivf files separately for different TLs. 2019-03-22 13:15:54 +00:00