-
- Downloads
v4l2_codec2: Move common code to common helpers folder.
This CL moves the C2VEAFormatConverter.cpp/h and C2VDACommon.h files to the common helpers package, so they can be reused by the upcoming V4L2EncodeComponent. Additionaly some fo the code in VideoEncodeAcceleratorAdaptor.h has been moved to the common.h file. Some files have been renamed in the process: C2VEAFormatConverter.cpp/h -> FormatConverter.cpp/h C2VDACommon.h -> Common.h Note: The original C2VDACommon.h file has not been removed yet as it's referenced by vendor/google_arc/. It will be deleted after all references have been removed. Bug: 143333813 Test: m -j32 Change-Id: I97044e0916518bee8882604dd68872c3f49cfafb
Showing
- Android.mk 1 addition, 2 deletionsAndroid.mk
- C2VEAComponent.cpp 3 additions, 3 deletionsC2VEAComponent.cpp
- common/Android.bp 6 additions, 0 deletionscommon/Android.bp
- common/FormatConverter.cpp 44 additions, 43 deletionscommon/FormatConverter.cpp
- common/include/v4l2_codec2/common/Common.h 34 additions, 0 deletionscommon/include/v4l2_codec2/common/Common.h
- common/include/v4l2_codec2/common/EncodeHelpers.h 34 additions, 0 deletionscommon/include/v4l2_codec2/common/EncodeHelpers.h
- common/include/v4l2_codec2/common/FormatConverter.h 19 additions, 20 deletionscommon/include/v4l2_codec2/common/FormatConverter.h
- include/C2EncoderInterface.h 6 additions, 5 deletionsinclude/C2EncoderInterface.h
- include/C2VDAComponent.h 12 additions, 13 deletionsinclude/C2VDAComponent.h
- include/C2VEAComponent.h 9 additions, 8 deletionsinclude/C2VEAComponent.h
- include/VideoDecodeAcceleratorAdaptor.h 4 additions, 11 deletionsinclude/VideoDecodeAcceleratorAdaptor.h
- include/VideoEncodeAcceleratorAdaptor.h 7 additions, 41 deletionsinclude/VideoEncodeAcceleratorAdaptor.h
- tests/c2_comp_intf/Android.mk 3 additions, 2 deletionstests/c2_comp_intf/Android.mk
Loading
Please register or sign in to comment