Searched refs:h264d_role (Results 1 – 1 of 1) sorted by relevance
83 tiz_role_factory_t h264d_role; in OMX_ComponentInit() local85 const tiz_role_factory_t * rf_list[] = {&h264d_role, &h264e_role}; in OMX_ComponentInit()103 strcpy ((OMX_STRING) h264d_role.role, OMX_VID_DEC_AVC_ROLE); in OMX_ComponentInit()104 h264d_role.pf_cport = instantiate_h264d_config_port; in OMX_ComponentInit()105 h264d_role.pf_port[0] = instantiate_h264d_input_port; in OMX_ComponentInit()106 h264d_role.pf_port[1] = instantiate_h264d_output_port; in OMX_ComponentInit()107 h264d_role.nports = 2; in OMX_ComponentInit()108 h264d_role.pf_proc = instantiate_h264d_processor; in OMX_ComponentInit()