/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 LOGE("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/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_base.cpp | 3152 OMX_OUT OMX_U8* role, in component_role_enum() argument 3158 if((0 == index) && role) in component_role_enum() 3160 strncpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 3161 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 3170 if((0 == index) && role) in component_role_enum() 3172 strncpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 3173 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 3183 if((0 == index) && role) in component_role_enum() 3185 strncpy((char *)role, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 3186 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() [all …]
|
D | omx_video_encoder.cpp | 81 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role) in component_init() argument 93 strncpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE); in component_init()
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
D | omx_video_encoder.h | 44 OMX_ERRORTYPE component_init(OMX_STRING role);
|
D | omx_video_base.h | 143 virtual OMX_ERRORTYPE component_init(OMX_STRING role)= 0; 159 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/qcom/media/mm-core/omxcore/inc/ |
D | qc_omx_component.h | 179 OMX_U8* role,
|
D | OMX_Core.h | 1391 OMX_IN OMX_STRING role,
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 188 OMX_ERRORTYPE component_init(OMX_STRING role); 192 OMX_U8 *role,
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec.cpp | 803 OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING role) in component_init() argument 874 strncpy(driver_context.kind,role,128); in component_init() 4907 OMX_OUT OMX_U8* role, in component_role_enum() argument 4914 if((0 == index) && role) in component_role_enum() 4916 strncpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 4917 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 4926 if((0 == index) && role) in component_role_enum() 4928 strncpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_role_enum() 4929 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum() 4939 if((0 == index) && role) in component_role_enum() [all …]
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 1248 char role[] ="video_decoder"; in Init_Decoder() local 1268 OMX_GetComponentsOfRole(role, &total, 0); in Init_Decoder() 1269 DEBUG_PRINT("\nTotal components of role=%s :%d", role, total); in Init_Decoder() 1279 OMX_GetComponentsOfRole(role, &total, vidCompNames); in Init_Decoder() 1280 DEBUG_PRINT("\nComponents of Role:%s\n", role); in Init_Decoder() 1288 DEBUG_PRINT_ERROR("No components found with Role:%s", role); in Init_Decoder()
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | admCtrl.h | 163 ERsnPaeRole role; member
|
D | admCtrl.c | 245 pAdmCtrl->role = RSN_PAE_SUPP; in admCtrl_config()
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Core.h | 1391 OMX_IN OMX_STRING role,
|