/external/jpeg/ |
jdinput.c | 103 /* Mark component needed, until color conversion says otherwise */ 105 /* Mark no quantization table yet saved for component */ 132 /* Noninterleaved (single-component) scan */ 158 /* Interleaved (multi-component) scan */ 175 /* Sampling factors give # of blocks of component in each MCU */ 217 * Save away a copy of the Q-table referenced by each component present 222 * so that each component uses a different Q-table. (The IJG encoder is not 225 * means that we have to save away the table actually used for each component. 227 * the component. 229 * slot between scans of a component using that slot. If the encoder does s [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_MifareStdMap.h | 65 * This component encapsulates Ndef Registration and Listening data and functionality. 247 * \brief \copydoc page_reg Resets the component instance to the initial state and lets the component forget about 270 * the component context. 279 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 281 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start reading 312 * the component context. 321 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall 323 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start writing 353 * the component context [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-build.rst | 20 the project's component data. The tool is primarily designed for use in 46 Print the component tree for the project. 55 component combinations.
|
/external/llvm/include/llvm/Support/ |
TimeValue.h | 195 /// Returns only the seconds component of the TimeValue. The nanoseconds 197 /// @brief Retrieve the seconds component 200 /// Returns only the nanoseconds component of the TimeValue. The seconds 202 /// @brief Retrieve the nanoseconds component. 281 /// The seconds component of the TimeValue is set to \p sec without 284 /// @brief Set the seconds component. 290 /// The nanoseconds component of the TimeValue is set to \p nanos without 295 /// @brief Set the nanoseconds component using a number of nanoseconds. 301 /// The seconds component remains unchanged. 302 /// @brief Set the nanoseconds component using a number of microseconds [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdinput.c | 103 /* Mark component needed, until color conversion says otherwise */ 105 /* Mark no quantization table yet saved for component */ 132 /* Noninterleaved (single-component) scan */ 158 /* Interleaved (multi-component) scan */ 175 /* Sampling factors give # of blocks of component in each MCU */ 217 * Save away a copy of the Q-table referenced by each component present 222 * so that each component uses a different Q-table. (The IJG encoder is not 225 * means that we have to save away the table actually used for each component. 227 * the component. 229 * slot between scans of a component using that slot. If the encoder does s [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlgetrgba.html | 123 >Get RGBA component values from a pixel stored in the specified pixel format.</P 126 components from pixel formats with less than 8-bits per RGB component 130 >If the surface has no alpha component, the alpha will be returned as 0xff
|
/external/skia/src/effects/ |
SkColorFilterImageFilter.cpp | 29 // any output component might go outside of [0, 255] for any combination of 31 // Each output component is an affine transformation of the input component, so
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC_s.h | 50 OMX_VIDEO_LUMINANCE EQU 0; /** Luminance component */ 51 OMX_VIDEO_CHROMINANCE EQU 1; /** chrominance component */ 52 OMX_VIDEO_ALPHA EQU 2; /** Alpha component */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC_s.h | 50 OMX_VIDEO_LUMINANCE EQU 0; /** Luminance component */ 51 OMX_VIDEO_CHROMINANCE EQU 1; /** chrominance component */ 52 OMX_VIDEO_ALPHA EQU 2; /** Alpha component */
|
/frameworks/base/core/java/android/app/ |
AliasActivity.java | 36 * based on information in its component's manifest meta-data. This is a 40 * component an entry named "android.app.alias". It is a reference to an XML 45 * This is the name under which you should store in your component the
|
/frameworks/base/docs/html/training/basics/intents/ |
index.jd | 41 android.content.Intent} to identify and start the appropriate app component. Using intents even 44 <p>An {@link android.content.Intent} can be <em>explicit</em> in order to start a specific component 46 component that can handle the intended action (such as "capture a photo").</p>
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 193 * @param x scale component x 194 * @param y scale component y 195 * @param z scale component z 208 * @param x translation component x 209 * @param y translation component y 210 * @param z translation component z 381 * @param x scale component x 382 * @param y scale component y 383 * @param z scale component z 395 * @param x translation component [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 193 * @param x scale component x 194 * @param y scale component y 195 * @param z scale component z 208 * @param x translation component x 209 * @param y translation component y 210 * @param z translation component z 381 * @param x scale component x 382 * @param y scale component y 383 * @param z scale component z 395 * @param x translation component [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 93 CAMHAL_LOGEA("OMX component in Invalid state"); 100 CAMHAL_LOGEA("OMX component not in executing state"); 230 CAMHAL_LOGEA("OMX component in Invalid state"); 237 CAMHAL_LOGEA("OMX component not in executing state"); 257 // This is a WA. Usually the OMX Camera component should 278 CAMHAL_LOGEA("OMX component is in invalid state"); 341 CAMHAL_LOGEA("OMX component in Invalid state"); 347 CAMHAL_LOGEA("OMX component not in executing state"); 498 CAMHAL_LOGEA("OMX component in Invalid state"); 504 CAMHAL_LOGEA("OMX component not in executing state") [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
basename.c | 27 /* Return the address of the last file name component of NAME. If 60 Return the last file name component of NAME, allocated with 79 /* If there is no last component, then name is a file system root or the
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
ChoiceTest.java | 202 ASN1Boolean.getInstance(),// second: decoded component 223 ASN1Choice choice2 = new ASN1Choice(new ASN1Type[] { choice1, // first: decoded component 255 ASN1Boolean.getInstance(),// component to be checked 270 ASN1Boolean.getInstance() // component to be checked 288 ASN1Any.getInstance() // component to be checked 306 ASN1Boolean.getInstance() //component to be checked
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
BookmarkUtils.java | 50 * @param rValue Red component of the dominant favicon color. 51 * @param gValue Green component of the dominant favicon color. 52 * @param bValue Blue component of the dominant favicon color. 83 * @param rValue Red component of the dominant favicon color. 84 * @param gValue Green component of the dominant favicon color. 85 * @param bValue Blue component of the dominant favicon color.
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
other_options_settings.js | 9 * UI component that renders checkboxes for various print options. 20 * @extends {print_preview.Component} 24 print_preview.Component.call(this); 133 __proto__: print_preview.Component.prototype, 145 print_preview.Component.prototype.enterDocument.call(this); 190 print_preview.Component.prototype.exitDocument.call(this);
|
/external/chromium_org/chrome/common/extensions/ |
sync_type_unittest.cc | 188 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error); 196 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error); 204 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error); 213 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error); 221 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error); 234 Manifest::COMPONENT, base::FilePath(),
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
candidate.h | 49 Candidate(const std::string& id, int component, const std::string& protocol, 54 : id_(id), component_(component), protocol_(protocol), address_(address), 63 int component() const { return component_; } function in class:cricket::Candidate 64 void set_component(int component) { component_ = component; } 170 // (2^0)*(256 - component ID)
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
keyfactory.py | 42 format can store the public component of a key, or the public and 66 key component is not present. 69 @param public: If True, the private key component (if present) will be 125 private key component is not present. 128 @param public: If True, the private key component (if present) will 207 Create a new public key. Discard any private component,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.cpp | 59 OMX_COMPONENTTYPE **component) 62 352 /* width */, 288 /* height */, callbacks, appData, component), 361 OMX_PTR appData, OMX_COMPONENTTYPE **component) { 367 callbacks, appData, component); 372 callbacks, appData, component); 374 CHECK(!"Unknown component");
|
/libcore/luni/src/main/java/java/sql/ |
Date.java | 76 * Date} values do not have an hours component. 89 * Date} values do not have a minutes component. 102 * Date} values do not have a seconds component. 115 * Date} values do not have an hours component. 129 * Date} values do not have a minutes component. 143 * Date} values do not have a seconds component.
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 27 * This file implements G726 Encoder Component Test Application to verify 305 /* This method will wait for the component to get to the state 347 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent); 349 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); 356 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); 398 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__,eEvent); 401 APP_DPRINT( "%d :: App: Component OMX_EventMark = %d\n", __LINE__,eEvent); 404 APP_DPRINT( "%d :: App: Component OMX_EventPortSettingsChanged = %d\n", __LINE__,eEvent); 407 APP_DPRINT( "%d :: App: Component OMX_EventBufferFlag = %d\n", __LINE__,eEvent); 540 printf("%d :: ### TESTCASE 1: Playing component till EOF ###\n",__LINE__) [all...] |
/development/samples/Home/src/com/example/android/home/ |
ApplicationInfo.java | 49 * Creates the application intent based on a component name and various launch flags. 51 * @param className the class name of the component representing the intent
|