commit | 23c09f0f39b05529f2f1ea125ec2eae77ea234a3 | [log] [tgz] |
---|---|---|
author | David Staessens <dstaessens@google.com> | Thu Jul 09 12:35:51 2020 +0900 |
committer | David Staessens <dstaessens@google.com> | Thu Jul 09 12:35:51 2020 +0900 |
tree | f5672ea4af892315ec3debd88229c8247278f0ad | |
parent | d49c81694a6e66eb8da1bdd7df1f2683ca7870a2 [diff] |
v4l2_codec2: Enable thread safety checks. This CL adds the -Wthread-safety flag to the codec2 components build file, so thread annotation such as GUARDED_BY can be used. Bug: 160110407 Test: m -j32 Change-Id: If39ae7694598d81076e18d5332fc759b74787a5d
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.