Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_Index.h85 OMX_IndexParamStandardComponentRole, /**< reference: OMX_PARAM_COMPONENTROLETYPE */ enumerator
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c324 case OMX_IndexParamStandardComponentRole: { in vid_dec_SetParameter()
376 case OMX_IndexParamStandardComponentRole: { in vid_dec_GetParameter()
Dvid_enc.c366 case OMX_IndexParamStandardComponentRole: { in vid_enc_SetParameter()
428 case OMX_IndexParamStandardComponentRole: { in vid_enc_GetParameter()
/third_party/ffmpeg/libavcodec/
Domx.c412 OMX_SetParameter(s->handle, OMX_IndexParamStandardComponentRole, &role_params); in omx_component_init()