Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Domx.c390 OMX_PARAM_COMPONENTROLETYPE role_params = { 0 }; in omx_component_init() local
409 INIT_STRUCT(role_params); in omx_component_init()
410 av_strlcpy(role_params.cRole, role, sizeof(role_params.cRole)); in omx_component_init()
412 OMX_SetParameter(s->handle, OMX_IndexParamStandardComponentRole, &role_params); in omx_component_init()