Home
last modified time | relevance | path

Searched refs:expected_spatial_layers (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/pc/test/
H A Dsvc_e2e_tests.cc111 int expected_spatial_layers; member
219 expected_spatial_layers,
222 if (arg.size() != static_cast<size_t>(expected_spatial_layers)) {
224 << expected_spatial_layers << " but got " << arg.size();
229 spatial_layer_index >= expected_spatial_layers) {
231 << expected_spatial_layers << "[.";
258 expected_spatial_layers,
267 if (spatial_layer_index != expected_spatial_layers - 1) {
269 << expected_spatial_layers - 1 << ".";
316 SvcTestParameters().expected_spatial_layers - 1, in TEST_P()
[all …]