Searched refs:OMX_SendCommand (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | omx.c | 551 err = OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateIdle, NULL); in omx_component_init() 579 err = OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateExecuting, NULL); in omx_component_init() 609 OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateIdle, NULL); in cleanup() 611 OMX_SendCommand(s->handle, OMX_CommandStateSet, OMX_StateLoaded, NULL); in cleanup()
|
/third_party/openmax/api/1.1.2/ |
D | OMX_Core.h | 745 #define OMX_SendCommand( \ macro
|