-
- Downloads
v4l2_codec2: Move media::VideoPixelFormat to common code.
This CL Moves the VideoPixelFormat files to the common code folder. In a next step these files will be cleaned up and reworked into proper Android code, but splitting the move into a separate CL makes the review process a lot easier. Note: the "accel" folder is now empty, but the folder and Android.bp files will be cleaned up in a next CL so we can properly clean up all dependencies on the v4l2_accel module. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm Change-Id: Ia4708e5dbdd11223b9a2c445850b8c0cf6ee6d37
Showing
- accel/Android.bp 1 addition, 3 deletionsaccel/Android.bp
- common/Android.bp 1 addition, 0 deletionscommon/Android.bp
- common/Fourcc.cpp 0 additions, 1 deletioncommon/Fourcc.cpp
- common/V4L2Device.cpp 1 addition, 1 deletioncommon/V4L2Device.cpp
- common/VideoPixelFormat.cpp 1 addition, 1 deletioncommon/VideoPixelFormat.cpp
- common/include/v4l2_codec2/common/Common.h 2 additions, 1 deletioncommon/include/v4l2_codec2/common/Common.h
- common/include/v4l2_codec2/common/EncodeHelpers.h 1 addition, 1 deletioncommon/include/v4l2_codec2/common/EncodeHelpers.h
- common/include/v4l2_codec2/common/FormatConverter.h 2 additions, 1 deletioncommon/include/v4l2_codec2/common/FormatConverter.h
- common/include/v4l2_codec2/common/Fourcc.h 1 addition, 1 deletioncommon/include/v4l2_codec2/common/Fourcc.h
- common/include/v4l2_codec2/common/V4L2Device.h 1 addition, 1 deletioncommon/include/v4l2_codec2/common/V4L2Device.h
- common/include/v4l2_codec2/common/VideoPixelFormat.h 0 additions, 0 deletionscommon/include/v4l2_codec2/common/VideoPixelFormat.h
- components/V4L2EncodeComponent.cpp 1 addition, 1 deletioncomponents/V4L2EncodeComponent.cpp
- components/include/v4l2_codec2/components/VideoEncoder.h 1 addition, 1 deletioncomponents/include/v4l2_codec2/components/VideoEncoder.h
Loading
Please register or sign in to comment