/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | md5_utils.c | 160 register UWORD32 a, b, c, d; in MD5Transform() local 162 a = buf[0]; in MD5Transform() 167 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 168 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 169 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 170 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 171 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 172 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform() 173 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform() 174 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.h | 35 # define pack_tokens(a,b,c) \ argument 36 vp8cx_pack_tokens_armv5(a,b,c,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 37 # define pack_tokens_into_partitions(a,b,c,d) \ argument 38 vp8cx_pack_tokens_into_partitions_armv5(a,b,c,d,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 39 # define pack_mb_row_tokens(a,b) \ argument 40 vp8cx_pack_mb_row_tokens_armv5(a,b,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c) 46 # define pack_tokens_into_partitions(a,b,c,d) pack_tokens_into_partitions_c(a,b,c,d) 47 # define pack_mb_row_tokens(a,b) pack_mb_row_tokens_c(a,b)
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/ |
D | index.handlebars | 3 <h1><strong>Welcome to UPM Node.JS Documentation!</strong><a class="headerlink" 4 … href="#welcome-to-upm-python-documentation"></a></h1> 7 <p>Browse to a module or class using the sidebar to view its API 10 <p>UPM is a high level repository for sensors that use MRAA. Each 12 some groups of sensors may be. Each sensor contains a header which 13 allows to interface with it. Typically a sensor is represented as a 23 … <h3><code class="docutils literal"><span class="pre">Examples</span></code><a class="headerlink" 25 … title="Permalink to this headline">*</a></h3> 30 <a class="reference external" 31 href="https://github.com/intel-iot-devkit/iot-devkit-samples">iot-devkit-samples</a> [all …]
|
D | classes.handlebars | 8 <li><a href="{{.}}.html">{{.}}</a></li> 22 Defined in: <a href="{{foundAt}}">`{{{file}}}:{{{line}}}`</a> 65 <li class="api-class-tab index"><a href="#index">Index</a></li> 68 <li class="api-class-tab methods"><a href="#methods">Methods</a></li> 71 <li class="api-class-tab properties"><a href="#properties">Properties</a></li> 74 <li class="api-class-tab attrs"><a href="#attrs">Attributes</a></li> 77 <li class="api-class-tab events"><a href="#events">Events</a></li> 92 <a href="#method_{{name}}">{{name}}</a> 113 <a href="#property_{{name}}">{{name}}</a> 134 <a href="#attr_{{name}}">{{name}}</a> [all …]
|
D | module.handlebars | 5 <a class="button link-docs" href="/yui/docs/{{name}}">User Guide & Examples</a> 22 Defined in: <a href="{{foundAt}}">`{{{file}}}:{{{line}}}`</a> 64 <a href="{{../projectRoot}}classes/{{name}}.html"> 66 </a> 75 <p>This module is a rollup of the following modules:</p> 80 <a href="{{../projectRoot}}modules/{{name}}.html"> 82 </a>
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_math.c | 23 unsigned long ldiv_mod_u(register unsigned long a, register unsigned long b, unsigned long * mod) in ldiv_mod_u() argument 35 if (a < b) in ldiv_mod_u() 37 *mod = a; in ldiv_mod_u() 49 if (div <= a) in ldiv_mod_u() 52 a -= div; in ldiv_mod_u() 57 *mod = a; in ldiv_mod_u() 62 unsigned ldiv_u(register unsigned a, register unsigned b) in ldiv_u() argument 72 if (div < a) in ldiv_u() 75 a -= div; in ldiv_u()
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | constants.h | 59 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 60 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 62 #define ROUND_UP_ALIGN_DOWN(value, a) FLOAT(FloorToMultipleOf(UINT32(value + 0.5f), UINT32(a))) argument 63 #define ROUND_UP_ALIGN_UP(value, a) FLOAT(CeilToMultipleOf(UINT32(value + 0.5f), UINT32(a))) argument 73 inline void Swap(T &a, T &b) { in Swap() argument 74 T c(a); in Swap() 75 a = b; in Swap()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | gen_scalers.c | 41 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_4_scale_c() local 48 a = src[0]; in vp8_horizontal_line_5_4_scale_c() 54 des[0] = (unsigned char) a; in vp8_horizontal_line_5_4_scale_c() 73 unsigned int a, b, c, d, e; in vp8_vertical_band_5_4_scale_c() local 79 a = src[0 * src_pitch]; in vp8_vertical_band_5_4_scale_c() 85 des[0 * dest_pitch] = (unsigned char) a; in vp8_vertical_band_5_4_scale_c() 122 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_3_scale_c() local 129 a = src[0]; in vp8_horizontal_line_5_3_scale_c() 135 des[0] = (unsigned char) a; in vp8_horizontal_line_5_3_scale_c() 151 unsigned int a, b, c, d, e; in vp8_vertical_band_5_3_scale_c() local [all …]
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | porting.md | 1 Porting a module from Arduino {#porting} 5 The issues typically come from misunderstanding of how a non real time OS deals 9 ### Adding a new module to UPM 11 1. Choose a name for your module (see @ref naming) 12 2. Make a new folder in src/modulename 13 3. Create a CMakeLists.txt file inside src/modulename 17 By default you need a header called modulename.h and a C++ file called 32 The easiest way to do this is to have a look at a similar sensor to yours. 33 Typically create a class for your sensor with a constructor that defines the 35 required to talk to the board's IO. An I2c sensor will create a [all …]
|
D | naming.md | 1 Naming a module {#naming} 4 UPM attempts to follow a clear naming pattern. Modules should be sensibly named 12 ### Choosing a name for a new module 14 1. Pick a name, typically the chip name is the most sensible 21 Other times this does not. Try to pick a generic name so people with a similar 28 If ever, give either of us a ping via email:
|
D | max31855.md | 1 Making a UPM module for MAX31855 {#max31855} 4 The Maxim Integrated MAX31855 is a thermocouple amplifier allowing you to read 5 from a K type thermocouple. My board comes from the Pmod kit form Maxim 7 people made arduino code already so we'll use that as a 12 This is a spi module so we will use the mraa spi functions to build our module. 13 First thing to do is to create a tree structure like this in upm/src/max31855: 34 either of those args. The upm.i is just a shortcut to include some commonly 39 Then we create the header (max31855.h) , a very simple header in our case we 40 will have only a very basic api. We provide a getTemp() function which will 41 return the same type as in the arduino library, a double. [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmip.h | 69 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ argument 70 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0) 72 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ argument 73 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff) 202 #define IPV4_ISMULTI(a) (((a) & 0xf0000000) == 0xe0000000) argument
|
/hardware/bsp/intel/peripheral/libupm/src/grove/ |
D | grove.cxx | 129 int a = mraa_aio_read(m_aio); in value() local 130 float r = (float)(1023.0-a)*10000.0/a; in value() 160 float a = (float) mraa_aio_read(m_aio); in value() local 161 a = 10000.0/pow(((1023.0-a)*10.0/a)*15.0,4.0/3.0); in value() 162 return (int) round(a); in value() 243 float a = GroveSlide::raw_value(); in voltage_value() local 244 a = m_ref_voltage * a / 1023.0 ; in voltage_value() 245 return a; in voltage_value()
|
/hardware/ti/omap4-aah/libtiutils/ |
D | UtilsCommon.h | 43 const T & min(const T & a, const T & b); 46 const T & max(const T & a, const T & b); 72 inline const T & min(const T & a, const T & b) { in min() argument 73 return a < b ? a : b; in min() 77 inline const T & max(const T & a, const T & b) { in max() argument 78 return a < b ? b : a; in max()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.h | 33 #define pair_set_epi16(a, b) \ argument 34 _mm_set_epi16(b, a, b, a, b, a, b, a) 36 #define pair_set_epi32(a, b) \ argument 37 _mm_set_epi32(b, a, b, a)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 96 int a = ip[c] + pred_ptr[c] ; in vp8_short_idct4x4llm_c() local 98 if (a < 0) in vp8_short_idct4x4llm_c() 99 a = 0; in vp8_short_idct4x4llm_c() 101 if (a > 255) in vp8_short_idct4x4llm_c() 102 a = 255; in vp8_short_idct4x4llm_c() 104 dst_ptr[c] = (unsigned char) a ; in vp8_short_idct4x4llm_c() 123 int a = a1 + pred_ptr[c] ; in vp8_dc_only_idct_add_c() local 125 if (a < 0) in vp8_dc_only_idct_add_c() 126 a = 0; in vp8_dc_only_idct_add_c() 128 if (a > 255) in vp8_dc_only_idct_add_c() [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | README.cpp.md | 4 UPM is a high level repository for sensors that use MRAA. Each sensor links 6 may be. Each sensor contains a header which allows to interface with it. 7 Typically a sensor is represented as a class and instantiated. 41 <a href="https://software.intel.com/iot/software/ide"><img src="docs/icons/eclipse.png"/></a> 56 Before you begin development, take a look at our @ref naming conventions. 63 If you are providing a fix with significant changes, feel free to add yourself 64 as a contributor. Signing-off your commits is mandatory. 71 <a href="http://iotdk.intel.com/docs/master/upm"><img src="docs/icons/c++.png"/></a> 72 <a href="http://iotdk.intel.com/docs/master/upm/java"><img src="docs/icons/java.png"/></a> 73 <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/icons/python.png"/></a> [all …]
|
D | README.java.md | 3 UPM is a high level repository for sensors that use MRAA. Each sensor links 5 may be. Each sensor contains a header which allows to interface with it. 6 Typically a sensor is represented as a class and instantiated. 40 <a href="https://software.intel.com/iot/software/ide"><img src="../docs/icons/eclipse.png"/></a> 55 Before you begin development, take a look at our @ref naming conventions. 62 If you are providing a fix with significant changes, feel free to add yourself 63 as a contributor. Signing-off your commits is mandatory. 70 <a href="http://iotdk.intel.com/docs/master/upm"><img src="../docs/icons/c++.png"/></a> 71 <a href="http://iotdk.intel.com/docs/master/upm/java"><img src="../docs/icons/java.png"/></a> 72 <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/icons/python.png"/></a> [all …]
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | LICENSE.LGPL | 41 or for a fee, you must give the recipients all the rights that we gave 48 We protect your rights with a two-step method: (1) we copyright the 59 Finally, software patents pose a constant threat to the existence of 60 any free program. We wish to make sure that a company cannot 61 effectively restrict the users of a free program by obtaining a 62 restrictive license from a patent holder. Therefore, we insist that 63 any patent license obtained for a version of the library must be 73 When a program is linked with a library, whether statically or using 74 a shared library, the combination of the two is legally speaking a 75 combined work, a derivative of the original library. The ordinary [all …]
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 41 or for a fee, you must give the recipients all the rights that we gave 48 We protect your rights with a two-step method: (1) we copyright the 59 Finally, software patents pose a constant threat to the existence of 60 any free program. We wish to make sure that a company cannot 61 effectively restrict the users of a free program by obtaining a 62 restrictive license from a patent holder. Therefore, we insist that 63 any patent license obtained for a version of the library must be 73 When a program is linked with a library, whether statically or using 74 a shared library, the combination of the two is legally speaking a 75 combined work, a derivative of the original library. The ordinary [all …]
|
/hardware/intel/img/psb_video/src/ |
D | pnw_rotate.h | 59 #define VAROTATION2HAL(a) a argument 60 #define HAL2VAROTATION(a) a argument 61 #define psb_android_is_extvideo_mode(a) 0 argument 62 #define psb_android_surfaceflinger_rotate(a, b) argument
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 42 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 43 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
/hardware/libhardware/include/hardware/ |
D | keymaster_defs.h | 519 #define KEYMASTER_SIMPLE_COMPARE(a, b) (a < b) ? -1 : ((a > b) ? 1 : 0) argument 520 inline int keymaster_param_compare(const keymaster_key_param_t* a, const keymaster_key_param_t* b) { in keymaster_param_compare() argument 521 int retval = KEYMASTER_SIMPLE_COMPARE(a->tag, b->tag); in keymaster_param_compare() 525 switch (keymaster_tag_get_type(a->tag)) { in keymaster_param_compare() 531 return KEYMASTER_SIMPLE_COMPARE(a->enumerated, b->enumerated); in keymaster_param_compare() 534 return KEYMASTER_SIMPLE_COMPARE(a->integer, b->integer); in keymaster_param_compare() 537 return KEYMASTER_SIMPLE_COMPARE(a->long_integer, b->long_integer); in keymaster_param_compare() 539 return KEYMASTER_SIMPLE_COMPARE(a->date_time, b->date_time); in keymaster_param_compare() 543 if (a->blob.data_length != 0 && b->blob.data_length == 0) in keymaster_param_compare() 545 if (a->blob.data_length == 0 && b->blob.data_length == 0) in keymaster_param_compare() [all …]
|
/hardware/bsp/intel/peripheral/libupm/ |
D | README.md | 4 UPM is a high level repository for sensors that use MRAA. Each sensor links 6 may be. Each sensor contains a header which allows to interface with it. 7 Typically a sensor is represented as a class and instantiated. 74 <a href="https://software.intel.com/iot/software/ide"><img src="docs/icons/allides.png"/></a> 88 Before you begin development, take a look at our naming [conventions](docs/naming.md). 95 If you are providing a fix with significant changes, feel free to add yourself 96 as a contributor. Signing-off your commits is mandatory. 101 <a href="http://iotdk.intel.com/docs/master/upm"><img src="docs/icons/c++.png"/></a> 102 <a href="http://iotdk.intel.com/docs/master/upm/java"><img src="docs/icons/java.png"/></a> 103 <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/icons/python.png"/></a> [all …]
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | README.md | 4 Libmraa is a C/C++ library with bindings to javascript & python to interface 5 with the IO on Galileo, Edison & other platforms, with a structured and sane 40 See the section below on compiling or use our repository to install on a glibc 59 You can also install just the node.js mraa module by using npm. You will need a 81 issues in github or join us in #mraa on freenode IRC, hang around for a little 82 while because we're not necessarily on 24/7, but we'll get back to you! Have a 88 <a href="http://c.mraa.io"><img src="http://iotdk.intel.com/misc/logos/c++.png"/></a> 89 <a href="http://java.mraa.io"><img src="http://iotdk.intel.com/misc/logos/java.png"/></a> 90 <a href="http://py.mraa.io"><img src="http://iotdk.intel.com/misc/logos/python.png"/></a> 91 <a href="http://js.mraa.io"><img src="http://iotdk.intel.com/misc/logos/node.png"/></a>
|