Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_Index.h155 OMX_IndexParamVideoPortFormat, /**< reference: OMX_VIDEO_PARAM_PORTFORMATTYPE */ enumerator
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c345 case OMX_IndexParamVideoPortFormat: { in vid_dec_SetParameter()
403 case OMX_IndexParamVideoPortFormat: { in vid_dec_GetParameter()
Dvid_enc.c446 case OMX_IndexParamVideoPortFormat: { in vid_enc_GetParameter()
/third_party/ffmpeg/libavcodec/
Domx.c447 …if (OMX_GetParameter(s->handle, OMX_IndexParamVideoPortFormat, &video_port_format) != OMX_ErrorNon… in omx_component_init()