HomeSort by relevance Sort by last modified time
    Searched refs:OMX_Init (Results 1 - 25 of 42) sorted by null

1 2

  /hardware/intel/common/wrs_omxil_core/core/src/
pv_omx_interface.cpp 61 pOMX_Init = OMX_Init;
wrs_omxcore.cpp 123 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void)
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 93 return OMX_Init();
OMX_Core.c 71 /* count for call OMX_Init() */
129 * OMX_Init()
132 * responsibility of the application to call OMX_Init to ensure the proper
140 OMX_ERRORTYPE OMX_Init()
214 "OMX_GetHandle called without calling OMX_Init first");
382 "OMX_FreeHandle called without calling OMX_Init first");
442 "OMX_Deinit being called without a corresponding OMX_Init");
551 "OMX_GetHandle called without calling OMX_Init first");
595 "OMX_GetHandle called without calling OMX_Init first");
652 "OMX_GetHandle called without calling OMX_Init first")
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 97 return OMX_Init();
OMX_Core.c 71 /* count for call OMX_Init() */
122 * OMX_Init()
125 * responsibility of the application to call OMX_Init to ensure the proper
133 OMX_ERRORTYPE OMX_Init()
207 "OMX_GetHandle called without calling OMX_Init first");
369 "OMX_FreeHandle called without calling OMX_Init first");
429 "OMX_Deinit being called without a corresponding OMX_Init");
538 "OMX_GetHandle called without calling OMX_Init first");
582 "OMX_GetHandle called without calling OMX_Init first");
639 "OMX_GetHandle called without calling OMX_Init first")
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.c 53 * Function : OMX_Init
58 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init()
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.c 53 * Function : OMX_Init
58 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init()
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 52 * Function : OMX_Init
57 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init()
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 59 * Function : OMX_Init
64 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init()
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.c 59 * Function : OMX_Init
64 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init()
  /frameworks/native/include/media/openmax/
OMX_Core.h     [all...]
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 59 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void)
77 g_cores[i].mInit = (ISVOMXCore::InitFunc)dlsym(libHandle, "OMX_Init");
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.c 100 OMX_Init
114 OMX_Init()
116 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.c 97 OMX_Init
111 OMX_Init()
113 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 101 OMX_Init
115 OMX_Init()
117 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
  /hardware/qcom/media/msmcobalt/mm-core/src/common/
qc_omx_core.c 101 OMX_Init
115 OMX_Init()
117 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 1146 if (OMX_ErrorNone != OMX_Init()) {
1148 CDBG_ERROR("%s:%d] OMX_Init failed (%d)", __func__, __LINE__, rc);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 1146 if (OMX_ErrorNone != OMX_Init()) {
1148 CDBG_ERROR("%s:%d] OMX_Init failed (%d)", __func__, __LINE__, rc);

Completed in 253 milliseconds

1 2