Home
last modified time | relevance | path

Searched refs:port_params (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Domx.c421 OMX_PARAM_PORTDEFINITIONTYPE port_params = { 0 }; in omx_component_init() local
422 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()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h69945 struct port_params { struct
69965 struct port_params partner_admin; argument
69966 struct port_params partner_oper;