New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 924310 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocked on:
issue 924295

Blocking:
issue 868400



Sign in to add a comment

Refactor VAAPI-JDA to extract VideoFrame-independent code into a common base class

Project Member Reported by andrescj@chromium.org, Today (7 hours ago)

Issue description

Currently, the logic to decode JPEGs using the VAAPI is mixed with a lot of VideoFrame-dependent code.

In order to implement gpu::ImageDecodeAcceleratorWorker to do general JPEG decoding, it would be better to extract VideoFrame-independent code into a common base class that can be used by both VaapiJpegDecodeAccelerator and the eventual implementation of gpu::ImageDecodeAcceleratorWorker (which doesn't need VideoFrames).
 

Sign in to add a comment