-
- Downloads
v4l2_codec2: Adapt V4L2 device and V4L2 device poller for Android.
This CL reworks the V4L2 device and V4L2 device poller code that was branched from their Chrome counterparts: - 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: I4842624e7fae9fc3f52d90dc90a5e7c026c63513
Showing
- accel/fourcc.cc 3 additions, 3 deletionsaccel/fourcc.cc
- accel/fourcc.h 3 additions, 2 deletionsaccel/fourcc.h
- accel/video_frame_layout.cc 4 additions, 4 deletionsaccel/video_frame_layout.cc
- accel/video_frame_layout.h 5 additions, 5 deletionsaccel/video_frame_layout.h
- common/V4L2Device.cpp 1493 additions, 1635 deletionscommon/V4L2Device.cpp
- common/V4L2DevicePoller.cpp 79 additions, 89 deletionscommon/V4L2DevicePoller.cpp
- common/include/v4l2_codec2/common/V4L2Device.h 459 additions, 550 deletionscommon/include/v4l2_codec2/common/V4L2Device.h
- common/include/v4l2_codec2/common/V4L2DevicePoller.h 65 additions, 74 deletionscommon/include/v4l2_codec2/common/V4L2DevicePoller.h
- components/V4L2Decoder.cpp 66 additions, 66 deletionscomponents/V4L2Decoder.cpp
- components/V4L2EncodeInterface.cpp 2 additions, 2 deletionscomponents/V4L2EncodeInterface.cpp
- components/V4L2Encoder.cpp 93 additions, 96 deletionscomponents/V4L2Encoder.cpp
- components/include/v4l2_codec2/components/V4L2Decoder.h 3 additions, 3 deletionscomponents/include/v4l2_codec2/components/V4L2Decoder.h
- components/include/v4l2_codec2/components/V4L2Encoder.h 5 additions, 8 deletionscomponents/include/v4l2_codec2/components/V4L2Encoder.h
Loading
Please register or sign in to comment