Searched refs:UpdateScreenCastStreamResolution (Results 1 – 3 of 3) sorted by relevance
82 void UpdateScreenCastStreamResolution(uint32_t width, uint32_t height);511 void SharedScreenCastStreamPrivate::UpdateScreenCastStreamResolution( in UpdateScreenCastStreamResolution() function in webrtc::SharedScreenCastStreamPrivate923 void SharedScreenCastStream::UpdateScreenCastStreamResolution(uint32_t width, in UpdateScreenCastStreamResolution() function in webrtc::SharedScreenCastStream925 private_->UpdateScreenCastStreamResolution(width, height); in UpdateScreenCastStreamResolution()
52 void UpdateScreenCastStreamResolution(uint32_t width, uint32_t height);
114 options_.screencast_stream()->UpdateScreenCastStreamResolution(width, in UpdateResolution()