HomeSort by relevance Sort by last modified time
    Searched full:component (Results 751 - 775 of 4899) sorted by null

<<31323334353637383940>>

  /hardware/qcom/media/mm-core/inc/
OMX_CoreExt.h 26 * by both the application and the component to access common items.
46 OMX_EventIndexSettingChanged = OMX_EventKhronosExtensions, /**< component signals the IL client of a change
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 31 * This file implements OMX Component for AAC Decoder that
88 * @fn AACDEC_ComponentThread() This is component thread that keeps listening for
157 OMX_ERROR2(pComponentPrivate->dbg, "\n\n\n!!!!! Component Time Out !!!!!!!!!!!! \n");
166 "Error from COmponent Thread in select");
170 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
173 OMX_PRINT1(pComponentPrivate->dbg, "Exiting from Component thread\n");
175 OMX_PRSTATE2(pComponentPrivate->dbg, "******************* Component State Set to Loaded\n\n");
202 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
OMX_AacDecoder.c 31 * This file implements OMX Component for AAC decoder that
100 /* define component role */
187 * OMX_ComponentInit() Set the all the function pointers of component
189 * This method will update the component function pointer to the handle
191 * @param hComp handle for this instance of the component
477 OMX_ERROR4(pComponentPrivate->dbg, "[AAC Component] - failure to open WRITE pipe\n");
482 OMX_ERROR4(pComponentPrivate->dbg, "[AAC Component] - failure to open READ pipe\n");
496 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from the Component\n",
520 * SendCommand() used to send the commands to the component
524 * @param phandle handle for this instance of the component
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 31 * This file implements OMX Component for AAC encoder that
86 /* Recover the pointer to my component specific data */
151 OMX_PRINT2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__);
160 "Error from Component Thread in select");
166 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
194 /* Do not accept any command when the component is stopping */
195 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
199 OMX_ERROR2(pComponentPrivate->dbg, " %d :: Exiting from Component thread\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 31 * This file implements OMX Component for WBMAR decoder that
78 * @fn WBAMR_DEC_ComponentThread() Component thread
165 OMX_PRINT2(pComponentPrivate->dbg,"Component Time Out !!!!!!!!!!!! \n");
173 "Error from Component Thread in select");
177 OMX_PRCOMM2(pComponentPrivate->dbg, "DATA pipe is set in Component Thread\n");
189 /* Do not accept any command when the component is stopping */
190 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
193 OMX_PRINT1(pComponentPrivate->dbg, "Exiting from Component thread\n");
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_CoreExt.h 26 * by both the application and the component to access common items.
53 OMX_EventIndexSettingChanged = OMX_EventKhronosExtensions, /**< component signals the IL client of a change
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 218 // (or no alpha component in the texture).
457 int component,
461 comment(comments[component]);
465 const int dst_component_size = pixel.component_size(component);
469 parts, component, scratches, regs);
471 if (mInfo[component].inDest) {
474 build_blending( temp, mDstPixel, component, scratches );
476 // downshift component and rebuild pixel...
477 downshift(pixel, component, temp, parts.dither);
485 int component,
    [all...]
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 33 url_parse::Component UTF8ComponentToUTF16Component(
35 const url_parse::Component& component_utf8) {
37 return url_parse::Component();
45 url_parse::Component component_16(before_component_string_16.length(),
222 const url_parse::Component& part,
234 const url_parse::Component& part,
245 const url_parse::Component& part,
274 const url_parse::Component& part,
285 const url_parse::Component& part,
298 const url_parse::Component& part
    [all...]
  /external/chromium/googleurl/src/
url_util.cc 95 const url_parse::Component& component,
97 if (!component.is_nonempty())
98 return compare_to[0] == 0; // When component is empty, match empty scheme.
99 return LowerCaseEqualsASCII(&spec[component.begin],
100 &spec[component.end()],
107 bool DoIsStandard(const CHAR* spec, const url_parse::Component& scheme) {
124 url_parse::Component* found_scheme) {
132 url_parse::Component our_scheme;
136 *found_scheme = url_parse::Component();
    [all...]
url_parse_unittest.cc 107 const url_parse::Component& component) {
108 // If the component is nonexistant (length == -1), it should begin at 0.
109 EXPECT_TRUE(component.len >= 0 || component.len == -1);
112 EXPECT_LE(0, component.begin);
114 // A NULL reference means the component should be nonexistant.
116 return component.len == -1;
117 if (component.len < 0)
120 if (strlen(reference) != static_cast<size_t>(component.len)
169 Parsed::ComponentType component; member in struct:CountCase
    [all...]
url_canon_path.cc 162 // appending directory paths, so the previous path component has and ending
206 const url_parse::Component& path,
324 const url_parse::Component& path,
326 url_parse::Component* out_path) {
343 *out_path = url_parse::Component();
351 const url_parse::Component& path,
353 url_parse::Component* out_path) {
358 const url_parse::Component& path,
360 url_parse::Component* out_path) {
365 const url_parse::Component& path
    [all...]
  /external/chromium_org/chrome/common/net/
url_fixer_upper.cc 33 url_parse::Component UTF8ComponentToUTF16Component(
35 const url_parse::Component& component_utf8) {
37 return url_parse::Component();
45 url_parse::Component component_16(before_component_string_16.length(),
222 const url_parse::Component& part,
234 const url_parse::Component& part,
245 const url_parse::Component& part,
274 const url_parse::Component& part,
285 const url_parse::Component& part,
298 const url_parse::Component& part
    [all...]
  /external/chromium_org/remoting/host/installer/win/
chromoting.wxs 153 <Component Id="sas" Guid="*">
158 </Component>
160 <Component Id="remoting_core" Guid="*">
175 </Component>
177 <Component Id="remoting_desktop" Guid="*">
183 </Component>
185 <Component Id="remoting_host" Guid="*">
227 </Component>
230 <Component Id="omaha_registration" Guid="*">
243 </Component>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 92 /* define component role */
181 * @fn OMX_ComponentInit() function is called by OMX Core to initialize the component
182 * with default values of the component. Before calling this function OMX_Init
185 * @param *hComp This is component handle allocated by the OMX core.
189 * @post Component has initialzed with default values.
191 * @return OMX_ErrorNone = Successful Inirialization of the component\n
436 G722DEC_DPRINT("[G722 Component] - failure to open WRITE pipe\n");
440 G722DEC_DPRINT("[G722 Component] - failure to open READ pipe\n");
447 G722DEC_DPRINT ("Error returned from the Component\n");
469 * @param phandle This is component handle
    [all...]
  /external/chromium_org/url/
