Lines Matching full:restrictions
94 ExpectEqual(expected.restrictions, actual.restrictions); in ExpectEqual()
336 rid_description.restrictions["max-width"] = "1280"; in TEST_F()
337 rid_description.restrictions["max-height"] = "720"; in TEST_F()
346 rid_description.restrictions["max-mbps"] = "108000"; in TEST_F()
347 rid_description.restrictions["max-br"] = "64000"; in TEST_F()
357 rid_description.restrictions["max-width"] = "1280"; in TEST_F()
358 rid_description.restrictions["max-height"] = "720"; in TEST_F()
359 rid_description.restrictions["max-myval"] = ""; in TEST_F()
393 rid_description.restrictions["max-height"] = "720"; in TEST_F()
397 // Test simulcast deserialization with multiple restrictions.
400 rid_description.restrictions["max-height"] = "720"; in TEST_F()
401 rid_description.restrictions["max-width"] = "1920"; in TEST_F()
402 rid_description.restrictions["max-fr"] = "60"; in TEST_F()
403 rid_description.restrictions["max-bps"] = "14000"; in TEST_F()
412 rid_description.restrictions["foo"] = "bar"; in TEST_F()
413 rid_description.restrictions["max-height"] = "720"; in TEST_F()
417 // Test simulcast deserialization with multiple formats and restrictions.
421 rid_description.restrictions["max-height"] = "720"; in TEST_F()
422 rid_description.restrictions["max-width"] = "1920"; in TEST_F()
431 rid_description.restrictions["max-height"]; in TEST_F()
432 rid_description.restrictions["max-width"] = "1920"; in TEST_F()
444 rid_description.restrictions["recv"]; // No value. in TEST_F()