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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCStatsRequest.h 88 // The stream() and component() accessors give the two pieces of information
93 BLINK_EXPORT const WebMediaStreamTrack component() const;
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMMediaStreamTrack.h 67 BLINK_EXPORT WebMediaStreamTrack component() const;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
fakeportallocator.h 26 int component,
29 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
92 int component,
96 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
  /external/chromium_org/tools/json_schema_compiler/
cpp_util.py 113 for component in namespace.split('::'):
114 c.Append('namespace %s {' % component)
122 for component in reversed(namespace.split('::')):
123 c.Append('} // namespace %s' % component)
  /external/icu4c/layout/
MarkToLigaturePosnSubtables.cpp 67 le_int32 component = ligatureIterator.getMarkComponent(markPosition); local
69 if (component >= componentCount) {
71 component = componentCount - 1;
74 const ComponentRecord *componentRecord = &ligatureAttachTable->componentRecordArray[component * mcCount];
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 30 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 35 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.h 29 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 33 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 35 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 71 OMX_COMPONENTTYPE **component) {
109 (*createSoftOMXComponent)(name, callbacks, appData, component);
136 OMX_COMPONENTTYPE *component) {
139 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 51 * @comp_name: name of the component
59 /** omx_core_component_t: OMX Component structure
60 * @handle: array of number of instances of the component
61 * @roles: array of roles played by the component
62 * @comp_info: Component information such as libname,
63 * component name
64 * @open: Is the component active
66 * @obj_ptr: Function ptr to get the instance of the component
69 * the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; \/\/Array of pointers to components member in struct:_omx_core_t
    [all...]
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp 68 OMX_COMPONENTTYPE **component) {
74 reinterpret_cast<OMX_HANDLETYPE *>(component),
80 OMX_COMPONENTTYPE *component) {
85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.h 20 * @brief Exynos OpenMAX IL Component Register
45 ExynosRegisterComponentType component; member in struct:_EXYNOS_OMX_COMPONENT_REGLIST
Exynos_OMX_Core.c 128 snprintf(cComponentName, nNameLength, "%s", gComponentList[nIndex].component.componentName);
162 if (Exynos_OSAL_Strcmp(cComponentName, gComponentList[i].component.componentName) == 0) {
167 Exynos_OSAL_Strcpy(loadComponent->componentName, gComponentList[i].component.componentName);
299 max_role_num = gComponentList[i].component.totalRoleNum;
302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) {
304 Exynos_OSAL_Strcpy((OMX_STRING)compNames[*pNumComps], gComponentList[i].component.componentName);
336 if (Exynos_OSAL_Strcmp(gComponentList[i].component.componentName, compName) == 0) {
337 *pNumRoles = totalRoleNum = gComponentList[i].component.totalRoleNum;
356 Exynos_OSAL_Strcpy(roles[i], gComponentList[compNum].component.roles[i]);
  /hardware/samsung_slsi/exynos5/libstagefrighthw/
Exynos_OMX_Plugin.cpp 70 OMX_COMPONENTTYPE **component) {
76 reinterpret_cast<OMX_HANDLETYPE *>(component),
82 OMX_COMPONENTTYPE *component) {
87 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 68 OMX_COMPONENTTYPE **component) {
74 reinterpret_cast<OMX_HANDLETYPE *>(component),
80 OMX_COMPONENTTYPE *component) {
85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp 76 OMX_COMPONENTTYPE **component) {
82 reinterpret_cast<OMX_HANDLETYPE *>(component),
88 OMX_COMPONENTTYPE *component) {
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 124 CrxComponent component; local
125 component.pk_hash.assign(kPublicKeySHA256,
127 component.installer = this;
128 component.name = "CRLSet";
129 component.version = Version(base::UintToString(sequence_of_loaded_crl));
130 component.allow_background_download = false;
131 if (!component.version.IsValid()) {
133 component.version = Version("0");
136 if (cus_->RegisterComponent(component) !=
144 << " from component installer"
    [all...]
  /external/harfbuzz/src/
harfbuzz-buffer.c 188 glyph->component = 0;
254 If `component' is 0xFFFF, the component value from buffer->in_pos
255 will copied `num_out' times, otherwise `component' itself will
256 be used to fill the `component' fields.
272 HB_UShort component,
293 if ( component == 0xFFFF )
294 component = buffer->in_string[buffer->in_pos].component;
305 item->component = component
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c 188 glyph->component = 0;
254 If `component' is 0xFFFF, the component value from buffer->in_pos
255 will copied `num_out' times, otherwise `component' itself will
256 be used to fill the `component' fields.
272 HB_UShort component,
293 if ( component == 0xFFFF )
294 component = buffer->in_string[buffer->in_pos].component;
305 item->component = component
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ConflictingNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT);
44 void onApduSequenceComplete(ComponentName component, long duration) {
45 if (component.equals(TransportService2.COMPONENT)) {
SingleNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT);
43 void onApduSequenceComplete(ComponentName component, long duration) {
44 if (component.equals(TransportService1.COMPONENT)) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h 46 explicit TransportChannelImpl(const std::string& content_name, int component)
47 : TransportChannel(content_name, component) {}
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_vertex_buffers.h 124 struct pipe_vertex_buffer vl_vb_get_ycbcr(struct vl_vertex_buffer *buffer, int component);
126 struct vl_ycbcr_block *vl_vb_get_ycbcr_stream(struct vl_vertex_buffer *buffer, int component);

Completed in 489 milliseconds

1 2 3 45 6 7 8 91011>>