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

1 2

  /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_COMPONENT_MPEG4_DEC_ROLE);
56 SEC_OSAL_Strcpy(ppSECComponent[1]->roles[0], SEC_OMX_COMPONENT_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_COMPONENT_MPEG4_ENC_ROLE);
57 SEC_OSAL_Strcpy(ppSECComponent[1]->roles[0], SEC_OMX_COMPONENT_H263_ENC_ROLE);
  /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_COMPONENT_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_COMPONENT_H264_ENC_ROLE);
  /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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
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.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]);
  /frameworks/base/include/media/stagefright/
OMXPluginBase.h 52 Vector<String8> *roles) = 0;
  /frameworks/base/media/libstagefright/omx/
SoftOMXPlugin.h 45 Vector<String8> *roles);
SoftOMXPlugin.cpp 159 Vector<String8> *roles) {
165 roles->clear();
166 roles->push(String8(kComponents[i].mRole));
OMXMaster.h 50 Vector<String8> *roles);
OMXMaster.cpp 187 Vector<String8> *roles) {
190 roles->clear();
199 return plugin->getRolesOfComponent(name, roles);
  /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);
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp 111 Vector<String8> *roles) {
112 roles->clear();
139 roles->push(s);
TIOMXPlugin.h 45 Vector<String8> *roles);
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h 45 Vector<String8> *roles);
QComOMXPlugin.cpp 129 Vector<String8> *roles) {
130 roles->clear();
163 roles->push(s);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentRegistry.h 48 OMX_OUT OMX_U8 **roles);

Completed in 749 milliseconds

1 2