-
- Downloads
plugin_store: split getDmabufId() function to dedicated file
Currently, getDmabufId() is placed at C2VdqBqBlockPool.h. However, the header file already has many dependencies. The caller of getDmabufId() would need to add many unnecessary dependency libraries. This CL splits the method to a dedicated file to reduce this issue. Bug: 205501954 Test: m -j32 Change-Id: Ie7e366ddf77ceec105cbacf6d16e6b6dc3a58198
Showing
- plugin_store/Android.bp 1 addition, 0 deletionsplugin_store/Android.bp
- plugin_store/C2VdaBqBlockPool.cpp 1 addition, 17 deletionsplugin_store/C2VdaBqBlockPool.cpp
- plugin_store/DmabufHelpers.cpp 32 additions, 0 deletionsplugin_store/DmabufHelpers.cpp
- plugin_store/include/v4l2_codec2/plugin_store/C2VdaBqBlockPool.h 0 additions, 4 deletions...store/include/v4l2_codec2/plugin_store/C2VdaBqBlockPool.h
- plugin_store/include/v4l2_codec2/plugin_store/DmabufHelpers.h 20 additions, 0 deletions...in_store/include/v4l2_codec2/plugin_store/DmabufHelpers.h
Loading