Searched refs:OMX_FreeHandle (Results 1 - 25 of 32) sorted by relevance

12

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dpv_omx_interface.cpp65 pOMX_FreeHandle = OMX_FreeHandle;
H A Dwrs_omxcore.cpp259 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle( function
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core_Wrapper.c126 return OMX_FreeHandle(hComponent);
H A DOMX_Core.c354 * OMX_FreeHandle()
368 OMX_ERRORTYPE OMX_FreeHandle(OMX_HANDLETYPE hComponent) function
382 "OMX_FreeHandle called without calling OMX_Init first");
834 eError = OMX_FreeHandle(hComp);
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core_Wrapper.c130 return OMX_FreeHandle(hComponent);
H A DOMX_Core.c341 * OMX_FreeHandle()
355 OMX_ERRORTYPE OMX_FreeHandle(OMX_HANDLETYPE hComponent) function
369 "OMX_FreeHandle called without calling OMX_Init first");
821 eError = OMX_FreeHandle(hComp);
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Dqc_omx_core.c392 eRet = OMX_FreeHandle(core[i].inst[j]);
504 OMX_FreeHandle
516 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp) function
548 DEBUG_PRINT(" OMX_FreeHandle failed on %x\n",(unsigned) hComp);
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.c325 * Function : OMX_FreeHandle
330 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle( function
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
H A Domx_amr_enc_test.c594 result = OMX_FreeHandle(amr_enc_handle);
648 result = OMX_FreeHandle(amr_enc_handle);
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcore.cpp84 g_cores[i].mFreeHandle = (ISVOMXCore::FreeHandleFunc)dlsym(libHandle, "OMX_FreeHandle");
250 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle( function
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h1293 /** The OMX_FreeHandle method will free a handle allocated by the OMX_GetHandle
1308 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Core.h1284 /** The OMX_FreeHandle method will free a handle allocated by the OMX_GetHandle
1299 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Core.h1293 /** The OMX_FreeHandle method will free a handle allocated by the OMX_GetHandle
1308 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core.h1301 /** The OMX_FreeHandle method will free a handle allocated by the OMX_GetHandle
1316 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h1284 /** The OMX_FreeHandle method will free a handle allocated by the OMX_GetHandle
1299 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Dqc_omx_core.c485 OMX_FreeHandle
497 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp) function
531 DEBUG_PRINT(" OMX_FreeHandle failed on %p\n", hComp);
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.c574 OMX_FreeHandle
586 OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComp) function
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/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
H A Domx_aac_enc_test.c629 result = OMX_FreeHandle(aac_enc_handle);
682 result = OMX_FreeHandle(aac_enc_handle);
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
H A Domx_evrc_enc_test.c637 result = OMX_FreeHandle(evrc_enc_handle);
691 result = OMX_FreeHandle(evrc_enc_handle);
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
H A Domx_qcelp13_enc_test.c639 result = OMX_FreeHandle(qcelp13_enc_handle);
693 result = OMX_FreeHandle(qcelp13_enc_handle);
/hardware/ti/omap4-aah/domx/test/sample_proxy/
H A Dtest_sample_proxy.c1140 eError = OMX_FreeHandle(pContext->hComp);
1147 OMX_FreeHandle(pContext->hComp);
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c1140 eError = OMX_FreeHandle(pContext->hComp);
1147 OMX_FreeHandle(pContext->hComp);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp311 OMX_FreeHandle(mCameraAdapterParameters.mHandleComp);
3532 OMX_FreeHandle(mCameraAdapterParameters.mHandleComp);
3699 OMX_FreeHandle(handle);
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpegdec.c259 rc = OMX_FreeHandle(p_session->omx_handle);
261 LOGE("OMX_FreeHandle failed (%d)", rc);
H A Dmm_jpeg.c391 rc = OMX_FreeHandle(p_session->omx_handle);
393 LOGE("OMX_FreeHandle failed (%d)", rc);
2234 OMX_FreeHandle(my_obj->dummy_handle);

Completed in 577 milliseconds

12