Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Domx.c279 if (data1 == OMX_CommandStateSet) { in event_handler()
544 err = OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateIdle, NULL); in omx_component_init()
572 err = OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateExecuting, NULL); in omx_component_init()
599 OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateIdle, NULL); in cleanup()
601 OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateLoaded, NULL); in cleanup()
/third_party/openmax/api/1.1.2/
DOMX_Core.h51 OMX_CommandStateSet, /**< Change the component state */ enumerator
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c430 if (msg->messageType == OMX_CommandStateSet) { in vid_dec_MessageHandler()
Dvid_enc.c602 if (msg->messageType == OMX_CommandStateSet) { in vid_enc_MessageHandler()