-
- Downloads
v4l2_codec2: Adapt VideoPixelFormat code to Android standards.
This CL reworks the VideoPixelFormat class that was branched from Chrome: - Removed all Chrome-specific references from comments - Removed specific numbering as we don't need compatibility with Chrome - Removed deprecated formats - Adhere to the Android coding style. - Make use of Android logging mechanisms. - Make use of Android assert macros. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm Change-Id: I8387af0b427ebc990ec6374432f18ad732894569
Showing
- common/FormatConverter.cpp 25 additions, 35 deletionscommon/FormatConverter.cpp
- common/Fourcc.cpp 76 additions, 76 deletionscommon/Fourcc.cpp
- common/V4L2Device.cpp 22 additions, 23 deletionscommon/V4L2Device.cpp
- common/VideoPixelFormat.cpp 315 additions, 331 deletionscommon/VideoPixelFormat.cpp
- common/include/v4l2_codec2/common/Common.h 1 addition, 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 3 additions, 3 deletionscommon/include/v4l2_codec2/common/FormatConverter.h
- common/include/v4l2_codec2/common/Fourcc.h 2 additions, 2 deletionscommon/include/v4l2_codec2/common/Fourcc.h
- common/include/v4l2_codec2/common/V4L2Device.h 0 additions, 1 deletioncommon/include/v4l2_codec2/common/V4L2Device.h
- common/include/v4l2_codec2/common/VideoPixelFormat.h 53 additions, 92 deletionscommon/include/v4l2_codec2/common/VideoPixelFormat.h
- components/V4L2EncodeComponent.cpp 14 additions, 15 deletionscomponents/V4L2EncodeComponent.cpp
- components/V4L2Encoder.cpp 10 additions, 13 deletionscomponents/V4L2Encoder.cpp
- components/VideoEncoder.cpp 1 addition, 1 deletioncomponents/VideoEncoder.cpp
- components/include/v4l2_codec2/components/V4L2Encoder.h 2 additions, 2 deletionscomponents/include/v4l2_codec2/components/V4L2Encoder.h
- components/include/v4l2_codec2/components/VideoEncoder.h 4 additions, 4 deletionscomponents/include/v4l2_codec2/components/VideoEncoder.h
Loading
Please register or sign in to comment