Searched refs:ptr_GetComponentsOfRole (Results 1 – 1 of 1) sorted by relevance
84 OMX_ERRORTYPE (*ptr_GetComponentsOfRole)(OMX_STRING, OMX_U32*, OMX_U8**); member124 s->ptr_GetComponentsOfRole = dlsym_prefixed(s->lib, "OMX_GetComponentsOfRole", prefix); in omx_try_load()128 !s->ptr_GetComponentsOfRole || !s->ptr_GetRolesOfComponent) { in omx_try_load()351 omx_context->ptr_GetComponentsOfRole((OMX_STRING) role, &num, NULL); in find_component()366 omx_context->ptr_GetComponentsOfRole((OMX_STRING) role, &num, (OMX_U8**) components); in find_component()