[Chromecast] Include output screen resolution in OSD rect info
Current OSD SetClipRect API is ambiguous, as it doesn't specify what coordinate space the clip rect is in. This is solved by passing the OSD screen resolution. Additionally, pass the output screen resolution through. Some implementations need this info in order to scale the OSD correctly. They could probably get the screen res in vendor-specific ways but it's more convenient to just plumb it through here. BUG=internal b/30025430 TEST=manual OSD test on different screen resolutions Review-Url: https://codereview.chromium.org/2184933003 Cr-Commit-Position: refs/heads/master@{#408187}
Showing
Please register or sign in to comment