-
- Downloads
v4l2_codec2: Use Android Rect instead of Chrome Rect.
This CL changes the V4L2 decoder and encoder to use the Android rect structure instead of the one copied from Chrome, the Chrome rect.h file is removed. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm arc.VideoDecodeAccel.h264_vm Change-Id: Ie581deee6b4b43a27c45e48269a6902526727933
Showing
- accel/rect.h 0 additions, 148 deletionsaccel/rect.h
- accel/video_frame.h 0 additions, 1 deletionaccel/video_frame.h
- common/Android.bp 1 addition, 0 deletionscommon/Android.bp
- common/Common.cpp 19 additions, 0 deletionscommon/Common.cpp
- common/include/v4l2_codec2/common/Common.h 10 additions, 0 deletionscommon/include/v4l2_codec2/common/Common.h
- components/V4L2Decoder.cpp 13 additions, 11 deletionscomponents/V4L2Decoder.cpp
- components/V4L2Encoder.cpp 11 additions, 8 deletionscomponents/V4L2Encoder.cpp
- components/VideoFrame.cpp 2 additions, 2 deletionscomponents/VideoFrame.cpp
- components/include/v4l2_codec2/components/V4L2Decoder.h 3 additions, 3 deletionscomponents/include/v4l2_codec2/components/V4L2Decoder.h
- components/include/v4l2_codec2/components/VideoFrame.h 4 additions, 4 deletionscomponents/include/v4l2_codec2/components/VideoFrame.h
Loading
Please register or sign in to comment