Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c180OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, OMX_EventError, OMX_ErrorHardware, 0, NULL); in OMX_VIDENC_Thread()
284 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_Thread()
301 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_Thread()
320 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_Thread()
DOMX_VideoEnc_Utils.c391 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleError()
413 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleError()
480 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleLcmlEvent()
488 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleLcmlEvent()
505 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleLcmlEvent()
513 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleLcmlEvent()
530 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleLcmlEvent()
538 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleLcmlEvent()
700 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleCommandDisablePort()
746 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in OMX_VIDENC_HandleCommandDisablePort()
[all …]
DOMX_VideoEncoder.c3628 OMX_VIDENC_EVENT_HANDLER(pComponentPrivate, in FreeBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h355 #define OMX_VIDENC_EVENT_HANDLER(_hComponent_, _eEvent_, _nData1_, _nData2_, _pEventData_) \ macro