Skip to content
  • Nicolas Dufresne's avatar
    v4l2slh264dec: Wait on previous pending request in slice mode · a2eb1b57
    Nicolas Dufresne authored
    In slice mode, we'll do one request per slice. In order to recycle
    bitstream buffer, and not run-out, wait for the last pending
    request to complete and mark it done.
    
    We only wait after having queued the current slice in order to reduce
    that potential driver starvation and maintain performance (using dual
    buffering).
    
    Part-of: <!1395>
    a2eb1b57