Searched refs:h264e_role (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dentrypoint.c84 tiz_role_factory_t h264e_role; local in function:OMX_ComponentInit
85 const tiz_role_factory_t * rf_list[] = {&h264d_role, &h264e_role};
110 strcpy ((OMX_STRING) h264e_role.role, OMX_VID_ENC_AVC_ROLE);
111 h264e_role.pf_cport = instantiate_h264e_config_port;
112 h264e_role.pf_port[0] = instantiate_h264e_input_port;
113 h264e_role.pf_port[1] = instantiate_h264e_output_port;
114 h264e_role.nports = 2;
115 h264e_role.pf_proc = instantiate_h264e_processor;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dentrypoint.c84 tiz_role_factory_t h264e_role; local in function:OMX_ComponentInit
85 const tiz_role_factory_t * rf_list[] = {&h264d_role, &h264e_role};
110 strcpy ((OMX_STRING) h264e_role.role, OMX_VID_ENC_AVC_ROLE);
111 h264e_role.pf_cport = instantiate_h264e_config_port;
112 h264e_role.pf_port[0] = instantiate_h264e_input_port;
113 h264e_role.pf_port[1] = instantiate_h264e_output_port;
114 h264e_role.nports = 2;
115 h264e_role.pf_proc = instantiate_h264e_processor;

Completed in 3 milliseconds