HomeSort by relevance Sort by last modified time
    Searched full:roles (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /frameworks/base/media/libstagefright/omx/
OMXPVCodecsPlugin.cpp 59 Vector<String8> *roles) {
60 roles->clear();
88 roles->push(s);
OMXMaster.cpp 173 Vector<String8> *roles) {
176 roles->clear();
185 return plugin->getRolesOfComponent(name, roles);
OMXMaster.h 50 Vector<String8> *roles);
OMXPVCodecsPlugin.h 45 Vector<String8> *roles);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
library_register.c 51 SEC_OSAL_Strcpy(ppSECComponent[0]->roles[0], SEC_OMX_COMPOMENT_MPEG4_DEC_ROLE);
56 SEC_OSAL_Strcpy(ppSECComponent[1]->roles[0], SEC_OMX_COMPOMENT_H263_DEC_ROLE);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
library_register.c 52 SEC_OSAL_Strcpy(ppSECComponent[0]->roles[0], SEC_OMX_COMPOMENT_MPEG4_ENC_ROLE);
57 SEC_OSAL_Strcpy(ppSECComponent[1]->roles[0], SEC_OMX_COMPOMENT_H263_ENC_ROLE);
  /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,
  /device/samsung/crespo/libstagefrighthw/
SEC_OMX_Plugin.cpp 103 Vector<String8> *roles) {
104 roles->clear();
133 roles->push(s);
SEC_OMX_Plugin.h 45 Vector<String8> *roles);
  /hardware/msm7k/libstagefrighthw/
QComOMXPlugin.cpp 102 Vector<String8> *roles) {
103 roles->clear();
132 roles->push(s);
QComOMXPlugin.h 45 Vector<String8> *roles);
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 102 Vector<String8> *roles) {
103 roles->clear();
132 roles->push(s);
TIOMXPlugin.h 45 Vector<String8> *roles);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Core.c 292 if (SEC_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) {
310 OMX_OUT OMX_U8 **roles)
344 if (roles != NULL) {
346 SEC_OSAL_Strcpy(roles[i], gComponentList[compNum].component.roles[i]);
SEC_OMX_Component_Register.h 39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE]; member in struct:_SECRegisterComponentType
SEC_OMX_Core.h 70 OMX_OUT OMX_U8 **roles);
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp 129 Vector<String8> *roles) {
130 roles->clear();
163 roles->push(s);
QComOMXPlugin.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>
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
library_register.c 47 SEC_OSAL_Strcpy(secComponents[0]->roles[0], SEC_OMX_COMPOMENT_H264_DEC_ROLE);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
library_register.c 47 SEC_OSAL_Strcpy(secComponents[0]->roles[0], SEC_OMX_COMPOMENT_H264_ENC_ROLE);
  /frameworks/base/include/media/stagefright/
OMXPluginBase.h 52 Vector<String8> *roles) = 0;
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member in struct:_omx_core_cb_type
qc_omx_core.c 645 Returns the component name which can fulfill the roles passed in the
676 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
678 if(!strcmp(role,core[i].roles[j]))
701 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
703 if(!strcmp(role,core[i].roles[j]))
744 OMX_OUT OMX_U8** roles)
751 if (roles == NULL)
764 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
789 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
791 if(roles && roles[*numRoles]
    [all...]

Completed in 215 milliseconds

1 2 3 4