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

12 3 4 5 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 20 * @brief Exynos OpenMAX IL Component Register
99 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.componentName, exynosComponentsTemp[i]->componentName);
101 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j]);
102 componentList[totalCompNum].component.totalRoleNum = exynosComponentsTemp[i]->totalRoleNum;
122 /* not a component name line. skip */
150 OMX_ERRORTYPE Exynos_OMX_ComponentAPICheck(OMX_COMPONENTTYPE *component)
154 if ((NULL == component->GetComponentVersion) ||
155 (NULL == component->SendCommand) ||
156 (NULL == component->GetParameter) ||
157 (NULL == component->SetParameter) |
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 89 for (const CSSSelector* component = selector; component; component = component->tagHistory()) {
90 if (component->m_match == CSSSelector::Tag) {
91 const AtomicString& localName = component->tagQName().localName();
96 CSSSelector::PseudoType pseudoType = component->pseudoType();
RuleSet.cpp 73 for (const CSSSelector* component = selector; component; component = component->tagHistory()) {
74 if (component->isAttributeSelector())
114 for (const CSSSelector* component = selector; component; component = component->tagHistory()) {
115 if (component->pseudoType() == CSSSelector::PseudoCue || (component->m_match == CSSSelector::PseudoElement && co (…)
    [all...]
  /frameworks/av/media/libstagefright/include/
SoftOMXComponent.h 34 OMX_COMPONENTTYPE **component);
106 OMX_HANDLETYPE component,
112 OMX_HANDLETYPE component,
117 OMX_HANDLETYPE component,
122 OMX_HANDLETYPE component,
127 OMX_HANDLETYPE component,
132 OMX_HANDLETYPE component,
137 OMX_HANDLETYPE component,
145 OMX_HANDLETYPE component,
152 OMX_HANDLETYPE component,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 155 ComponentInstance component = NULL; local
166 component = OpenDefaultComponent(kOSAComponentType, typeAppleScript);
167 if (component == NULL) {
168 LOG(LS_ERROR) << "Failed opening Apple Script component";
173 CloseComponent(component);
178 err = OSACompile(component, &script_desc, kOSAModeCanInteract, &script_id);
182 OSADispose(component, script_id);
184 CloseComponent(component);
189 err = OSAExecute(component, script_id, kOSANullScript, kOSAModeCanInteract,
195 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macutils.cc 169 ComponentInstance component = NULL; local
180 component = OpenDefaultComponent(kOSAComponentType, typeAppleScript);
181 if (component == NULL) {
182 LOG(LS_ERROR) << "Failed opening Apple Script component";
187 CloseComponent(component);
192 err = OSACompile(component, &script_desc, kOSAModeCanInteract, &script_id);
196 OSADispose(component, script_id);
198 CloseComponent(component);
203 err = OSAExecute(component, script_id, kOSANullScript, kOSAModeCanInteract,
209 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.cc 35 int component,
40 component_(component),
60 int component,
74 content_name, component, ice_ufrag, ice_pwd);
83 new PortAllocatorSessionProxy(content_name, component, flags_);
87 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.h 21 // Adds/Removes a component from our list of live components. Removing will
23 void AddComponent(ProfileKeyedServiceFactory* component);
24 void RemoveComponent(ProfileKeyedServiceFactory* component);
  /external/chromium_org/chromeos/
chromeos_test_utils.cc 14 bool GetTestDataPath(const std::string& component,
26 path = path.Append(component);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebRTCStatsRequest.cpp 76 const WebMediaStreamTrack WebRTCStatsRequest::component() const function in class:blink::WebRTCStatsRequest
78 return WebMediaStreamTrack(m_private->component());
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.h 33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
  /frameworks/native/include/media/hardware/
OMXPluginBase.h 38 OMX_COMPONENTTYPE **component) = 0;
41 OMX_COMPONENTTYPE *component) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.cpp 53 MediaStreamSource* source = track->component()->source();
153 RefPtr<MediaStreamComponent> component = MediaStreamComponent::create(m_descriptor.get(), track->component()->source());
154 RefPtr<MediaStreamTrack> newTrack = MediaStreamTrack::create(executionContext(), component.get());
156 switch (component->source()->type()) {
165 m_descriptor->addComponent(component.release());
167 MediaStreamCenter::instance().didAddMediaStreamTrack(m_descriptor.get(), newTrack->component());
185 switch (track->component()->source()->type()) {
201 m_descriptor->removeComponent(track->component());
206 MediaStreamCenter::instance().didRemoveMediaStreamTrack(m_descriptor.get(), track->component());
    [all...]
  /cts/suite/audio_quality/lib/src/
Adb.h 30 /// install given clientBinary to DUT and launch given component.
31 bool launchClient(const android::String8& clientBinary, const android::String8& component);
  /external/chromium_org/chrome/browser/resources/local_ntp/
instant_iframe_validation.js 30 * Validates a RGBA color component. It must be a number between 0 and 255.
31 * @param {number} component An RGBA component.
32 * @return {boolean} True if the component is valid.
34 function isValidRBGAComponent(component) {
35 return isFinite(component) && component >= 0 && component <= 255;
  /external/chromium_org/remoting/host/setup/
oauth_helper.cc 15 const url_parse::Component component) {
16 if (component.len < 0) {
19 return url.substr(component.begin, component.len);
69 url_parse::Component query = url_parsed.query;
70 url_parse::Component key;
71 url_parse::Component value;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCStatsRequest.h 51 virtual MediaStreamComponent* component() = 0;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 65 private Component component; field in class:AwtMouseInput
99 public void setInputSource(Component comp){
100 if (component != null){
101 component.removeMouseListener(this);
102 component.removeMouseMotionListener(this);
103 component.removeMouseWheelListener(this);
119 component = comp;
120 component.addMouseListener(this);
121 component.addMouseMotionListener(this)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 31 OMX_COMPONENTTYPE **component);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java 30 private MeasureHelper(GLView component) {
31 mComponent = component;
34 public static MeasureHelper getInstance(GLView component) {
35 sInstance.mComponent = component;
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 106 final ComponentName component = info.intent.getComponent(); local
107 if (packageName.equals(component.getPackageName())) {
126 final ComponentName component = applicationInfo.intent.getComponent(); local
127 if (packageName.equals(component.getPackageName())) {
128 if (!findActivity(matches, component)) {
130 mIconCache.remove(component);
156 final ComponentName component = applicationInfo.intent.getComponent(); local
157 if (packageName.equals(component.getPackageName())) {
159 mIconCache.remove(component);
181 * Returns whether <em>apps</em> contains <em>component</em>
213 final ComponentName component = info.intent.getComponent(); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 112 final ComponentName component = info.intent.getComponent(); local
113 if (packageName.equals(component.getPackageName())) {
131 final ComponentName component = applicationInfo.intent.getComponent(); local
132 if (packageName.equals(component.getPackageName())) {
133 if (!findActivity(matches, component)) {
135 mIconCache.remove(component);
161 final ComponentName component = applicationInfo.intent.getComponent(); local
162 if (packageName.equals(component.getPackageName())) {
164 mIconCache.remove(component);
186 * Returns whether <em>apps</em> contains <em>component</em>
218 final ComponentName component = info.intent.getComponent(); local
    [all...]
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 52 HB_UShort component,
58 HB_UShort component,
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component)
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 52 HB_UShort component,
58 HB_UShort component,
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component)
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 20 * A game component that can swap other components in and out of its parent game object. The
64 GameComponent component = unrelasedComponents.get(x); local
65 if (!component.shared) {
66 factory.releaseComponent(component);
95 public void addSwapInComponent(GameComponent component) {
96 mComponentsToInsert.add(component);
99 public void addSwapOutComponent(GameComponent component) {
100 mComponentsToRemove.add(component);

Completed in 996 milliseconds

12 3 4 5 6 7 8 91011>>