v4l2_codec2: Move C2VEAComponent::IntfImpl code to C2EncoderInterface.

This CL moves the interface defined in C2VEAComponent::IntfImpl to a
dedicated C2EncoderInterface, so it can be reused by the new
C2V4L2EncoderComponent.

Bug: 147457498
Test: m -j32
Change-Id: I67409c4c655a572da713d677d99bdc79d6847943
6 files changed
tree: 7f6568a96f904371e9a1adc58687148edafdcfc7
  1. accel/
  2. common/
  3. include/
  4. service/
  5. store/
  6. tests/
  7. .clang-format
  8. Android.mk
  9. C2EncoderInterface.cpp
  10. C2VDAAdaptor.cpp
  11. C2VDAAdaptorProxy.cpp
  12. C2VDAComponent.cpp
  13. C2VEAAdaptorProxy.cpp
  14. C2VEAComponent.cpp
  15. C2VEAFormatConverter.cpp
  16. MODULE_LICENSE_BSD
  17. NOTICE
  18. OWNERS
  19. PREUPLOAD.cfg
  20. 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 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.