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

  /external/opencore/codecs_v2/omx/omx_h264enc/include/
omx_avcenc_component.h 47 class OmxComponentAvcEncAO : public OmxComponentVideo
51 OmxComponentAvcEncAO();
52 ~OmxComponentAvcEncAO();
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 43 OmxComponentAvcEncAO* pOpenmaxAOType;
48 pOpenmaxAOType = (OmxComponentAvcEncAO*) OSCL_NEW(OmxComponentAvcEncAO, ());
72 OmxComponentAvcEncAO* pOpenmaxAOType = (OmxComponentAvcEncAO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate;
136 OMX_ERRORTYPE OmxComponentAvcEncAO::ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy)
156 iOmxComponent.SendCommand = OmxComponentAvcEncAO::BaseComponentProxySendCommand;
157 iOmxComponent.GetParameter = OmxComponentAvcEncAO::BaseComponentProxyGetParameter;
158 iOmxComponent.SetParameter = OmxComponentAvcEncAO::BaseComponentProxySetParameter;
159 iOmxComponent.GetConfig = OmxComponentAvcEncAO::BaseComponentProxyGetConfig
    [all...]

Completed in 13 milliseconds