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

1 2

  /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_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_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/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_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/wbamr_enc/src/
OMX_WbAmrEncoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
213 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/src/
OMX_JpegDecoder.c 629 pHandle->ComponentDeInit = ComponentDeInit;
    [all...]
  /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/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/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/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/mp3_dec/src/
OMX_Mp3Decoder.c 156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
231 pHandle->ComponentDeInit = 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...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 562 /** ComponentDeInit method is used to deinitialize the component
573 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 545 /** ComponentDeInit method is used to deinitialize the component
556 OMX_ERRORTYPE (*ComponentDeInit)(
  /hardware/qcom/media/msmcobalt/mm-core/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/omap4-aah/domx/omx_core/inc/
OMX_Component.h 562 /** ComponentDeInit method is used to deinitialize the component
573 OMX_ERRORTYPE (*ComponentDeInit)(

Completed in 695 milliseconds

1 2