-
- Downloads
v4l2_codec2: Remove media::ColorPlaneFormat and media::VideoFrameLayout
This CL removes all uses of the media::ColorPlaneFormat and media::VideoFrameLayout types that were copied from Chrome. All uses of ColorPlaneFormat are changed to the VideoFramePlane type in Common.h. To replace the Chrome VideoFrameLayout a much simpler type was introduced in Common.h. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm Change-Id: If601718351b7dd328bda65036b1a0525f8b7e0fb
Showing
- accel/Android.bp 0 additions, 2 deletionsaccel/Android.bp
- accel/color_plane_layout.cc 0 additions, 31 deletionsaccel/color_plane_layout.cc
- accel/color_plane_layout.h 0 additions, 41 deletionsaccel/color_plane_layout.h
- accel/video_frame_layout.cc 0 additions, 136 deletionsaccel/video_frame_layout.cc
- accel/video_frame_layout.h 0 additions, 158 deletionsaccel/video_frame_layout.h
- accel/video_pixel_format.cc 0 additions, 2 deletionsaccel/video_pixel_format.cc
- common/V4L2Device.cpp 12 additions, 25 deletionscommon/V4L2Device.cpp
- common/include/v4l2_codec2/common/Common.h 14 additions, 3 deletionscommon/include/v4l2_codec2/common/Common.h
- common/include/v4l2_codec2/common/V4L2Device.h 3 additions, 4 deletionscommon/include/v4l2_codec2/common/V4L2Device.h
- components/V4L2EncodeComponent.cpp 2 additions, 1 deletioncomponents/V4L2EncodeComponent.cpp
- components/V4L2Encoder.cpp 9 additions, 9 deletionscomponents/V4L2Encoder.cpp
- components/include/v4l2_codec2/components/V4L2Encoder.h 2 additions, 2 deletionscomponents/include/v4l2_codec2/components/V4L2Encoder.h
Loading
Please register or sign in to comment