Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_source_restrictions.cc97 bool increased_resolution = DidIncreaseResolution(before, after); in DidRestrictionsDecrease() local
103 return (increased_resolution && increased_framerate) || in DidRestrictionsDecrease()
104 (increased_resolution && same_framerate) || in DidRestrictionsDecrease()