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

1 2

  /external/opencore/codecs_v2/omx/omx_aac/include/
omx_aac_component.h 58 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_amrenc/include/
omx_amrenc_component.h 57 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_mp3/include/
omx_mp3_component.h 60 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_amr/include/
omx_amr_component.h 59 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_h264/include/
omx_avc_component.h 63 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_h264enc/include/
omx_avcenc_component.h 58 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_m4v/include/
omx_mpeg4_component.h 65 OMX_ERRORTYPE ComponentDeInit();
  /external/opencore/codecs_v2/omx/omx_m4venc/include/
omx_mpeg4enc_component.h 56 OMX_ERRORTYPE ComponentDeInit();
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 192 result->ComponentDeInit = ComponentDeInitWrapper;
  /external/opencore/codecs_v2/omx/omx_amrenc/src/
omx_amrenc_component.cpp 323 ComponentDeInit();
689 OMX_ERRORTYPE OmxComponentAmrEncoderAO::ComponentDeInit()
691 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentAmrEncoderAO : ComponentDeInit IN"));
701 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentAmrEncoderAO : ComponentDeInit OUT"));
  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 335 ComponentDeInit();
796 OMX_ERRORTYPE OpenmaxMp3AO::ComponentDeInit()
798 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OpenmaxMp3AO : ComponentDeInit IN"));
808 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OpenmaxMp3AO : ComponentDeInit OUT"));
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 562 /** ComponentDeInit method is used to deinitialize the component
573 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/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 LOGE("%d :: ComponentDeInit failed %d\n",__LINE__, retVal);

Completed in 1253 milliseconds

1 2