Searched refs:port_params (Results 1 – 2 of 2) sorted by relevance
421 OMX_PARAM_PORTDEFINITIONTYPE port_params = { 0 }; in omx_component_init() local422 INIT_STRUCT(port_params); in omx_component_init()423 port_params.nPortIndex = port; in omx_component_init()424 err = OMX_GetParameter(s->handle, OMX_IndexParamPortDefinition, &port_params); in omx_component_init()429 if (port_params.eDir == OMX_DirInput && s->in_port < 0) { in omx_component_init()430 in_port_params = port_params; in omx_component_init()432 } else if (port_params.eDir == OMX_DirOutput && s->out_port < 0) { in omx_component_init()433 out_port_params = port_params; in omx_component_init()
69945 struct port_params { struct69965 struct port_params partner_admin; argument69966 struct port_params partner_oper;