/hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
D | index.rst | 36 Libmraa is a C library and SWIG is used to generate bindings therefore to 38 a C library. Generally attaching gdb to python works well, build mraa with 39 debug symbols and set breakpoints either in the SWIG _wrap functions, the C++ 40 method/functions or the underlying C function. More info can be found on the 41 C/C++ documentation:
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | treewriter.c | 15 int *const C, in cost() argument 30 C[-j] = d; in cost() 32 cost(C, T, P, j, d); in cost()
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | changelog.md | 9 * Beta iio API in C & C++ (no SWIG support) 24 * New types.hpp improves C++ & SWIG APIs 48 * Uart now uses binary arrays and has optional 'Str' functions in C++/SWIG 120 * Uart C++ class added, adds python & node support 125 * added C++ adc bitness calls 142 * common.hpp introduced for C++ 169 * C++ API now uses basic types and not unistd types as C 170 * Clearer and consistent use of unistd tpyes in C api 173 * C++ examples added, using c++ headers/api. 186 * C++/Python/Node Enums/const names now do not contain MRAA_GPIO [all …]
|
D | index.md | 4 Libmraa is a C/C++ library with bindings to Python, Javascript and Java to 17 These interfaces allow you to interact with all libmraa functionality. The C++ 18 classes directly wrap the C API and provide a near 1:1 mapping of 22 | C API Modules | C++ API Classes |
|
D | index.java.md | 4 Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to 18 Java classes directly wrap the C/C++ API and provide a near 1:1 mapping of 22 | C API Modules | Java API Classes |
|
D | beaglebone.md | 10 are also mainline kernels available, either from Robert C. Nelson or also as 13 The kernel releases from Robert C. Nelson have usually more complete support as 26 Beaglebone Black Rev. C
|
/hardware/ti/omap4xxx/domx/domx/ |
D | omx_proxy_common.h | 94 #define PROXY_paramCheck(C, V, S) do {\ argument 95 if (!(C)) { eError = V;\ 96 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\ 97 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",C, V); \
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/ |
D | omx_rpc_utils.h | 83 #define RPC_paramCheck(C, V, S) do { \ argument 84 if (!(C)) { eRPCError = V;\ 85 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\ 86 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",V); \
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
D | omx_rpc_utils.h | 82 #define RPC_paramCheck(C, V, S) do { \ argument 83 if (!(C)) { eRPCError = V;\ 84 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\ 85 else DOMX_ERROR("failed check: %s - returning error: 0x%x",C, V); \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_subtract_armv6.asm | 220 ldr r10, [r1, #8] ; src (C) 221 ldr r11, [r3, #8] ; pred (C) 227 uxtb16 r8, r10 ; [s2 | s0] (C) 230 uxtb16 r9, r11 ; [p2 | p0] (C) 231 uxtb16 r10, r10, ror #8 ; [s3 | s1] (C) 232 uxtb16 r11, r11, ror #8 ; [p3 | p1] (C) 234 usub16 r6, r8, r9 ; [d2 | d0] (C) 235 usub16 r7, r10, r11 ; [d3 | d1] (C) 240 pkhbt r8, r6, r7, lsl #16 ; [d1 | d0] (C) 241 pkhtb r9, r7, r6, asr #16 ; [d3 | d2] (C) [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
D | README.webm | 16 Modified the original scaler code from C++ to C to fit in our current build
|
/hardware/ti/omap4-aah/domx/domx/ |
D | omx_proxy_common.h | 94 #define PROXY_paramCheck(C, V, S) do {\ argument 95 if (!(C)) { eError = V;\ 96 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\ 97 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",V); \
|
/hardware/libhardware/include/hardware/ |
D | hardware.h | 32 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 25 * Compatibility fixes with C++ 11 and various platforms. 54 PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear), 55 IBM XL C++ (Visual Age C++), and C++0x. 98 Symbian, gcc, and C++Builder. 120 * Changes to the build scripts to support upcoming release of Google C++
|
/hardware/bsp/intel/peripheral/libmraa/cmake/Toolchains/ |
D | oe-sdk_cross.cmake | 9 set( CMAKE_C_FLAGS $ENV{CFLAGS} CACHE STRING "" FORCE ) #same flags for C sources 10 set( CMAKE_LDFLAGS_FLAGS ${CMAKE_CXX_FLAGS} CACHE STRING "" FORCE ) #same flags for C sources
|
/hardware/bsp/intel/peripheral/libupm/cmake/Toolchains/ |
D | oe-sdk_cross.cmake | 9 set( CMAKE_C_FLAGS $ENV{CFLAGS} CACHE STRING "" FORCE ) #same flags for C sources 10 set( CMAKE_LDFLAGS_FLAGS ${CMAKE_CXX_FLAGS} CACHE STRING "" FORCE ) #same flags for C sources
|
/hardware/bsp/intel/peripheral/libupm/src/tm1637/ |
D | CMakeLists.txt | 2 set (libdescription "C++ API for the TM1637 7-segment display")
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/intel/common/libva/debian.upstream/ |
D | copyright | 13 (C) Copyright IBM Corporation 2004 40 The Debian packaging is (C) 2007, Intel Corporation and
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | README.md | 4 Libmraa is a C/C++ library with bindings to javascript & python to interface 60 C++ compiler and the node development headers, however it's not required to
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/ |
D | README.webm | 7 Google's framework for writing C++ tests on a variety of platforms
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | subpixel_ssse3.asm | 457 movq xmm3, MMWORD PTR [rsi + rdx * 2] ;C 462 punpcklbw xmm3, xmm0 ;C E 481 movq xmm3, MMWORD PTR [rsi + rdx * 2 + 8] ;C 486 punpcklbw xmm3, xmm0 ;C E 540 movq xmm3, MMWORD PTR [rsi + rdx * 2] ;C 545 punpcklbw xmm3, xmm0 ;C E 550 movq xmm1, MMWORD PTR [rsi + rdx * 2 + 8] ;C 560 punpcklbw xmm1, xmm0 ;C E 645 movq xmm3, MMWORD PTR [rsi + rdx * 2] ;C 650 punpcklbw xmm3, xmm0 ;C E [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | gen_asm_deps.sh | 45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
|