Searched refs:temporal_layer_profile (Results 1 – 1 of 1) sorted by relevance
251 const int* temporal_layer_profile) { in DefaultSettings() argument268 &settings->simulcastStream[0], temporal_layer_profile[0]); in DefaultSettings()271 &settings->simulcastStream[1], temporal_layer_profile[1]); in DefaultSettings()274 &settings->simulcastStream[2], temporal_layer_profile[2]); in DefaultSettings()304 virtual void SetUpCodec(const int* temporal_layer_profile) { in SetUpCodec() argument307 DefaultSettings(&settings_, temporal_layer_profile); in SetUpCodec()829 int temporal_layer_profile[3] = {3, 2, 1}; in TestSpatioTemporalLayers321PatternEncoder() local830 SetUpCodec(temporal_layer_profile); in TestSpatioTemporalLayers321PatternEncoder()