-
- Downloads
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
Showing
- Android.mk 1 addition, 0 deletionsAndroid.mk
- C2EncoderInterface.cpp 378 additions, 0 deletionsC2EncoderInterface.cpp
- C2VEAComponent.cpp 29 additions, 367 deletionsC2VEAComponent.cpp
- include/C2EncoderInterface.h 100 additions, 0 deletionsinclude/C2EncoderInterface.h
- include/C2VEAComponent.h 10 additions, 73 deletionsinclude/C2VEAComponent.h
- tests/c2_comp_intf/C2VEACompIntf_test.cpp 1 addition, 2 deletionstests/c2_comp_intf/C2VEACompIntf_test.cpp
C2EncoderInterface.cpp
0 → 100644
This diff is collapsed.
include/C2EncoderInterface.h
0 → 100644
Please register or sign in to comment