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

  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 317 * Function : OMX_FreeHandle
322 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.c 319 * Function : OMX_FreeHandle
324 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.c 319 * Function : OMX_FreeHandle
324 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 84 g_cores[i].mFreeHandle = (ISVOMXCore::FreeHandleFunc)dlsym(libHandle, "OMX_FreeHandle");
250 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 259 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 325 * Function : OMX_FreeHandle
330 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
  /hardware/qcom/media/msm8974/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/msm8974/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/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 574 OMX_FreeHandle
586 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp)
621 DEBUG_PRINT_ERROR("OMX_FreeHandle: reduced number_of_adec_nt_session %d\n",
629 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 493 milliseconds