Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h69 int SetCpuSpeed(int width, int height);
Dvp8_impl.cc531 cpu_speed_[0] = SetCpuSpeed(inst->width, inst->height); in InitEncode()
534 SetCpuSpeed(inst->simulcastStream[number_of_streams - 1 - i].width, in InitEncode()
609 int VP8EncoderImpl::SetCpuSpeed(int width, int height) { in SetCpuSpeed() function in webrtc::VP8EncoderImpl
909 SetCpuSpeed(codec_.width, codec_.height)); in UpdateCodecFrameSize()