| commit | a629c52fa61d6885b51bf145e265ad49bf4c3e0c | [log] [tgz] |
|---|---|---|
| author | Miguel Casas-Sanchez <mcasas@chromium.org> | Thu Jan 30 17:03:11 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 30 17:03:11 2020 |
| tree | c7e04d0ed2dd725f21096f8afdea49e3b4ed4f8e | |
| parent | ed2f42c2c18c3237c0e2807256a635a445404d8a [diff] |
Revert "media: use VEA SupportedProfile |min_resolution| for PeerConnection" This reverts commit 72037f8203ffc84e0833a0c56d49e98654e2caf9. Reason for revert: M80 Stable blocker bug 1046501 Original change's description: > media: use VEA SupportedProfile |min_resolution| for PeerConnection > > crrev.com/c/1828078 added and wired the video encode acceleration > minimum resolution; this CL uses this information from peerconnection's > rtc_video_encoder.cc and video_codec_factory.cc to avoid using a > hw accelerator for resolutions below the given one. > > TEST=https://codepen.io/miguelao/full/jONQBYb on nocturne (pixel slate), then > inspecting chrome:webrtc-internals, verifying that resolutions below 321x241 > are encoded using libvpx while larger ones are encoded using "ExternalEncoder", > i.e. the video encode accelerator in Chrome, in this case VA-API. > > Bug: 1008491 > Change-Id: Iccfe6be8811ca265d6dbc742beb3ec0901406a40 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848398 > Commit-Queue: Miguel Casas <mcasas@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#720981} TBR=mcasas@chromium.org,haraken@chromium.org,sprang@chromium.org,hbos@google.com,guidou@chromium.org,ilnik@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1008491 Change-Id: Ie7279fcc02e041f4e1a4a0ed0cef248aa24d472e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028889 Reviewed-by: Miguel Casas <mcasas@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#736904}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .