/frameworks/base/media/libstagefright/omx/ |
OMXPVCodecsPlugin.cpp | 59 Vector<String8> *roles) { 60 roles->clear(); 88 roles->push(s);
|
OMXMaster.cpp | 169 Vector<String8> *roles) { 172 roles->clear(); 181 return plugin->getRolesOfComponent(name, roles);
|
OMXMaster.h | 50 Vector<String8> *roles);
|
OMXPVCodecsPlugin.h | 45 Vector<String8> *roles);
|
OMX.cpp | 191 Vector<String8> roles; local 193 mMaster->getRolesOfComponent(componentName, &roles); 196 for (OMX_U32 i = 0; i < roles.size(); ++i) { 197 info.mRoles.push_back(roles[i]);
|
/external/libxml2/include/libxml/ |
xlink.h | 94 * @roles: pointer to the array of locator roles 96 * @from: pointer to the array of source roles found on the arcs 97 * @to: pointer to the array of target roles found on the arcs 111 const xlinkRole *roles, 127 * @roles: pointer to the array of locator roles 139 const xlinkRole *roles,
|
/hardware/ti/omap3/libstagefrighthw/ |
TIOMXPlugin.cpp | 102 Vector<String8> *roles) { 103 roles->clear(); 132 roles->push(s);
|
TIOMXPlugin.h | 45 Vector<String8> *roles);
|
/development/pdk/docs/source/ |
source_toc.cs | 9 <li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li>
|
roles.jd | 1 page.title=People and Roles 5 of roles. As noted in <a href="{@docRoot}about/philosophy.html">Our 9 page describes the kinds of roles that interested parties can take on.</p>
|
submit-patches.jd | 13 <li>For information about the different roles you can play within the Android 14 Open Source community, see <a href="{@docRoot}source/roles.html">Project roles</a>.</li> 140 For details about the different roles in the Android Open Source community and 141 who plays them, see <a href="{@docRoot}source/roles.html">Project roles</a>
|
/frameworks/base/include/media/stagefright/ |
OMXPluginBase.h | 52 Vector<String8> *roles) = 0;
|
/external/opencore/codecs_v2/omx/omx_mastercore/include/ |
omx_interface.h | 68 OMX_OUT OMX_U8 **roles); 189 OMX_OUT OMX_U8 **roles);
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 523 * Description: This method will query the component for its supported roles 527 * @param[in] pNumRoles The number of roles supported by the component 528 * @param[in] roles The roles of the component 539 OMX_OUT OMX_U8 **roles) 575 if (roles == NULL) 583 If pNumRoles is < actual number of roles 589 strcpy((OMX_STRING)roles[j], componentTable[i].pRoleArray[j]); 596 LOGE("pNumRoles (%d) is less than actual number (%d) of roles \ 607 * Description: This method will query the component for its supported roles [all...] |
/packages/apps/Email/src/com/android/email/mail/ |
Folder.java | 159 * let the server identify specific folder roles, simply override this method. 161 * @return The server- or protocol- specific role for this folder. If some roles are known 162 * but this is not one of them, return FolderRole.OTHER. If roles are unsupported here,
|
/external/opencore/codecs_v2/omx/omx_mastercore/src/ |
pv_omxmastercore.cpp | 246 // check number roles of the component 256 // allocate space for roles of the component 264 // get the array of strings with component roles 289 // dealloc space for component roles 296 } // done with roles of component represented by index 864 OMX_OUT OMX_U8** roles) 887 // if a placeholder for roles is provided, copy the component role into it 888 if (NULL != roles) 890 oscl_strncpy((OMX_STRING)roles[*pNumRoles], [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityObject.cpp | 860 const RoleEntry roles[] = { local 887 // "option" isn't here because it may map to different roles depending on the parent element's role 893 // "menuitem" isn't here because it may map to different roles depending on the parent element's role [all...] |
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 96 // An enumeration of possible roles that may be taken when a death 106 // Assumes one of the above roles.
|
/external/opencore/codecs_v2/omx/omx_common/src/ |
pv_omxcore.cpp | 1109 OMX_OUT OMX_U8** roles) 1111 return OMX_GetRolesOfComponent(compName, pNumRoles, roles); [all...] |
/external/opencore/ |
ChangeLog | 61 - Modified to use separate component roles for AMR-NB and AMR-WB as 114 * In the case of 3rd party OMX components that support multiple roles, 227 - In case of 3rd party OMX components that support multiple roles -
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Core.h | [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Core.h | [all...] |
/development/pdk/docs/porting/ |
bluetooth.jd | 146 <li>AVDTP 1.2 in Acceptor and Initiator roles</li> 147 <li>GAVDTP 1.0 in Acceptor and Initiator roles</li>
|
/external/opencore/codecs_v2/omx/omx_common/include/ |
pv_omxcore.h | 135 OMX_OUT OMX_U8** roles); 321 OMX_OUT OMX_U8** roles);
|
/development/pdk/docs/about/ |
philosophy.jd | 47 designers, Quality Assurance, and all the other roles required to bring
|