Add support for scalability modes S2T2, S3T1, S3T2.
Bug: webrtc:13960 Change-Id: Icafd3a5a3f8889777d65da5313b24e56a57af4d9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273301 Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37943}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
11093b2ca3
commit
6d0516412e
@ -374,7 +374,10 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
SvcTestParam{"L3T1_KEY", /*num_temporal_units=*/3},
|
||||
SvcTestParam{"L3T3", /*num_temporal_units=*/8},
|
||||
SvcTestParam{"S2T1", /*num_temporal_units=*/3},
|
||||
SvcTestParam{"S2T2", /*num_temporal_units=*/4},
|
||||
SvcTestParam{"S2T3", /*num_temporal_units=*/8},
|
||||
SvcTestParam{"S3T1", /*num_temporal_units=*/3},
|
||||
SvcTestParam{"S3T2", /*num_temporal_units=*/4},
|
||||
SvcTestParam{"S3T3", /*num_temporal_units=*/8},
|
||||
SvcTestParam{"L2T2", /*num_temporal_units=*/4},
|
||||
SvcTestParam{"L2T2_KEY", /*num_temporal_units=*/4},
|
||||
|
||||
Reference in New Issue
Block a user