HomeSort by relevance Sort by last modified time
    Searched refs:ComponentDeInit (Results 26 - 50 of 56) sorted by null

12 3

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 140 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
208 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 552 OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE hComponent);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 356 retVal = pHandle->ComponentDeInit(hComponent);
358 ALOGE("%d :: ComponentDeInit failed %d\n",__LINE__, retVal);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 339 pHandle->ComponentDeInit = ComponentPrivateDeInit;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
226 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 122 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
189 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
231 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 139 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
223 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 151 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
230 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
213 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 393 eError = pHandle->ComponentDeInit(hComponent);
396 TIMM_OSAL_Error("Error From ComponentDeInit..");
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 578 pHandle->ComponentDeInit = ComponentPrivateDeInit;
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 380 eError = pHandle->ComponentDeInit(hComponent);
383 TIMM_OSAL_Error("Error From ComponentDeInit..");
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 629 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 847 pOMXComponent->ComponentDeInit = &Exynos_OMX_ComponentDeinit;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 263 static OMX_ERRORTYPE ComponentDeInit (OMX_IN OMX_HANDLETYPE hComponent);
435 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 356 pHandle->ComponentDeInit = LOCAL_PROXY_H264E_ComponentDeInit;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 350 pHandle->ComponentDeInit = LOCAL_PROXY_MPEG4E_ComponentDeInit;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 220 pHandle->ComponentDeInit = LOCAL_PROXY_H264E_ComponentDeInit;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 215 pHandle->ComponentDeInit = LOCAL_PROXY_MPEG4E_ComponentDeInit;
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 292 handle->ComponentDeInit = NULL;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]

Completed in 510 milliseconds

12 3