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

1 2 3

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 169 (NULL == component->ComponentDeInit) ||
215 if (NULL != pOMXComponent->ComponentDeInit)
216 pOMXComponent->ComponentDeInit(pOMXComponent);
248 pOMXComponent->ComponentDeInit(pOMXComponent);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 95 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 96 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 324 rc = p_comp->ComponentDeInit(hComp);
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.c 324 rc = p_comp->ComponentDeInit(hComp);
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 347 rc = p_comp->ComponentDeInit(hComp);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 59 mComponent->ComponentDeInit = NULL;
  /frameworks/native/include/media/openmax/
OMX_Component.h 562 /** ComponentDeInit method is used to deinitialize the component
573 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 562 /** ComponentDeInit method is used to deinitialize the component
573 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 74 component->ComponentDeInit = &qc_omx_component_deinit;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 74 component->ComponentDeInit = &qc_omx_component_deinit;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
228 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 127 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
204 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 148 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
225 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 147 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
220 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 150 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
228 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 137 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
209 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 144 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
237 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
218 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
219 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]

Completed in 545 milliseconds

1 2 3