• Alexandre Courbot's avatar
    media/gpu/v4l2svd: use legacy H.264 decoder · 447e1f68
    Alexandre Courbot authored
    The "new" H.264 decoder is designed to be used with a kernel that
    supports request API and the upstream H.264 definitions. However the
    V4L2SVD still does not support requests and only works on older kernels,
    so make sure to select the legacy decoder for now.
    
    Bug: 987856
    Test: video_decode_accelerator_tests with --use_vd on Kevin.
    Change-Id: Iccad414633395574b9a74f8e77c96f9ccdf3a223
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761947
    Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
    Commit-Queue: Hirokazu Honda <hiroh@chromium.org>
    Auto-Submit: Alexandre Courbot <acourbot@chromium.org>
    Reviewed-by: default avatarHirokazu Honda <hiroh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#688438}
    447e1f68
v4l2_slice_video_decoder.cc 38.9 KB