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

  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 89 * Function : OMX_Deinit
94 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit()
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.c 89 * Function : OMX_Deinit
94 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit()
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 99 * Function : OMX_Deinit
104 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit()
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 72 g_cores[i].mDeinit = (ISVOMXCore::DeinitFunc)dlsym(libHandle, "OMX_Deinit");
111 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void)
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 147 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void)
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 363 OMX_DeInit
375 OMX_Deinit()
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 363 OMX_DeInit
375 OMX_Deinit()
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 418 * OMX_DeInit()
421 * responsibility of the application to call OMX_DeInit to ensure the clean up of these
429 OMX_ERRORTYPE OMX_Deinit()
440 can be returned by OMX_Deinit */
442 "OMX_Deinit being called without a corresponding OMX_Init");
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 405 * OMX_DeInit()
408 * responsibility of the application to call OMX_DeInit to ensure the clean up of these
416 OMX_ERRORTYPE OMX_Deinit()
427 can be returned by OMX_Deinit */
429 "OMX_Deinit being called without a corresponding OMX_Init");

Completed in 280 milliseconds