| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 26 platform/qt/src/thread.cpp 29 platform/default/thread.cpp 62 platform/default/bidi.cpp 65 platform/qt/src/bidi.cpp 69 platform/qt/src/async_task.cpp \ 70 platform/qt/src/http_file_source.cpp \ 71 platform/qt/src/http_request.cpp \ 72 platform/qt/src/qmapbox.cpp \ 73 platform/qt/src/qmapboxgl.cpp \ 74 platform/qt/src/qmapboxgl_map_observer.cpp \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_cppcore.c | 90 struct nfp_cpp *cpp; member 102 struct nfp_cpp *cpp; member 134 struct nfp_cpp *cpp = nfp_cpp_area_cpp(area); in __release_cpp_area() local 136 if (area->cpp->op->area_cleanup) in __release_cpp_area() 137 area->cpp->op->area_cleanup(area); in __release_cpp_area() 139 write_lock(&cpp->resource_lock); in __release_cpp_area() 141 write_unlock(&cpp->resource_lock); in __release_cpp_area() 161 void nfp_cpp_free(struct nfp_cpp *cpp) in nfp_cpp_free() argument 167 list_for_each_entry_safe(cache, ctmp, &cpp->area_cache_list, entry) { in nfp_cpp_free() 176 WARN_ON(!list_empty(&cpp->resource_list)); in nfp_cpp_free() [all …]
|
| H A D | nfp_rtsym.c | 41 struct nfp_cpp *cpp; member 82 struct nfp_rtsym_table *nfp_rtsym_table_read(struct nfp_cpp *cpp) in nfp_rtsym_table_read() argument 87 mip = nfp_mip_open(cpp); in nfp_rtsym_table_read() 88 rtbl = __nfp_rtsym_table_read(cpp, mip); in nfp_rtsym_table_read() 95 __nfp_rtsym_table_read(struct nfp_cpp *cpp, const struct nfp_mip *mip) in __nfp_rtsym_table_read() argument 128 cache->cpp = cpp; in __nfp_rtsym_table_read() 132 err = nfp_cpp_read(cpp, dram, symtab_addr, rtsymtab, symtab_size); in __nfp_rtsym_table_read() 136 err = nfp_cpp_read(cpp, dram, strtab_addr, cache->strtab, strtab_size); in __nfp_rtsym_table_read() 226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in nfp_rtsym_to_dest() argument 230 nfp_err(cpp, "rtsym '%s': direct access to non-object rtsym\n", in nfp_rtsym_to_dest() [all …]
|
| H A D | nfp_cpp.h | 21 #define nfp_err(cpp, fmt, args...) \ argument 22 dev_err(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args) 23 #define nfp_warn(cpp, fmt, args...) \ argument 24 dev_warn(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args) 25 #define nfp_info(cpp, fmt, args...) \ argument 26 dev_info(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args) 27 #define nfp_dbg(cpp, fmt, args...) \ argument 28 dev_dbg(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args) 29 #define nfp_printk(level, cpp, fmt, args...) \ argument 30 dev_printk(level, nfp_cpp_device(cpp)->parent, \ [all …]
|
| H A D | nfp_mutex.c | 15 struct nfp_cpp *cpp; member 86 int nfp_cpp_mutex_init(struct nfp_cpp *cpp, in nfp_cpp_mutex_init() argument 90 u16 interface = nfp_cpp_interface(cpp); in nfp_cpp_mutex_init() 97 err = nfp_cpp_writel(cpp, muw, address + 4, key); in nfp_cpp_mutex_init() 101 err = nfp_cpp_writel(cpp, muw, address, nfp_mutex_locked(interface)); in nfp_cpp_mutex_init() 123 struct nfp_cpp_mutex *nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target, in nfp_cpp_mutex_alloc() argument 127 u16 interface = nfp_cpp_interface(cpp); in nfp_cpp_mutex_alloc() 136 err = nfp_cpp_readl(cpp, mur, address + 4, &tmp); in nfp_cpp_mutex_alloc() 147 mutex->cpp = cpp; in nfp_cpp_mutex_alloc() 190 nfp_info(mutex->cpp, in nfp_cpp_mutex_lock() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | Android.bp | 109 "aiq_core/RkAiqHandle.cpp", 110 "aiq_core/RkAiqCore.cpp", 111 "aiq_core/RkLumaCore.cpp", 113 "aiq_core/MessageBus.cpp", 114 "aiq_core/RkAiqAnalyzeGroupManager.cpp", 115 "aiq_core/RkAiqResourceTranslator.cpp", 116 "aiq_core/RkAiqResourceTranslatorV21.cpp", 117 "aiq_core/RkAiqResourceTranslatorV3x.cpp", 118 "aiq_core/RkAiqResourceTranslatorV32.cpp", 119 "aiq_core/thumbnails.cpp", [all …]
|
| H A D | CMakeLists.txt | 153 aiq_core/algo_handlers/RkAiqAwbHandle.cpp 158 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqAynrV2Handle.cpp) 163 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqAwbHandle.cpp) 164 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqCustomAwbHandle.cpp) 169 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqAwbV21Handle.cpp) 170 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqCustomAwbHandle.cpp) 175 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqAwbV32Handle.cpp) 176 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqCustomAwbHandle.cpp) 189 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqAgicHandle.cpp) 194 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqAorbHandle.cpp) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 160 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info() 161 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info() 162 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info() 163 …{ .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 164 …{ .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 165 …{ .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 166 …{ .format = DRM_FORMAT_BGRX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 167 …{ .format = DRM_FORMAT_ARGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 168 …{ .format = DRM_FORMAT_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() 169 …{ .format = DRM_FORMAT_RGBA4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info() [all …]
|
| /OK3568_Linux_fs/buildroot/package/uhd/ |
| H A D | 0002-host-fix-build-boost-173.patch | 26 host/examples/network_relay.cpp | 1 + 27 host/examples/rfnoc_rx_to_file.cpp | 1 + 28 host/examples/test_clock_synch.cpp | 1 + 29 host/examples/txrx_loopback_to_file.cpp | 1 + 30 host/lib/rfnoc/dma_fifo_block_ctrl_impl.cpp | 1 + 31 host/lib/rfnoc/legacy_compat.cpp | 1 + 32 host/lib/transport/xport_benchmarker.cpp | 1 + 33 host/lib/usrp/b100/b100_impl.cpp | 1 + 34 host/lib/usrp/b200/b200_iface.cpp | 1 + 35 host/lib/usrp/b200/b200_impl.cpp | 1 + [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/ |
| H A D | CMakeLists.txt | 44 ae/rk_aiq_algo_camgroup_ae_itf.cpp 45 ae/rk_aiq_group_ae_algo.cpp 48 if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ae/rk_aiq_algo_camgroup_ae_itf.cpp") 57 …message(STATUS "Can NOT found ${CMAKE_CURRENT_SOURCE_DIR}/ae/rk_aiq_algo_camgroup_ae_itf.cpp. Usin… 70 awb/rk_aiq_algo_camgroup_awb_itf.cpp 72 awb/rk_aiq_uapiv2_camgroup_awb_int.cpp 77 list(APPEND AWB_SRC awb/rk_aiq_awb_algo_surround_view_v201.cpp) 82 list(APPEND AWB_SRC awb/rk_aiq_awb_algo_surround_view_v32.cpp) 85 if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/awb/rk_aiq_algo_camgroup_awb_itf.cpp") 94 …message(STATUS "Can NOT found ${CMAKE_CURRENT_SOURCE_DIR}/awb/rk_aiq_algo_camgroup_awb_itf.cpp. Us… [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/ |
| H A D | README.md | 11 │ ├── **rga_allocator_1106_cma_demo.cpp**:RV1106没有搭载IOMMU,须分配物理连续内存调用RGA,该平台CMA节点路径与其他平台不同。<b… 12 │ ├── **rga_allocator_dma32_demo.cpp**:使用dma_heap分配4G以内内存空间的内存(不保证物理连续)调用RGA。<br/> 13 │ ├── **rga_allocator_dma_cache_demo.cpp**:使用dma_heap分配cacheable的内存调用RGA。<br/> 14 │ ├── **rga_allocator_dma_demo.cpp**:使用dma_heap分配内存调用RGA。<br/> 15 │ ├── **rga_allocator_drm_demo.cpp**:使用DRM分配内存调用RGA。<br/> 16 │ ├── **rga_allocator_drm_phy_demo.cpp**:使用DRM分配物理连续的内存调用RGA。<br/> 17 │ ├── **rga_allocator_graphicbuffer_demo.cpp**:使用GraphicBuffer分配4G内存空间以内的内存调用RGA。<br/> 18 │ └── **rga_allocator_malloc_demo.cpp**:使用malloc分配虚拟地址调用RGA。<br/> 21 │ ├── **rga_alpha_3channel_demo.cpp**:调用RGA实现三通道alpha叠加。<br/> 22 │ ├── **rga_alpha_colorkey_demo.cpp**:调用RGA实现colorkey。<br/> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | maps.pri | 70 maps/qgeocameracapabilities.cpp \ 71 maps/qgeocameradata.cpp \ 72 maps/qgeocameratiles.cpp \ 73 maps/qgeocodereply.cpp \ 74 maps/qgeocodingmanager.cpp \ 75 maps/qgeocodingmanagerengine.cpp \ 76 maps/qgeomaneuver.cpp \ 77 maps/qgeotilerequestmanager.cpp \ 78 maps/qgeomap.cpp \ 79 maps/qgeomappingmanager.cpp \ [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/ |
| H A D | Android.mk | 3 SRC_CPP := $(wildcard $(LOCAL_PATH)/demo/*.cpp) 18 demo/rkisp_demo.cpp \ 19 demo/rkRgaApi.cpp \ 20 demo/ae_algo_demo/third_party_ae_algo.cpp \ 21 demo/af_algo_demo/third_party_af_algo.cpp \ 22 demo/sample/sample_a3dlut_module.cpp \ 23 demo/sample/sample_abayer2dnr_module.cpp \ 24 demo/sample/sample_abayertnr_module.cpp \ 25 demo/sample/sample_ablc_module.cpp \ 26 demo/sample/sample_accm_module.cpp \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | declarativemaps.pri | 41 declarativemaps/error_messages.cpp \ 42 declarativemaps/locationvaluetypehelper.cpp \ 43 declarativemaps/qdeclarativepolylinemapitem.cpp \ 44 declarativemaps/qdeclarativepolygonmapitem.cpp \ 45 declarativemaps/qdeclarativegeocodemodel.cpp \ 46 declarativemaps/qdeclarativegeomaneuver.cpp \ 47 declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp \ 48 declarativemaps/qdeclarativegeomap.cpp \ 49 declarativemaps/qdeclarativegeomapitembase.cpp \ 50 declarativemaps/qdeclarativegeomapitemgroup.cpp \ [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | CameraUI.pro | 12 src/main_desktop.cpp \ 13 src/setfirst.cpp \ 14 src/settings.cpp \ 15 src/about.cpp \ 16 src/front_adas_setting.cpp \ 17 src/front_camera_setting.cpp \ 18 src/rear_adas_setting.cpp \ 19 src/rear_camera_setting.cpp \ 20 src/reverseline.cpp \ 21 src/timesetting.cpp \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | places.pri | 62 places/qplace.cpp \ 63 places/qplaceattribute.cpp \ 64 places/qplacecategory.cpp \ 65 places/qplacecontactdetail.cpp \ 66 places/qplacecontent.cpp \ 67 places/qplacecontentreply.cpp \ 68 places/qplaceeditorial.cpp \ 69 places/qplaceuser.cpp \ 71 places/qplaceicon.cpp \ 72 places/qplaceimage.cpp \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/mp4v2/ |
| H A D | 0003-Static-cast-to-unsigned-int-for-cases.patch | 11 libutil/Utility.cpp | 2 +- 12 util/mp4art.cpp | 2 +- 13 util/mp4chaps.cpp | 2 +- 14 util/mp4file.cpp | 2 +- 15 util/mp4subtitle.cpp | 2 +- 16 util/mp4track.cpp | 2 +- 19 diff --git a/libutil/Utility.cpp b/libutil/Utility.cpp 21 --- a/libutil/Utility.cpp 22 +++ b/libutil/Utility.cpp 32 diff --git a/util/mp4art.cpp b/util/mp4art.cpp [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | positioning.pro | 69 qgeoaddress.cpp \ 70 qgeoareamonitorsource.cpp \ 71 qgeoareamonitorinfo.cpp \ 72 qgeoshape.cpp \ 73 qgeorectangle.cpp \ 74 qgeocircle.cpp \ 75 qgeocoordinate.cpp \ 76 qgeolocation.cpp \ 77 qgeopositioninfo.cpp \ 78 qgeopositioninfosource.cpp \ [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/ |
| H A D | CMakeLists.txt | 34 ${ROOT_PROJ_DIR}/iq_parser_v2/awb_xml2json.cpp 35 ${ROOT_PROJ_DIR}/iq_parser/RkAiqCalibDb.cpp 36 ${ROOT_PROJ_DIR}/iq_parser/RkAiqCalibApi.cpp 37 ${ROOT_PROJ_DIR}/iq_parser/RkAiqCalibParser.cpp 38 ${ROOT_PROJ_DIR}/iq_parser/RkAiqCalibTag.cpp 39 ${ROOT_PROJ_DIR}/iq_parser/RkAiqCalibApi.cpp 40 ${ROOT_PROJ_DIR}/iq_parser/tinyxml2.cpp 41 ${ROOT_PROJ_DIR}/iq_parser/xmltags.cpp 42 ${ROOT_PROJ_DIR}/xcore/xcam_log.cpp 46 ${ROOT_PROJ_DIR}/iq_parser_v2/aec_xml2json.cpp [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | CMakeLists.txt | 4 test_mod_vpss.cpp 8 test_comm_argparse.cpp 9 test_comm_avs.cpp 10 test_comm_utils.cpp 11 test_comm_bmp.cpp 12 test_comm_imgproc.cpp 13 test_comm_sys.cpp 14 test_comm_rgn.cpp 15 test_comm_venc.cpp 16 test_comm_vpss.cpp [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | browser.pro | 43 autosaver.cpp \ 44 bookmarks.cpp \ 45 browserapplication.cpp \ 46 browsermainwindow.cpp \ 47 chasewidget.cpp \ 48 cookiejar.cpp \ 49 downloadmanager.cpp \ 50 edittableview.cpp \ 51 edittreeview.cpp \ 52 history.cpp \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | openexr-fix_msvc2013_errors.patch | 1 diff --git a/3rdparty/openexr/IlmImf/ImfAcesFile.cpp b/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 3 --- a/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 4 +++ b/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 13 diff --git a/3rdparty/openexr/IlmImf/ImfOutputFile.cpp b/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 15 --- a/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 16 +++ b/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 25 …t a/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp b/3rdparty/openexr/IlmImf/ImfScanLineInputFil… 27 --- a/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp 28 +++ b/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp 37 diff --git a/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp b/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | openexr-fix_msvc2013_errors.patch | 1 diff --git a/3rdparty/openexr/IlmImf/ImfAcesFile.cpp b/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 3 --- a/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 4 +++ b/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 13 diff --git a/3rdparty/openexr/IlmImf/ImfOutputFile.cpp b/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 15 --- a/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 16 +++ b/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 25 …t a/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp b/3rdparty/openexr/IlmImf/ImfScanLineInputFil… 27 --- a/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp 28 +++ b/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp 37 diff --git a/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp b/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/ |
| H A D | openexr-fix_msvc2013_errors.patch | 1 diff --git a/3rdparty/openexr/IlmImf/ImfAcesFile.cpp b/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 3 --- a/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 4 +++ b/3rdparty/openexr/IlmImf/ImfAcesFile.cpp 13 diff --git a/3rdparty/openexr/IlmImf/ImfOutputFile.cpp b/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 15 --- a/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 16 +++ b/3rdparty/openexr/IlmImf/ImfOutputFile.cpp 25 …t a/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp b/3rdparty/openexr/IlmImf/ImfScanLineInputFil… 27 --- a/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp 28 +++ b/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp 37 diff --git a/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp b/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | nokia.pro | 31 qgeocodereply_nokia.cpp \ 32 qgeocodejsonparser.cpp \ 33 qgeocodingmanagerengine_nokia.cpp \ 34 qgeotiledmappingmanagerengine_nokia.cpp \ 35 qgeotilefetcher_nokia.cpp \ 36 qgeomapreply_nokia.cpp \ 37 qgeoroutereply_nokia.cpp \ 38 qgeoroutexmlparser.cpp \ 39 qgeoroutingmanagerengine_nokia.cpp \ 40 qgeoserviceproviderplugin_nokia.cpp \ [all …]
|