Searched refs:OMX_CALLBACKTYPE (Results 1 – 3 of 3) sorted by relevance
497 typedef struct OMX_CALLBACKTYPE struct594 } OMX_CALLBACKTYPE; argument1281 OMX_IN OMX_CALLBACKTYPE* pCallBacks);
542 OMX_IN OMX_CALLBACKTYPE* pCallbacks,
82 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()