Switch to "ro.vendor" group for Android property

Originally we use "debug" group to save the configuration. However,
the value should be read-only at run-time. "ro.vendor" is a better
group for the usage case.

Bug: 189059445
Test: android.media.cts.AdaptivePlaybackTest
Change-Id: I04cfd8498b6bafdd0a4ee6ea16d002c9f50bdc0d
2 files changed
tree: 1c23b393638a8eb006b59284a5a7dbf835bbfe59
  1. common/
  2. components/
  3. plugin_store/
  4. service/
  5. tests/
  6. .clang-format
  7. Android.bp
  8. METADATA
  9. MODULE_LICENSE_BSD
  10. NOTICE
  11. OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

V4L2-based Codec2 Component Implementation

Description of Sub-folders

  • accel/ Core V4L2 API and codec utilities, ported from Chromium project.

  • common/ Common helper classes for components.

  • components/ The C2Component implementations based on V4L2 API, and the implementation of C2ComponentStore for creating all the C2Components.

  • service/ The Codec2's V4L2 IComponentStore service. The service initiates the component store implemented at store/ folder, and registers it as the default service.