HomeSort by relevance Sort by last modified time
    Searched refs:SetCpuSpeed (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 69 int SetCpuSpeed(int width, int height);
vp8_impl.cc 531 cpu_speed_[0] = SetCpuSpeed(inst->width, inst->height);
534 SetCpuSpeed(inst->simulcastStream[number_of_streams - 1 - i].width,
609 int VP8EncoderImpl::SetCpuSpeed(int width, int height) {
    [all...]

Completed in 156 milliseconds