Searched refs:h264e_role (Results 1 – 1 of 1) sorted by relevance
84 tiz_role_factory_t h264e_role; in OMX_ComponentInit() local85 const tiz_role_factory_t * rf_list[] = {&h264d_role, &h264e_role}; in OMX_ComponentInit()110 strcpy ((OMX_STRING) h264e_role.role, OMX_VID_ENC_AVC_ROLE); in OMX_ComponentInit()111 h264e_role.pf_cport = instantiate_h264e_config_port; in OMX_ComponentInit()112 h264e_role.pf_port[0] = instantiate_h264e_input_port; in OMX_ComponentInit()113 h264e_role.pf_port[1] = instantiate_h264e_output_port; in OMX_ComponentInit()114 h264e_role.nports = 2; in OMX_ComponentInit()115 h264e_role.pf_proc = instantiate_h264e_processor; in OMX_ComponentInit()