Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc220 const int* temporal_layer_profile, in DefaultSettings() argument
247 temporal_layer_profile[0]); in DefaultSettings()
251 temporal_layer_profile[1]); in DefaultSettings()
255 temporal_layer_profile[2]); in DefaultSettings()
284 void SimulcastTestFixtureImpl::SetUpCodec(const int* temporal_layer_profile) { in SetUpCodec() argument
287 DefaultSettings(&settings_, temporal_layer_profile, codec_type_); in SetUpCodec()
597 const int* temporal_layer_profile = nullptr; in SwitchingToOneStream() local
602 temporal_layer_profile = kDefaultTemporalLayerProfile; in SwitchingToOneStream()
604 temporal_layer_profile = kNoTemporalLayerProfile; in SwitchingToOneStream()
655 DefaultSettings(&settings_, temporal_layer_profile, codec_type_); in SwitchingToOneStream()
[all …]
Dsimulcast_test_fixture_impl.h55 const int* temporal_layer_profile,
63 void SetUpCodec(const int* temporal_layer_profile);