• Alexandre Courbot's avatar
    media/gpu/v4l2ip: remove faulty DCHECK() · 12be1b71
    Alexandre Courbot authored
    This DCHECK is faulty is several accounts:
    
    * It makes the program fault depending on the value of an argument,
    * The values it checks are actually valid to the ioctl,
    
    Finally, it has not been tested in debug mode since direct callers
    of the method in the same file use the values that trigger it as
    parameter.
    
    BUG=1033799
    TEST=vdatest passes on Hana.
    
    Change-Id: Ic23f4baf94c89dceb9aeb4881a4b4942e1bebf9b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130460
    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@{#755240}
    12be1b71
v4l2_image_processor_backend.cc 33.1 KB