components/arc: GAVEA maps video frame with stride and offset provided by Android
GAVEA formerly computes the mapped size of video frame and addresses of planes from format and coded size. We recently changed code in Android to use minigbm stack to allocate video frame buffer. It is infeasible to compute them only from format and coded size. We have to use offset and stride that is provided by Android. Bug: b:118544836 Test: CtsVideoTestCases and CtsMediaTestCases Change-Id: Ic2dca4c3fcbc9116ef6890c3802c1ac8afb97a33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676941 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#682576}
Showing
Please register or sign in to comment