HomeSort by relevance Sort by last modified time
    Searched refs:component (Results 226 - 250 of 666) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/component_updater/
crx_update_item.h 23 // in a std::vector or a std::list. The two main members are |component|
24 // which is supplied by the the component updater client and |status| which
78 CrxComponent component; member in struct:component_updater::CrxUpdateItem
82 // A component can be made available for download from several urls.
99 // The |error_category| contains a hint about which module in the component
118 // Function object used to find a specific component.
  /external/chromium_org/content/browser/media/
media_internals.h 51 AudioComponent component) OVERRIDE;
  /external/chromium_org/media/audio/
audio_manager.h 183 // instances of the given component. See AudioLogFactory for more details.
185 AudioLogFactory::AudioComponent component) = 0;
187 // Called when a component has detected a OS level audio wedge. Shuts down
mock_audio_manager.h 71 AudioLogFactory::AudioComponent component) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.cpp 103 static U8CPU InvScaleByte(U8CPU component, uint32_t scale)
105 SkASSERT(component == (uint8_t)component);
106 return (component * scale + 0x8000) >> 16;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 38 options.component = 'MOCK component'
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 47 virtual TransportChannelImpl* CreateTransportChannel(int component);
transportchannelproxy.cc 43 int component)
44 : TransportChannel(content_name, component),
54 impl_->GetTransport()->DestroyChannel(impl_->component());
70 impl_->GetTransport()->DestroyChannel(impl_->component());
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mc.h 95 void vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances);
  /external/chromium_org/third_party/skia/src/core/
SkMaskGamma.h 27 /** Converts a color component luminance in the color space to a linear luma. */
29 /** Converts a linear luma to a color component luminance in the color space. */
202 * If APPLY_LUT is false, returns component unchanged.
203 * If APPLY_LUT is true, returns lut[component].
204 * @param APPLY_LUT whether or not the look-up table should be applied to component.
205 * @component the initial component.
206 * @lut a look-up table which transforms the component.
208 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) {
209 return component;
    [all...]
  /external/chromium_org/ui/gfx/
color_utils.cc 52 const double component = eight_bit_component / 255.0; local
53 return (component <= 0.03928) ?
54 (component / 12.92) : pow((component + 0.055) / 1.055, 2.4);
  /external/clang/tools/scan-view/
Reporter.py 193 return [ TextParameter('Component'), TextParameter('Component Version'),
197 component = parameters.get('Component', '')
198 componentVersion = parameters.get('Component Version', '')
204 if not component.strip():
205 component = 'Bugs found by clang Analyzer'
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 46 $component = $parts[0]; variable
47 $line = "<td>Component: <a href=\"buildnotes/$anEntry\">$component</a></td>";
  /external/harfbuzz/src/
harfbuzz-buffer.h 43 HB_UShort component; member in struct:HB_GlyphItemRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 43 HB_UShort component; member in struct:HB_GlyphItemRec_
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.h 95 void vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances);
  /external/skia/src/core/
SkMaskGamma.h 27 /** Converts a color component luminance in the color space to a linear luma. */
29 /** Converts a linear luma to a color component luminance in the color space. */
202 * If APPLY_LUT is false, returns component unchanged.
203 * If APPLY_LUT is true, returns lut[component].
204 * @param APPLY_LUT whether or not the look-up table should be applied to component.
205 * @component the initial component.
206 * @lut a look-up table which transforms the component.
208 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) {
209 return component;
    [all...]
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 35 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
301 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
302 return new android::SoftG711(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
266 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
267 return new android::SoftGSM(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 35 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 34 // Exposes a vpx encoder as an OMX Component
66 OMX_COMPONENTTYPE **component);
192 // Verifies the component role tried to be set to this OMX component is
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
211 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
212 return new android::SoftRaw(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 45 OMX_COMPONENTTYPE **component);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSelectorView.java 220 ComponentName component = intent.getComponent(); local
221 boolean replaced = mGlowPadView.replaceTargetDrawablesIfPresent(component,
224 if (!replaced && !mGlowPadView.replaceTargetDrawablesIfPresent(component,
226 Slog.w(TAG, "Couldn't grab icon from package " + component);

Completed in 1125 milliseconds

1 2 3 4 5 6 7 8 91011>>