Home
last modified time | relevance | path

Searched refs:rockchipComponents (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A Dlibrary_register.c38 OSCL_EXPORT_REF int Rockchip_OMX_COMPONENT_Library_Register(RockchipRegisterComponentType **rockchipComponents) in Rockchip_OMX_COMPONENT_Library_Register() argument
42 if (rockchipComponents == NULL) in Rockchip_OMX_COMPONENT_Library_Register()
47 Rockchip_OSAL_Strcpy(rockchipComponents[i]->componentName, (OMX_PTR)dec_core[i].compName); in Rockchip_OMX_COMPONENT_Library_Register()
48 Rockchip_OSAL_Strcpy(rockchipComponents[i]->roles[0], (OMX_PTR)dec_core[i].roles); in Rockchip_OMX_COMPONENT_Library_Register()
49 rockchipComponents[i]->totalRoleNum = MAX_COMPONENT_ROLE_NUM; in Rockchip_OMX_COMPONENT_Library_Register()
H A Dlibrary_register.h94 OSCL_EXPORT_REF int Rockchip_OMX_COMPONENT_Library_Register(RockchipRegisterComponentType **rockchipComponents);
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A Dlibrary_register.c38 OSCL_EXPORT_REF int Rockchip_OMX_COMPONENT_Library_Register(RockchipRegisterComponentType **rockchipComponents) in Rockchip_OMX_COMPONENT_Library_Register() argument
42 if (rockchipComponents == NULL) in Rockchip_OMX_COMPONENT_Library_Register()
47 Rockchip_OSAL_Strcpy(rockchipComponents[i]->componentName, (OMX_PTR)enc_core[i].compName); in Rockchip_OMX_COMPONENT_Library_Register()
48 Rockchip_OSAL_Strcpy(rockchipComponents[i]->roles[0], (OMX_PTR)enc_core[i].roles); in Rockchip_OMX_COMPONENT_Library_Register()
49 rockchipComponents[i]->totalRoleNum = MAX_COMPONENT_ROLE_NUM; in Rockchip_OMX_COMPONENT_Library_Register()
H A Dlibrary_register.h50 OSCL_EXPORT_REF int Rockchip_OMX_COMPONENT_Library_Register(RockchipRegisterComponentType **rockchipComponents);
/device/soc/rockchip/rk3568/hardware/omx_il/core/
H A DRockchip_OMX_Component_Register.c66 int (*Rockchip_OMX_COMPONENT_Library_Register)(RockchipRegisterComponentType **rockchipComponents); in Rockchip_OMX_Component_Register()

Completed in 2 milliseconds