commit | 72ae41cdc49fff369a496738eea171c92cd37ac3 | [log] [tgz] |
---|---|---|
author | David Staessens <dstaessens@google.com> | Thu Jul 30 15:08:26 2020 +0900 |
committer | David Staessens <dstaessens@google.com> | Fri Aug 28 12:37:24 2020 +0900 |
tree | 38c6e6ec876adff5e8ed7f0ae46bd23cd56e3c65 | |
parent | fb1cc33e7753d6a6cb6497c740e9651cccfa94b4 [diff] |
v4l2_codec2: Deprecate use of ::base::ScopedFD. This CL removes the use of ::base::ScopedFD in the VideoFrame and BitstreamBuffer classes. The use of ScopedFD forces us to duplicate the file descriptor, while this is not necessary. Bug: 143333813 Test: tast run $HOST arc.VideoDecodeAccel.h264_vm on hatch-arc-r Change-Id: I7e6fccbd142889f779f409947784568d89f0d13e
accel/ Core V4L2 API and codec utilities, ported from Chromium project.
common/ Common helper classes for both components/ and store/.
components/ The C2Component implementations based on V4L2 API.
store/ The implementation of C2ComponentStore. It is used for creating all the C2Components implemented at components/ folder.
service/ The Codec2's V4L2 IComponentStore service. The service initiates the component store implemented at store/ folder, and registers it as the default service.