HomeSort by relevance Sort by last modified time
    Searched full:structure (Results 551 - 575 of 12041) sorted by null

<<21222324252627282930>>

  /external/libnfc-nxp/src/
phHciNfc_CE_B.h 70 ******************** Enumeration and Structure Definition **********************
85 /* Information structure for the card emulation B gate */
103 * gate Information Structure.
119 * context Structure.
139 * emulation B gate management Structure.
142 * context Structure.
167 * context Structure.
196 * context Structure.
220 * context Structure.
243 * context Structure
    [all...]
  /external/opencv/cv/src/
cvcondens.cpp 45 // Purpose: Creating CvConDensation structure and allocating memory for it
48 // Kalman - double pointer to CvConDensation structure
68 /* allocating memory for the structure */
70 /* setting structure params */
74 /* allocating memory for structure fields */
96 /* Returning created structure */
104 // Purpose: Releases CvConDensation structure and frees memory allocated for it
107 // Kalman - double pointer to CvConDensation structure
141 /* release structure */
153 // Kalman - pointer to CvConDensation structure
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 98 * Data structure used to define a video path. The number of Video paths for
107 * The PortDefinition structure is used to define all of the parameters
111 * components will prepopulate this structure with optimal values during the
160 * Port format parameter. This structure is used to enumerate the various
164 * nSize : Size of the structure in bytes
187 * This is a structure for configuring video compression quantization
192 * nSize : Size of the structure in bytes
194 * nPortIndex : Port that this structure applies to
210 * Structure for configuration of video fast update parameters.
213 * nSize : Size of the structure in byte
    [all...]
  /hardware/intel/common/libva/va/
va_dec_vp8.h 46 * \brief VPX Bool Coder Context structure
48 * This common structure is defined for potential sharing by other VP formats
66 * \brief VP8 Decoding Picture Parameter Buffer Structure
68 * This structure conveys frame level parameters and should be sent once
163 * \brief VP8 Slice Parameter Buffer Structure
165 * This structure conveys parameters related to data partitions and should be
203 * \brief VP8 Coefficient Probability Data Buffer Structure
212 * probability array is indexed by the position in the token tree structure,
213 * as are all tree probability arrays. This structure is sent once per frame.
222 * \brief VP8 Inverse Quantization Matrix Buffer Structure
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 78 * Data structure used to define a video path. The number of Video paths for
87 * The PortDefinition structure is used to define all of the parameters
91 * components will prepopulate this structure with optimal values during the
140 * Port format parameter. This structure is used to enumerate the various
144 * nSize : Size of the structure in bytes
167 * This is a structure for configuring video compression quantization
172 * nSize : Size of the structure in bytes
174 * nPortIndex : Port that this structure applies to
190 * Structure for configuration of video fast update parameters.
193 * nSize : Size of the structure in byte
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Video.h 78 * Data structure used to define a video path. The number of Video paths for
87 * The PortDefinition structure is used to define all of the parameters
91 * components will prepopulate this structure with optimal values during the
140 * Port format parameter. This structure is used to enumerate the various
144 * nSize : Size of the structure in bytes
167 * This is a structure for configuring video compression quantization
172 * nSize : Size of the structure in bytes
174 * nPortIndex : Port that this structure applies to
190 * Structure for configuration of video fast update parameters.
193 * nSize : Size of the structure in byte
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 78 * Data structure used to define a video path. The number of Video paths for
87 * The PortDefinition structure is used to define all of the parameters
91 * components will prepopulate this structure with optimal values during the
140 * Port format parameter. This structure is used to enumerate the various
144 * nSize : Size of the structure in bytes
167 * This is a structure for configuring video compression quantization
172 * nSize : Size of the structure in bytes
174 * nPortIndex : Port that this structure applies to
190 * Structure for configuration of video fast update parameters.
193 * nSize : Size of the structure in bytes
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 96 * Data structure used to define a video path. The number of Video paths for
105 * The PortDefinition structure is used to define all of the parameters
109 * components will prepopulate this structure with optimal values during the
158 * Port format parameter. This structure is used to enumerate the various
162 * nSize : Size of the structure in bytes
185 * This is a structure for configuring video compression quantization
190 * nSize : Size of the structure in bytes
192 * nPortIndex : Port that this structure applies to
208 * Structure for configuration of video fast update parameters.
211 * nSize : Size of the structure in byte
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 78 * Data structure used to define a video path. The number of Video paths for
87 * The PortDefinition structure is used to define all of the parameters
91 * components will prepopulate this structure with optimal values during the
140 * Port format parameter. This structure is used to enumerate the various
144 * nSize : Size of the structure in bytes
167 * This is a structure for configuring video compression quantization
172 * nSize : Size of the structure in bytes
174 * nPortIndex : Port that this structure applies to
190 * Structure for configuration of video fast update parameters.
193 * nSize : Size of the structure in byte
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.cpp 93 this->fields.structure = ralloc_array(this->mem_ctx,
96 this->fields.structure[i].type = fields[i].type;
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
121 if (this->fields.structure[i].type->contains_sampler())
501 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
503 if (strcmp(key1->fields.structure[i].name,
504 key2->fields.structure[i].name) != 0)
526 "%p", (void *) key->fields.structure[i].type)
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.cpp 93 this->fields.structure = ralloc_array(this->mem_ctx,
96 this->fields.structure[i].type = fields[i].type;
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
121 if (this->fields.structure[i].type->contains_sampler())
501 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
503 if (strcmp(key1->fields.structure[i].name,
504 key2->fields.structure[i].name) != 0)
526 "%p", (void *) key->fields.structure[i].type)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
volume.h 44 * the time, applications will use the aggregated pa_cvolume structure that
73 * To handle the pa_cvolume structure, the PulseAudio library provides a
76 * \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid.
79 * structure have a given volume.
81 * structure are muted.
82 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
84 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a
86 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a
88 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to a
91 * \li pa_cvolume_snprint() - Pretty print a pa_cvolume structure
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 44 * the time, applications will use the aggregated pa_cvolume structure that
73 * To handle the pa_cvolume structure, the PulseAudio library provides a
76 * \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid.
79 * structure have a given volume.
81 * structure are muted.
82 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
84 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a
86 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a
88 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to a
91 * \li pa_cvolume_snprint() - Pretty print a pa_cvolume structure
    [all...]
  /external/chromium_org/chrome/browser/
