HomeSort by relevance Sort by last modified time
    Searched defs:aOmxLibName (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omxcore.cpp 841 OMX_STRING aOmxLibName = data->ipRegTemplateList[ii]->SharedLibraryName;
845 if ((data->ipRegTemplateList[ii]->FunctionPtrCreateComponent)(pHandle, pAppData, NULL, aOmxLibName, aOmxLib, aOsclUuid, aRefCount) == OMX_ErrorNone)
    [all...]
  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_interface.cpp 855 OMX_STRING aOmxLibName = data->ipRegTemplateList[ii]->SharedLibraryName;
859 if ((data->ipRegTemplateList[ii]->FunctionPtrCreateComponent)(pHandle, pAppData, pProxy, aOmxLibName, aOmxLib, aOsclUuid, aRefCount) == OMX_ErrorNone)

Completed in 43 milliseconds