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

1 2

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 176 (NULL == component.ComponentDeInit) ||
224 if (NULL != pOMXComponent->ComponentDeInit)
225 pOMXComponent->ComponentDeInit(pOMXComponent);
255 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;
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 59 mComponent->ComponentDeInit = NULL;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /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/omxcore/inc/
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/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/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...]
  /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...]

Completed in 643 milliseconds

1 2