Searched refs:expected_layer_sync (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | simulcast_test_fixture_impl.cc | 401 const bool* expected_layer_sync, in VerifyTemporalIdxAndSyncForAllSpatialLayers() argument 408 EXPECT_EQ(expected_layer_sync[i], layer_sync); in VerifyTemporalIdxAndSyncForAllSpatialLayers() 696 bool expected_layer_sync[3] = {false, false, false}; in TestSpatioTemporalLayers333PatternEncoder() local 701 SetExpectedValues3<bool>(!is_h264, !is_h264, !is_h264, expected_layer_sync); in TestSpatioTemporalLayers333PatternEncoder() 703 &encoder_callback, expected_temporal_idx, expected_layer_sync, 3); in TestSpatioTemporalLayers333PatternEncoder() 709 SetExpectedValues3<bool>(true, true, true, expected_layer_sync); in TestSpatioTemporalLayers333PatternEncoder() 711 &encoder_callback, expected_temporal_idx, expected_layer_sync, 3); in TestSpatioTemporalLayers333PatternEncoder() 717 SetExpectedValues3<bool>(true, true, true, expected_layer_sync); in TestSpatioTemporalLayers333PatternEncoder() 719 &encoder_callback, expected_temporal_idx, expected_layer_sync, 3); in TestSpatioTemporalLayers333PatternEncoder() 725 SetExpectedValues3<bool>(false, false, false, expected_layer_sync); in TestSpatioTemporalLayers333PatternEncoder() [all …]
|
D | simulcast_test_fixture_impl.h | 74 const bool* expected_layer_sync,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 149 const bool expected_layer_sync[kPatternSize] = {false, true, false, false}; variable 166 EXPECT_EQ(is_keyframe || expected_layer_sync[ind], 168 EXPECT_EQ(expected_layer_sync[ind], tl_config.layer_sync); 204 bool expected_layer_sync[16] = {false, true, true, false, false, false, variable 222 EXPECT_EQ(is_keyframe || expected_layer_sync[i], 224 EXPECT_EQ(expected_layer_sync[i], tl_config.layer_sync); 250 bool expected_layer_sync[8] = {false, true, true, false, in TEST_F() local 267 EXPECT_EQ(is_keyframe || expected_layer_sync[i], in TEST_F() 269 EXPECT_EQ(expected_layer_sync[i], tl_config.layer_sync); in TEST_F() 387 bool expected_layer_sync[16] = {false, true, true, false, true, false, variable [all …]
|