mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-15 06:40:43 +01:00
![]() This CL adds an EncodedFrameChecker interface which can be used by users of the VideoProcessor to inject customized per-frame checks to the encoding/decoding pipeline. This currently has two uses: - Verifying that the QP parser works correctly for VP8 and VP9, by comparing the parsed QP to that produced by libvpx. - Verifying that our H.264 encoders always produce SPS/PPS/IDR in tandem. TESTED=Galaxy S8, Pixel 2 XL, iPhone 7. BUG=webrtc:8423 Change-Id: Ic3e401546e239a9ffaf2ed2907689cebb1127805 Reviewed-on: https://webrtc-review.googlesource.com/14559 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20409} |
||
---|---|---|
.. | ||
mock | ||
android_test_initializer.cc | ||
android_test_initializer.h | ||
objc_codec_h264_test.h | ||
objc_codec_h264_test.mm | ||
packet_manipulator.cc | ||
packet_manipulator.h | ||
packet_manipulator_unittest.cc | ||
plot_webrtc_test_logs.py | ||
predictive_packet_manipulator.cc | ||
predictive_packet_manipulator.h | ||
stats.cc | ||
stats.h | ||
stats_unittest.cc | ||
test_config.cc | ||
test_config.h | ||
test_config_unittest.cc | ||
video_codec_test.cc | ||
video_codec_test.h | ||
videoprocessor.cc | ||
videoprocessor.h | ||
videoprocessor_integrationtest.cc | ||
videoprocessor_integrationtest.h | ||
videoprocessor_integrationtest_libvpx.cc | ||
videoprocessor_integrationtest_mediacodec.cc | ||
videoprocessor_integrationtest_openh264.cc | ||
videoprocessor_integrationtest_parameterized.cc | ||
videoprocessor_integrationtest_videotoolbox.cc | ||
videoprocessor_unittest.cc |