-
- Downloads
v4l2_codec2: Merge VideoFrame into VideoPixelFormat.
After the recent cleanup operations the only code left in the VideoFrame class are helper functions directly related to the VideoPixelFormat. This CL merges all these helpers into video_pixel_format.h. Additionally a helper in the VideoFrameLayout class is also moved to the video_pixel_format.h, so all VideoPixelFormat-related helpers are in one place. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm Change-Id: I76699ecf69eb90fe890c1c272db058938b68062b
Showing
- accel/Android.bp 0 additions, 1 deletionaccel/Android.bp
- accel/video_frame.cc 0 additions, 223 deletionsaccel/video_frame.cc
- accel/video_frame.h 0 additions, 77 deletionsaccel/video_frame.h
- accel/video_frame_layout.cc 0 additions, 44 deletionsaccel/video_frame_layout.cc
- accel/video_frame_layout.h 0 additions, 2 deletionsaccel/video_frame_layout.h
- accel/video_pixel_format.cc 255 additions, 0 deletionsaccel/video_pixel_format.cc
- accel/video_pixel_format.h 34 additions, 0 deletionsaccel/video_pixel_format.h
- common/V4L2Device.cpp 6 additions, 6 deletionscommon/V4L2Device.cpp
- common/include/v4l2_codec2/common/V4L2Device.h 0 additions, 1 deletioncommon/include/v4l2_codec2/common/V4L2Device.h
- components/V4L2Encoder.cpp 2 additions, 3 deletionscomponents/V4L2Encoder.cpp
Loading
Please register or sign in to comment