Home
last modified time | relevance | path

Searched refs:sCallbacks (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4-aah/domx/omx_core/src/
DOMX_Core.c720 OMX_CALLBACKTYPE sCallbacks; in OMX_BuildComponentTable() local
736 sCallbacks.EventHandler = ComponentTable_EventHandler; in OMX_BuildComponentTable()
737 sCallbacks.EmptyBufferDone = ComponentTable_EmptyBufferDone; in OMX_BuildComponentTable()
738 sCallbacks.FillBufferDone = ComponentTable_FillBufferDone; in OMX_BuildComponentTable()
780 &sCallbacks); in OMX_BuildComponentTable()
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core.c707 OMX_CALLBACKTYPE sCallbacks; in OMX_BuildComponentTable() local
723 sCallbacks.EventHandler = ComponentTable_EventHandler; in OMX_BuildComponentTable()
724 sCallbacks.EmptyBufferDone = ComponentTable_EmptyBufferDone; in OMX_BuildComponentTable()
725 sCallbacks.FillBufferDone = ComponentTable_FillBufferDone; in OMX_BuildComponentTable()
767 &sCallbacks); in OMX_BuildComponentTable()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1163 static OMX_CALLBACKTYPE sCallbacks = {EVT_CB, EBD_CB, FBD_CB}; in VencTest_Initialize() local
1177 &sCallbacks); in VencTest_Initialize()
1183 &sCallbacks); in VencTest_Initialize()
1192 &sCallbacks); in VencTest_Initialize()
1201 &sCallbacks); in VencTest_Initialize()
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1153 static OMX_CALLBACKTYPE sCallbacks = {EVT_CB, EBD_CB, FBD_CB}; in VencTest_Initialize() local
1169 &sCallbacks); in VencTest_Initialize()
1177 &sCallbacks); in VencTest_Initialize()
1185 &sCallbacks); in VencTest_Initialize()
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DOMX_Core.c725 OMX_CALLBACKTYPE sCallbacks; in TIOMX_BuildComponentTable() local