-
- Downloads
v4l2_codec2: Use Android Size instead of Chrome Size.
This CL changes the V4L2 decoder and encoder to use the Android Size structure instead of the one copied from Chrome, the Chrome size.h file is removed. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm arc.VideoDecodeAccel.h264_vm Change-Id: I8f63e847d8cf4ffd33621706287a44c93a4864fd
Showing
- accel/Android.bp 6 additions, 1 deletionaccel/Android.bp
- accel/size.h 0 additions, 73 deletionsaccel/size.h
- accel/video_frame.cc 23 additions, 20 deletionsaccel/video_frame.cc
- accel/video_frame.h 5 additions, 5 deletionsaccel/video_frame.h
- accel/video_frame_layout.cc 7 additions, 6 deletionsaccel/video_frame_layout.cc
- accel/video_frame_layout.h 8 additions, 8 deletionsaccel/video_frame_layout.h
- common/Common.cpp 23 additions, 0 deletionscommon/Common.cpp
- common/FormatConverter.cpp 32 additions, 32 deletionscommon/FormatConverter.cpp
- common/V4L2Device.cpp 43 additions, 43 deletionscommon/V4L2Device.cpp
- common/include/v4l2_codec2/common/Common.h 11 additions, 0 deletionscommon/include/v4l2_codec2/common/Common.h
- common/include/v4l2_codec2/common/EncodeHelpers.h 2 additions, 2 deletionscommon/include/v4l2_codec2/common/EncodeHelpers.h
- common/include/v4l2_codec2/common/FormatConverter.h 6 additions, 7 deletionscommon/include/v4l2_codec2/common/FormatConverter.h
- common/include/v4l2_codec2/common/V4L2Device.h 10 additions, 10 deletionscommon/include/v4l2_codec2/common/V4L2Device.h
- components/V4L2DecodeComponent.cpp 5 additions, 4 deletionscomponents/V4L2DecodeComponent.cpp
- components/V4L2Decoder.cpp 11 additions, 11 deletionscomponents/V4L2Decoder.cpp
- components/V4L2EncodeComponent.cpp 4 additions, 5 deletionscomponents/V4L2EncodeComponent.cpp
- components/V4L2EncodeInterface.cpp 7 additions, 9 deletionscomponents/V4L2EncodeInterface.cpp
- components/V4L2Encoder.cpp 16 additions, 15 deletionscomponents/V4L2Encoder.cpp
- components/VideoFramePool.cpp 7 additions, 8 deletionscomponents/VideoFramePool.cpp
- components/include/v4l2_codec2/components/V4L2DecodeComponent.h 1 addition, 1 deletion...ents/include/v4l2_codec2/components/V4L2DecodeComponent.h
Loading
Please register or sign in to comment