/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
D | OMX_Core.c | 620 OMX_IN OMX_STRING role, in TIOMX_GetComponentsOfRole() argument 630 if (role == NULL || pNumComps == NULL) in TIOMX_GetComponentsOfRole() 632 if (role == NULL) in TIOMX_GetComponentsOfRole() 658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0) in TIOMX_GetComponentsOfRole() 670 ALOGE("Component supporting role %s was not found\n", role); in TIOMX_GetComponentsOfRole() 688 supporting role %s\n", *pNumComps, compOfRoleCount, role); in TIOMX_GetComponentsOfRole() 697 if (strcmp(componentTable[i].pRoleArray[j], role) == 0) in TIOMX_GetComponentsOfRole()
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 133 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in TIOMX_GetComponentsOfRole() argument 139 return OMX_GetComponentsOfRole(role, pNumComps, compNames); in TIOMX_GetComponentsOfRole()
|
D | OMX_Core.c | 628 OMX_API OMX_ERRORTYPE OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument 636 CORE_require(role != NULL, OMX_ErrorBadParameter, NULL); in OMX_GetComponentsOfRole() 650 role) == 0) in OMX_GetComponentsOfRole()
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_base.cpp | 3629 OMX_OUT OMX_U8* role, in component_role_enum() argument 3635 if((0 == index) && role) in component_role_enum() 3637 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 3638 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 3647 if((0 == index) && role) in component_role_enum() 3649 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 3650 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 3660 if((0 == index) && role) in component_role_enum() 3662 strlcpy((char *)role, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 3663 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() [all …]
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
D | omx_video_encoder.h | 49 OMX_ERRORTYPE component_init(OMX_STRING role);
|
D | omx_video_base.h | 203 virtual OMX_ERRORTYPE component_init(OMX_STRING role)= 0; 228 OMX_U8 *role,
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Core_Wrapper.h | 65 OMX_IN OMX_STRING role,
|
/hardware/qcom/media/mm-core/src/common/ |
D | qc_omx_core.c | 638 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument 661 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole() 686 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
|
D | omx_core_cmp.cpp | 394 OMX_OUT OMX_U8* role, in qc_omx_component_role_enum() argument 399 …DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(un… in qc_omx_component_role_enum() 403 eRet = pThis->component_role_enum(hComp,role,index); in qc_omx_component_role_enum()
|
D | omx_core_cmp.h | 152 OMX_OUT OMX_U8* role,
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
D | qc_omx_core.c | 655 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument 678 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole() 703 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
|
D | omx_core_cmp.cpp | 395 OMX_OUT OMX_U8* role, in qc_omx_component_role_enum() argument 400 …DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(un… in qc_omx_component_role_enum() 404 eRet = pThis->component_role_enum(hComp,role,index); in qc_omx_component_role_enum()
|
D | omx_core_cmp.h | 152 OMX_OUT OMX_U8* role,
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
D | Exynos_OMX_Core.h | 64 OMX_IN OMX_STRING role,
|
D | Exynos_OMX_Core.c | 280 OMX_IN OMX_STRING role, in Exynos_OMX_GetComponentsOfRole() argument 302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) { in Exynos_OMX_GetComponentsOfRole()
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | qc_omx_component.h | 179 OMX_U8* role,
|
/hardware/qcom/media/mm-core/inc/ |
D | qc_omx_component.h | 179 OMX_U8* role,
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
D | bcmevent.h | 275 uint8 role; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmevent.h | 286 uint8 role; member
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec.cpp | 1172 OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING role) in component_init() argument 1182 if(!strncmp(role, "OMX.qcom.video.decoder.avc.secure",OMX_MAX_STRINGNAME_SIZE)){ in component_init() 1185 role = "OMX.qcom.video.decoder.avc"; in component_init() 1196 role, device_name); in component_init() 1228 strlcpy(drv_ctx.kind,role,128); in component_init() 6137 OMX_OUT OMX_U8* role, in component_role_enum() argument 6144 if((0 == index) && role) in component_role_enum() 6146 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 6147 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 6156 if((0 == index) && role) in component_role_enum() [all …]
|
D | omx_vdec_copper.cpp | 1191 OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING role) in component_init() argument 1234 strlcpy(drv_ctx.kind,role,128); in component_init() 5863 OMX_OUT OMX_U8* role, in component_role_enum() argument 5870 if((0 == index) && role) in component_role_enum() 5872 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 5873 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 5882 if((0 == index) && role) in component_role_enum() 5884 strlcpy((char *)role, "video_decoder.mpeg2",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 5885 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 5894 if((0 == index) && role) in component_role_enum() [all …]
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | admCtrl.h | 163 ERsnPaeRole role; member
|
/hardware/qcom/camera/inc/ |
D | omx_jpeg_common.h | 299 OMX_OUT OMX_U8* role,
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 280 OMX_ERRORTYPE component_init(OMX_STRING role); 284 OMX_U8 *role,
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Core.h | 1391 OMX_IN OMX_STRING role,
|