-
- Downloads
V4L2Device: Refactor querying capabilities
This CL refactors querying capabilities. It eliminates usage of single instance of V4L2Device for multiple devices by exporting querying methods to static. Bug: 251420501 Test: adb shell dumpsys media.player Test: adb logcat Change-Id: I0d4ea16d2818a9c3cbde3ae31a99419a457cb1c1 (cherry picked from commit e4b9917003de8c330c91a1cd0a1d55a7e9828e7d)
Showing
- common/V4L2Device.cpp 132 additions, 133 deletionscommon/V4L2Device.cpp
- common/include/v4l2_codec2/common/V4L2Device.h 32 additions, 44 deletionscommon/include/v4l2_codec2/common/V4L2Device.h
- components/V4L2DecodeInterface.cpp 13 additions, 24 deletionscomponents/V4L2DecodeInterface.cpp
- components/V4L2Decoder.cpp 2 additions, 18 deletionscomponents/V4L2Decoder.cpp
- components/V4L2EncodeInterface.cpp 2 additions, 8 deletionscomponents/V4L2EncodeInterface.cpp
- components/V4L2Encoder.cpp 3 additions, 3 deletionscomponents/V4L2Encoder.cpp
- components/include/v4l2_codec2/components/V4L2Decoder.h 0 additions, 2 deletionscomponents/include/v4l2_codec2/components/V4L2Decoder.h
Loading