browser_resources.grd 12 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="chrome_html" />
15 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="chrome_html" />
18 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="chrome_html" />
20 <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" type="chrome_html" />
21 <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
23 <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_android\about_welcome_android.html" flattenhtml="true" type="chrome_html" />
26 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\start_page.css" flattenhtml="true" type="chrome_html" />
27 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\start_page.html" flattenhtml="true" type="chrome_html" />
28 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\start_page.js" flattenhtml="true" type="chrome_html" />
29 <structure name="IDR_APP_LIST_HOTWORD_NACL_NMF" file="resources\app_list\hotword_nacl.nmf" flattenhtml="true" (…)
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexTestsCommon.java 28 import dex.structure.DexAnnotatedElement;
29 import dex.structure.DexAnnotation;
30 import dex.structure.DexClass;
31 import dex.structure.DexField;
32 import dex.structure.DexFile;
33 import dex.structure.DexMethod;
34 import dex.structure.DexParameter;
35 import dex.structure.WithModifiers;
  /device/google/accessory/demokit/
make-download.sh 5 # creates a zip for downloading with the following structure:
27 # create the directory structure
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
simple.apt 29 reflect the package structure of your java parsers. If your grammar file parser.g contains:
38 the generated .java files will correctly reflect the package structure in which they will
  /external/chromium_org/components/autofill/
README 5 When this process is complete, this component will have the following structure:
21 into its new structure, see
  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.h 8 // Defines functionality to upgrade the file structure of the Simple Cache
21 // Performs all necessary disk IO to upgrade the cache structure if it is
  /external/chromium_org/ppapi/shared_impl/
ppb_url_util_shared.h 36 // Helper function that optionally take a components structure and fills it
40 // It's annoying to serialze the large PP_URLComponents structure across IPC
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.h 12 * MD5Context structure, pass it to MD5Init, call MD5Update as
26 // Canonical name for a MD5 context structure, used in many crypto libs.
  /external/chromium_org/third_party/libxml/src/
TODO_SCHEMAS 10 - Implement the missing parts in the Structure part
27 - "formal" checking, i.e. go through the full Structure spec and
  /external/chromium_org/third_party/libxslt/libxslt/
numbersInternals.h 23 * This data structure is just a wrapper to pass xsl:number data in.
49 * This data structure lists the various parameters needed to format numbers.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
omxSP_FFTGetBufSize_C_FC32.c 21 * These functions compute the size of the specification structure
34 * structure
omxSP_FFTGetBufSize_R_F32.c 21 * Computes the size of the specification structure required for the length
32 * specification structure.

Completed in 1823 milliseconds

<<21222324252627282930>>