Home
last modified time | relevance | path

Searched refs:OMX_COMPONENTTYPE (Results 1 – 15 of 15) sorted by relevance

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Core.h707 ((OMX_COMPONENTTYPE*)hComponent)->GetComponentVersion( \
767 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
807 ((OMX_COMPONENTTYPE*)hComponent)->GetParameter( \
846 ((OMX_COMPONENTTYPE*)hComponent)->SetParameter( \
882 ((OMX_COMPONENTTYPE*)hComponent)->GetConfig( \
918 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
952 ((OMX_COMPONENTTYPE*)hComponent)->GetExtensionIndex( \
978 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
1009 ((OMX_COMPONENTTYPE*)hComponent)->UseBuffer( \
1051 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
[all …]
DOMX_Component.h324 typedef struct OMX_COMPONENTTYPE struct
589 } OMX_COMPONENTTYPE; argument
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp481 OMX_COMPONENTTYPE *pHandle = &iOmxComponent; in AssemblePartialFrames()
627 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ReturnInputBuffer()
646 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ReturnOutputBuffer()
671 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in FlushPort()
878 …OmxComponentBase* pOpenmaxAOType = (OmxComponentBase*)((OMX_COMPONENTTYPE*)hComponent)->pComponent… in BaseComponentGetConfig()
973 …OmxComponentBase* pOpenmaxAOType = (OmxComponentBase*)((OMX_COMPONENTTYPE*)hComponent)->pComponent… in BaseComponentSetConfig()
1016 …OmxComponentBase* pOpenmaxAOType = (OmxComponentBase*)((OMX_COMPONENTTYPE*)hComponent)->pComponent… in BaseComponentGetState()
1036 …OmxComponentBase* pOpenmaxAOType = (OmxComponentBase*)((OMX_COMPONENTTYPE*)hComponent)->pComponent… in BaseComponentGetParameter()
1055 …OmxComponentBase* pOpenmaxAOType = (OmxComponentBase*)((OMX_COMPONENTTYPE*)hComponent)->pComponent… in BaseComponentSetParameter()
1077 …OmxComponentBase* pOpenmaxAOType = (OmxComponentBase*)((OMX_COMPONENTTYPE*)hComponent)->pComponent… in BaseComponentUseBuffer()
[all …]
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp87 …OpenmaxMpeg4AO* pOpenmaxAOType = (OpenmaxMpeg4AO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate; in Mpeg4OmxComponentDestructor()
138 …OpenmaxMpeg4AO* pOpenmaxAOType = (OpenmaxMpeg4AO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate; in H263OmxComponentDestructor()
224 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
504 OMX_COMPONENTTYPE *pHandle = &iOmxComponent; in DecodeWithoutMarker()
619 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in DecodeWithoutMarker()
711 OMX_COMPONENTTYPE * pHandle = &iOmxComponent; in DecodeWithMarker()
799 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp71 OpenmaxAvcAO* pOpenmaxAOType = (OpenmaxAvcAO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate; in AvcOmxComponentDestructor()
140 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
534 OMX_COMPONENTTYPE * pHandle = &iOmxComponent; in DecodeWithoutMarker()
663 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in DecodeWithoutMarker()
734 OMX_COMPONENTTYPE *pHandle = &iOmxComponent; in DecodeWithMarker()
825 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp75 OpenmaxAmrAO* pOpenmaxAOType = (OpenmaxAmrAO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate; in AmrOmxComponentDestructor()
143 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
444 OMX_COMPONENTTYPE *pHandle = &iOmxComponent; in DecodeWithoutMarker()
629 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in DecodeWithoutMarker()
737 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in DecodeWithMarker()
907 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp72 OpenmaxMp3AO* pOpenmaxAOType = (OpenmaxMp3AO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate; in Mp3OmxComponentDestructor()
139 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
409 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ProcessData()
592 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in ProcessData()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp80 OpenmaxAacAO* pOpenmaxAOType = (OpenmaxAacAO*)((OMX_COMPONENTTYPE*)pHandle)->pComponentPrivate; in AacOmxComponentDestructor()
148 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
410 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ProcessData()
604 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*) ipAppPriv->CompHandle; in ProcessData()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h464 OMX_COMPONENTTYPE* ipTargetComponent;
466 OMX_COMPONENTTYPE* ipTempTargetComponent;
484 OMX_COMPONENTTYPE iOmxComponent; // structure
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp64 …OmxComponentAmrEncoderAO* pOpenmaxAOType = (OmxComponentAmrEncoderAO*)((OMX_COMPONENTTYPE*)pHandle… in AmrEncOmxComponentDestructor()
135 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
361 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ProcessData()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp68 …OmxComponentMpeg4EncAO* pOpenmaxAOType = (OmxComponentMpeg4EncAO*)((OMX_COMPONENTTYPE*)pHandle)->p… in Mpeg4EncOmxComponentDestructor()
122 …OmxComponentMpeg4EncAO* pOpenmaxAOType = (OmxComponentMpeg4EncAO*)((OMX_COMPONENTTYPE*)pHandle)->p… in H263EncOmxComponentDestructor()
209 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
586 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ProcessData()
/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.cpp862 ((OMX_COMPONENTTYPE*)*pHandle)->SetCallbacks(*pHandle, pCallBacks, pAppData); in GlobalProxyComponentGetHandle()
903 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)hComponent; in GlobalProxyComponentFreeHandle()
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h227OMX_COMPONENTTYPE* pComponent; /// A reference to the main structure that defines a component. It …
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp72 …OmxComponentAvcEncAO* pOpenmaxAOType = (OmxComponentAvcEncAO*)((OMX_COMPONENTTYPE*)pHandle)->pComp… in AvcEncOmxComponentDestructor()
143 iOmxComponent.nSize = sizeof(OMX_COMPONENTTYPE); in ConstructComponent()
523 OMX_COMPONENTTYPE* pHandle = &iOmxComponent; in ProcessData()
/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxcore.cpp867 ((OMX_COMPONENTTYPE*)*pHandle)->SetCallbacks(*pHandle, pCallBacks, pAppData); in OMX_GetHandle()