• Miguel Casas's avatar
    media/VaapiVideoDecoder: clarify threading · 134bd4b2
    Miguel Casas authored
    VaapiVideoDecoder lives in a single SequencedTaskRunner, so this CL
    removes the comments' references to 'on [the] decoder thread'. Also
    s/decoder_sequence_checker_/sequence_checker_/ since there's only one
    TaskRunner. Finally, this CL also flips the DVLOG()s and the
    DCHECK_CALLED_ON_VALID_SEQUENCE() so that a potential CHECK happens
    after the printout, not before.
    
    No new code intended.
    
    Bug: b:162962069
    Change-Id: I500acc380a0d3ac83fc5027217d6735198a2f1bc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340365
    Commit-Queue: Miguel Casas <mcasas@chromium.org>
    Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org>
    Reviewed-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
    Auto-Submit: Miguel Casas <mcasas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#796155}
    134bd4b2
vaapi_video_decoder.h 6.93 KB