commit | 9ded236141563ddf1023784a05096b6aadbeb98f | [log] [tgz] |
---|---|---|
author | David Stevens <stevensd@google.com> | Fri Aug 14 10:12:12 2020 +0900 |
committer | David Stevens <stevensd@google.com> | Wed Aug 26 08:58:14 2020 +0000 |
tree | f5ddab9a7af1e4860fe001b7d9e503517699a973 | |
parent | d23406c03da79ab4b8829c68bbeacd11a790cbd8 [diff] |
Reduce the verbosity of some logs This reduces the verbosity of logs that appear very often during execution of the c2_e2e_test. Bug: 166401871 Test: Run c2_e2e_test and verify there is no logspam Change-Id: Ie21c54f50b52c6062f8e7b6c9bc02ef226d3451d
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.