mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 16:47:50 +01:00
![]() Each simulcast stream requires dedicated decoder for decoding. SVC can be decoded by single decoder. But in prod each receiver has its decoder. We want to replicate this and also use one decoder per spatial layer. Also we create one frame writer per simulcast/spatial layer to dump encoded/decoded frames of different layers to separate files. Note that videoprocessor is still initialized with single decoder/writer. It will be updated in next CL and start using separate decoder/writer per layer. Bug: webrtc:8524 Change-Id: I3bb3de77f97d51138b8b7675dd01bc281a078b2f Reviewed-on: https://webrtc-review.googlesource.com/43280 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21744} |
||
---|---|---|
.. | ||
android_test_initializer.cc | ||
android_test_initializer.h | ||
objc_codec_h264_test.h | ||
objc_codec_h264_test.mm | ||
plot_webrtc_test_logs.py | ||
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 |