Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc133 *settings = vpx_settings_.vp8; in GetVp8Settings()
143 *settings = vpx_settings_.vp9; in GetVp9Settings()
184 vpx_settings_.vp8 = *reinterpret_cast<const webrtc::VideoCodecVP8*>( in ReconfigureVideoEncoder()
187 vpx_settings_.vp9 = *reinterpret_cast<const webrtc::VideoCodecVP9*>( in ReconfigureVideoEncoder()
Dfakewebrtccall.h160 } vpx_settings_; variable