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

  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 298 * Function : OMX_FreeHandle
303 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.c 298 * Function : OMX_FreeHandle
303 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 318 * Function : OMX_FreeHandle
323 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 78 g_cores[i].mFreeHandle = (ISVOMXCore::FreeHandleFunc)dlsym(libHandle, "OMX_FreeHandle");
218 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 262 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 392 eRet = OMX_FreeHandle(core[i].inst[j]);
504 OMX_FreeHandle
516 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp)
548 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 485 OMX_FreeHandle
497 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp)
531 DEBUG_PRINT(" OMX_FreeHandle failed on %p\n", hComp);
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 354 * OMX_FreeHandle()
368 OMX_ERRORTYPE OMX_FreeHandle(OMX_HANDLETYPE hComponent)
382 "OMX_FreeHandle called without calling OMX_Init first");
834 eError = OMX_FreeHandle(hComp);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 341 * OMX_FreeHandle()
355 OMX_ERRORTYPE OMX_FreeHandle(OMX_HANDLETYPE hComponent)
369 "OMX_FreeHandle called without calling OMX_Init first");
821 eError = OMX_FreeHandle(hComp);

Completed in 289 milliseconds