• Hirokazu Honda's avatar
    VideoFrameLayout: Add offsets and aggregate strides and offsets as Plane · 76f22124
    Hirokazu Honda authored
    VideoFrameLayout should have information about offset per plane, not only
    stride. The number of stride should be the same as the number of offsets. To
    guarantee this, they are stored in the vector of struct, Plane.
    
    BUG=chromium:876986, chromium:856562
    TEST=VDA unittest and media_unittest
    
    Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
    Change-Id: Ie9d9afa5db7dabaee2f48fbcd355c13d29be8035
    Reviewed-on: https://chromium-review.googlesource.com/1188730
    Commit-Queue: Hirokazu Honda <hiroh@chromium.org>
    Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#590242}
    76f22124
video_frame_layout.cc 2.81 KB