Home
last modified time | relevance | path

Searched refs:RoleString (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxregistry.cpp108 pCRT->RoleString[0] = (OMX_STRING)"video_decoder.mpeg4"; in Mpeg4Register()
172 pCRT->RoleString[0] = (OMX_STRING)"video_decoder.h263"; in H263Register()
233 pCRT->RoleString[0] = (OMX_STRING)"video_decoder.avc"; in AvcRegister()
293 pCRT->RoleString[0] = (OMX_STRING)"video_decoder.wmv"; in WmvRegister()
353 pCRT->RoleString[0] = (OMX_STRING)"audio_decoder.aac"; in AacRegister()
415 pCRT->RoleString[0] = (OMX_STRING)"audio_decoder.amr"; in AmrRegister()
416 pCRT->RoleString[1] = (OMX_STRING)"audio_decoder.amrnb"; in AmrRegister()
417 pCRT->RoleString[2] = (OMX_STRING)"audio_decoder.amrwb"; in AmrRegister()
480 pCRT->RoleString[0] = (OMX_STRING)"audio_decoder.mp3"; in Mp3Register()
542 pCRT->RoleString[0] = (OMX_STRING)"audio_decoder.wma"; in WmaRegister()
[all …]
Dpv_omxcore.cpp1128 OMX_STRING RoleString[MAX_ROLES_SUPPORTED]; in OMX_GetRolesOfComponent() local
1138 (data->ipRegTemplateList[ii])->GetRolesOfComponent(RoleString); in OMX_GetRolesOfComponent()
1158 …oscl_strncpy((OMX_STRING) roles[ii], (OMX_STRING)RoleString[ii], oscl_strlen((OMX_STRING)RoleStrin… in OMX_GetRolesOfComponent()
1197 OMX_STRING RoleString[MAX_ROLES_SUPPORTED]; in OMX_GetComponentsOfRole() local
1207 (data->ipRegTemplateList[ii])->GetRolesOfComponent(RoleString); in OMX_GetComponentsOfRole()
1212 if (!oscl_strcmp(RoleString[jj], role)) in OMX_GetComponentsOfRole()
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h195 OMX_STRING RoleString[MAX_ROLES_SUPPORTED]; variable
207 aRole_string[ii] = RoleString[ii]; in GetRolesOfComponent()