url_parse_unittest.cc 99 const url_parse::Component& component) {
100 // If the component is nonexistant (length == -1), it should begin at 0.
101 EXPECT_TRUE(component.len >= 0 || component.len == -1);
104 EXPECT_LE(0, component.begin);
106 // A NULL reference means the component should be nonexistant.
108 return component.len == -1;
109 if (component.len < 0)
112 if (strlen(reference) != static_cast<size_t>(component.len)
158 Parsed::ComponentType component; member in struct:url_parse::__anon17006::CountCase
    [all...]
  /frameworks/base/docs/html/training/sync-adapters/
creating-sync-adapter.jd 53 The sync adapter component in your app encapsulates the code for the tasks that transfer
55 your app, the sync adapter framework runs the code in the sync adapter component. To add a
56 sync adapter component to your app, you need to add the following pieces:
69 A component that allows the sync adapter framework to run the code in your sync adapter
98 To create the sync adapter component, start by extending
100 constructors to run setup tasks each time your sync adapter component is created from
109 components that are singleton instances. Instantiating the sync adapter component is covered
159 The sync adapter component does not automatically do data transfer. Instead, it
166 To facilitate the transfer of data from your main app code to the sync adapter component,
295 You now have your data transfer code encapsulated in a sync adapter component, but you hav
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 183 * @fn OMX_ComponentInit() function is called by OMX Core to initialize the component
184 * with default values of the component. Before calling this function OMX_Init
187 * @param *hComp This is component handle allocated by the OMX core.
191 * @post Component has initialzed with default values.
193 * @return OMX_ErrorNone = Successful Inirialization of the component\n
434 G726DEC_EPRINT("[G726 Component] - failure to open WRITE pipe\n");
438 G726DEC_EPRINT("[G726 Component] - failure to open READ pipe\n");
453 G726DEC_EPRINT ("Error returned from the Component\n");
475 * @param phandle This is component handle.
487 * @return OMX_ErrorNone = Successful Inirialization of the component\
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
quat.js 55 * @param {Number} x X component
56 * @param {Number} y Y component
57 * @param {Number} z Z component
58 * @param {Number} w W component
78 * @param {Number} x X component
79 * @param {Number} y Y component
80 * @param {Number} z Z component
81 * @param {Number} w W component
231 * Calculates the W component of a quat from the X, Y, and Z components.
233 * Any existing W component will be ignored
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 28 /// \brief Represents a single component in a vtable.
99 /// \brief Get the kind of this vtable component.
105 assert(getKind() == CK_VCallOffset && "Invalid component kind!");
111 assert(getKind() == CK_VBaseOffset && "Invalid component kind!");
117 assert(getKind() == CK_OffsetToTop && "Invalid component kind!");
123 assert(getKind() == CK_RTTI && "Invalid component kind!");
136 getKind() == CK_DeletingDtorPointer) && "Invalid component kind!");
151 ComponentKind == CK_OffsetToTop) && "Invalid component kind!");
164 "Invalid component kind!");
173 getKind() == CK_OffsetToTop) && "Invalid component kind!")
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 31 * This file implements OMX Component for MPEG-4 decoder that
192 "Error from Component Thread in select");
291 "Error from Component Thread while processing dsp Responses");
311 "Error from Component Thread while processing input buffer");
328 "Error from Component Thread while processing free input buffer");
345 "Error from Component Thread while processing free output buffer");
432 "Error from Component Thread in select");
446 "Error from Component Thread while processing dsp Responses");
460 "Error from Component Thread while processing input buffer");
473 "Error from Component Thread while processing free input buffer")
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h 63 /** \defgroup grp_fri_nfc_ndef_map NDEF Mapping Component
65 * This component implements the read/write/check NDEF functions for remote devices.
194 * These are the indices of the completion routine pointers within the component context.
799 * \brief NFC NDEF Mapping Component Context Structure
    [all...]

Completed in 925 milliseconds

<<31323334353637383940>>