Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.cc55 bool ValidSimulcastResolutions(const webrtc::VideoCodec& codec, in ValidSimulcastResolutions() function
184 if (doing_simulcast && !ValidSimulcastResolutions(*inst, number_of_streams)) { in InitEncode()
Dvp8_impl.cc120 bool ValidSimulcastResolutions(const VideoCodec& codec, int num_streams) { in ValidSimulcastResolutions() function
376 if (doing_simulcast && !ValidSimulcastResolutions(*inst, number_of_streams)) { in InitEncode()