mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
At crrev.com/c/2416067 we split the fields that are related to output resource from Context struct out to OutputResources struct. Also, we move the methods that only interact with these fields to the OutputResources's implementation. However, these methods are designed from the aspect of Context struct, not OutputResources. In this CL, we re-design the method of OutputResources to make the interaction between Context and OutputResources more clear. BUG=b:168557465 TEST=pass android.media.cts.AdaptivePlaybackTest#testVP8_adaptiveDrc Change-Id: Ib9a3fad8e0d71159c07ce5345b067a2c9924a119 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2417791 Tested-by: Chih-Yu Huang <akahuang@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |