HomeSort by relevance Sort by last modified time
    Searched refs:OmxComponentAmrEncoderAO (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/omx/omx_amrenc/include/
omx_amrenc_component.h 45 class OmxComponentAmrEncoderAO : public OmxComponentAudio
49 OmxComponentAmrEncoderAO();
50 ~OmxComponentAmrEncoderAO();
  /external/opencore/codecs_v2/omx/omx_amrenc/src/
omx_amrenc_component.cpp 35 OmxComponentAmrEncoderAO* pOpenmaxAOType;
40 pOpenmaxAOType = (OmxComponentAmrEncoderAO*) OSCL_NEW(OmxComponentAmrEncoderAO, ());
64 OmxComponentAmrEncoderAO* pOpenmaxAOType = (OmxComponentAmrEncoderAO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate;
128 OMX_ERRORTYPE OmxComponentAmrEncoderAO::ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy)
144 iOmxComponent.SendCommand = OmxComponentAmrEncoderAO::BaseComponentProxySendCommand;
145 iOmxComponent.GetParameter = OmxComponentAmrEncoderAO::BaseComponentProxyGetParameter;
146 iOmxComponent.SetParameter = OmxComponentAmrEncoderAO::BaseComponentProxySetParameter;
147 iOmxComponent.GetConfig = OmxComponentAmrEncoderAO::BaseComponentProxyGetConfig
    [all...]

Completed in 29 milliseconds