-
- Downloads
v4l2_codec2: Move V4L2 device and device poller to common code.
This CL Move the V4L2 device and V4L2 device poller files to the common code folder. In a next step these files will be cleaned up and reworked into proper Android code, but splitting the move into a separate CL makes the review process a lot easier. Bug: 155138142 Test: arc.VideoEncodeAccel.h264_192p_i420_vm Change-Id: I4c4c9d7f5c7e85feed10ed1e3fd9b8fa14ca67ae
Showing
- accel/Android.bp 0 additions, 3 deletionsaccel/Android.bp
- common/Android.bp 3 additions, 0 deletionscommon/Android.bp
- common/GenericV4L2Device.cpp 2 additions, 2 deletionscommon/GenericV4L2Device.cpp
- common/V4L2Device.cpp 3 additions, 3 deletionscommon/V4L2Device.cpp
- common/V4L2DevicePoller.cpp 2 additions, 2 deletionscommon/V4L2DevicePoller.cpp
- common/include/v4l2_codec2/common/GenericV4L2Device.h 1 addition, 1 deletioncommon/include/v4l2_codec2/common/GenericV4L2Device.h
- common/include/v4l2_codec2/common/V4L2Device.h 1 addition, 1 deletioncommon/include/v4l2_codec2/common/V4L2Device.h
- common/include/v4l2_codec2/common/V4L2DevicePoller.h 0 additions, 0 deletionscommon/include/v4l2_codec2/common/V4L2DevicePoller.h
- components/V4L2DecodeInterface.cpp 1 addition, 1 deletioncomponents/V4L2DecodeInterface.cpp
- components/V4L2EncodeInterface.cpp 1 addition, 1 deletioncomponents/V4L2EncodeInterface.cpp
- components/V4L2Encoder.cpp 1 addition, 1 deletioncomponents/V4L2Encoder.cpp
- components/include/v4l2_codec2/components/V4L2DecodeComponent.h 0 additions, 1 deletion...ents/include/v4l2_codec2/components/V4L2DecodeComponent.h
- components/include/v4l2_codec2/components/V4L2Decoder.h 1 addition, 1 deletioncomponents/include/v4l2_codec2/components/V4L2Decoder.h
Loading
Please register or sign in to comment