Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_Core.h497 typedef struct OMX_CALLBACKTYPE struct
594 } OMX_CALLBACKTYPE; argument
1281 OMX_IN OMX_CALLBACKTYPE* pCallBacks);
DOMX_Component.h542 OMX_IN OMX_CALLBACKTYPE* pCallbacks,
/third_party/ffmpeg/libavcodec/
Domx.c82 OMX_ERRORTYPE (*ptr_GetHandle)(OMX_HANDLETYPE*, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE*);
332 static const OMX_CALLBACKTYPE callbacks = {
402 …err = s->omx_context->ptr_GetHandle(&s->handle, s->component_name, s, (OMX_CALLBACKTYPE*) &callbac… in omx_component_init()