webrtc/modules/video_coding/codecs/test
Ilya Nikolaevskiy 03d909634b Ensure that the first active layer isn't disabled by too low input resolution
If e.g. CPU adaptation reduces input video size too much, video pipeline would
reduce the number of used simulcast streams/spatial layers. This may result in
disabled video if some streams are disabled by Rtp encoding parameters API.

Bug: webrtc:11319
Change-Id: Id7f157255599dcb6f494129b83477cda4bea982a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168480
Reviewed-by: Evan Shrubsole <eshr@google.com>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30498}
2020-02-11 14:57:51 +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 Format almost everything. 2019-07-08 13:45:15 +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 Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
video_codec_unittest.h Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
video_encoder_decoder_instantiation_tests.cc Reland "Inform VideoEncoder of negotiated capabilities" 2019-06-11 14:49:37 +00:00
videocodec_test_fixture_config_unittest.cc Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
videocodec_test_fixture_impl.cc Ensure that the first active layer isn't disabled by too low input resolution 2020-02-11 14:57:51 +00:00
videocodec_test_fixture_impl.h Handle non-integer frame rates in video codec tests. 2019-07-12 07:37:43 +00:00
videocodec_test_libvpx.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
videocodec_test_mediacodec.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
videocodec_test_openh264.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
videocodec_test_stats_impl.cc Switch to RTC_LOG(LS_INFO) for non-perf VideoCodecTest text output. 2019-04-15 12:08:15 +00:00
videocodec_test_stats_impl.h Switch to RTC_LOG(LS_INFO) for non-perf VideoCodecTest text output. 2019-04-15 12:08:15 +00:00
videocodec_test_stats_impl_unittest.cc Change VideoCodecTestStats API. 2019-03-27 09:50:54 +00:00
videocodec_test_videotoolbox.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
videoprocessor.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
videoprocessor.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
videoprocessor_unittest.cc Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 09:17:36 +00:00