Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_Core.h92 typedef enum OMX_STATETYPE enum
114 } OMX_STATETYPE; typedef
DOMX_Component.h403 OMX_OUT OMX_STATETYPE* pState);
/third_party/ffmpeg/libavcodec/
Domx.c218 OMX_STATETYPE state;
375 static av_cold int wait_for_state(OMXCodecContext *s, OMX_STATETYPE state) in wait_for_state()