Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h366 const bool* expected_layer_sync, in VerifyTemporalIdxAndSyncForAllSpatialLayers() argument
375 EXPECT_EQ(expected_layer_sync[i], layer_sync); in VerifyTemporalIdxAndSyncForAllSpatialLayers()
767 bool expected_layer_sync[3] = {false, false, false}; in TestSaptioTemporalLayers333PatternEncoder() local
772 SetExpectedValues3<bool>(true, true, true, expected_layer_sync); in TestSaptioTemporalLayers333PatternEncoder()
774 &encoder_callback, expected_temporal_idx, expected_layer_sync, 3); in TestSaptioTemporalLayers333PatternEncoder()
780 SetExpectedValues3<bool>(true, true, true, expected_layer_sync); in TestSaptioTemporalLayers333PatternEncoder()
782 &encoder_callback, expected_temporal_idx, expected_layer_sync, 3); in TestSaptioTemporalLayers333PatternEncoder()
788 SetExpectedValues3<bool>(true, true, true, expected_layer_sync); in TestSaptioTemporalLayers333PatternEncoder()
790 &encoder_callback, expected_temporal_idx, expected_layer_sync, 3); in TestSaptioTemporalLayers333PatternEncoder()
796 SetExpectedValues3<bool>(false, false, false, expected_layer_sync); in TestSaptioTemporalLayers333PatternEncoder()
[all …]
Ddefault_temporal_layers_unittest.cc80 bool expected_layer_sync[16] = {false, true, false, false, false, false, variable
89 EXPECT_EQ(expected_layer_sync[i], vp8_info.layerSync);
121 bool expected_layer_sync[16] = {false, true, true, false, false, false, variable
130 EXPECT_EQ(expected_layer_sync[i], vp8_info.layerSync);
161 bool expected_layer_sync[16] = {false, true, true, true, true, true, variable
170 EXPECT_EQ(expected_layer_sync[i], vp8_info.layerSync);