/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.h | 127 OMX_IN OMX_INDEXTYPE nIndex, 132 OMX_IN OMX_INDEXTYPE nIndex, 210 OMX_IN OMX_INDEXTYPE nIndex, 215 OMX_IN OMX_INDEXTYPE nIndex, 333 : hComponent(hComp), nIndex(nInd), pComponentConfigStructure(pCompConfig) in GetConfigMsg() 339 OMX_INDEXTYPE nIndex; variable 347 : hComponent(hComp), nIndex(nInd), pComponentConfigStructure(pCompConfig) in SetConfigMsg() 353 OMX_INDEXTYPE nIndex; variable
|
D | omx_proxy_interface.cpp | 171 …ReturnValueOmxApi = ComponentGetConfig(Command->hComponent, Command->nIndex, Command->pComponentCo… in ProcessMessage() 183 …ReturnValueOmxApi = ComponentSetConfig(Command->hComponent, Command->nIndex, Command->pComponentCo… in ProcessMessage() 415 OMX_IN OMX_INDEXTYPE nIndex, in ProxyGetConfig() argument 425 …GetConfigMsg* Msg = OSCL_PLACEMENT_NEW(ptr, GetConfigMsg(hComponent, nIndex, pComponentConfigStruc… in ProxyGetConfig() 443 OMX_IN OMX_INDEXTYPE nIndex, in ProxySetConfig() argument 452 …SetConfigMsg* Msg = OSCL_PLACEMENT_NEW(ptr, SetConfigMsg(hComponent, nIndex, pComponentConfigStruc… in ProxySetConfig()
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_Component.h | 384 OMX_IN OMX_INDEXTYPE nIndex, 393 OMX_IN OMX_INDEXTYPE nIndex, 402 OMX_IN OMX_INDEXTYPE nIndex, 587 OMX_IN OMX_U32 nIndex);
|
D | OMX_Image.h | 161 OMX_U32 nIndex; member
|
D | OMX_Other.h | 345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
|
D | OMX_Audio.h | 140 …OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-… member 1002 OMX_U32 nIndex; /**< Index of Meta Event */ member 1017 OMX_U32 nIndex; /**< Index of Meta Event */ member
|
/external/opencore/codecs_v2/omx/omx_baseclass/include/ |
D | pv_omxcomponent.h | 145 OMX_IN OMX_INDEXTYPE nIndex, 150 OMX_IN OMX_INDEXTYPE nIndex, 235 OMX_IN OMX_INDEXTYPE nIndex, 240 OMX_IN OMX_INDEXTYPE nIndex, 311 OMX_IN OMX_INDEXTYPE nIndex, 317 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_mastercore/include/ |
D | omx_interface.h | 46 OMX_IN OMX_U32 nIndex); 167 OMX_IN OMX_U32 nIndex);
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 390 pInPort->VideoParam[0].nIndex = 0; in ConstructComponent() 398 pInPort->VideoParam[1].nIndex = 1; in ConstructComponent() 406 pInPort->VideoParam[2].nIndex = 2; in ConstructComponent() 414 pInPort->VideoParam[3].nIndex = 3; in ConstructComponent() 426 pOutPort->VideoParam[0].nIndex = 0; in ConstructComponent() 919 OMX_IN OMX_INDEXTYPE nIndex, in SetConfig() argument 940 switch (nIndex) in SetConfig()
|
/external/opencore/codecs_v2/omx/omx_mp3/include/ |
D | omx_mp3_component.h | 70 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
D | omx_avcenc_component.cpp | 329 pInPort->VideoParam[0].nIndex = 0; in ConstructComponent() 337 pInPort->VideoParam[1].nIndex = 1; in ConstructComponent() 345 pInPort->VideoParam[2].nIndex = 2; in ConstructComponent() 353 pInPort->VideoParam[3].nIndex = 3; in ConstructComponent() 364 pOutPort->VideoParam[0].nIndex = 0; in ConstructComponent() 866 OMX_IN OMX_INDEXTYPE nIndex, in SetConfig() argument 887 switch (nIndex) in SetConfig()
|
/external/opencore/codecs_v2/omx/omx_aac/include/ |
D | omx_aac_component.h | 69 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_m4venc/include/ |
D | omx_mpeg4enc_component.h | 67 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_amr/include/ |
D | omx_amr_component.h | 75 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_h264/include/ |
D | omx_avc_component.h | 75 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_common/include/ |
D | pv_omxcore.h | 123 OMX_IN OMX_U32 nIndex); 308 OMX_IN OMX_U32 nIndex);
|
/external/opencore/codecs_v2/omx/omx_m4v/include/ |
D | omx_mpeg4_component.h | 77 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_h264enc/include/ |
D | omx_avcenc_component.h | 67 OMX_IN OMX_INDEXTYPE nIndex,
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 278 pInPort->AudioParam.nIndex = 0; in ConstructComponent() 283 pOutPort->AudioParam.nIndex = 0; in ConstructComponent() 919 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument 923 OSCL_UNUSED_ARG(nIndex); in GetConfig()
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 281 pInPort->AudioParam.nIndex = 0; in ConstructComponent() 286 pOutPort->AudioParam.nIndex = 0; in ConstructComponent() 1006 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument 1010 OSCL_UNUSED_ARG(nIndex); in GetConfig()
|
/external/opencore/codecs_v2/omx/omx_common/src/ |
D | pv_omxcore.cpp | 1011 OMX_IN OMX_U32 nIndex) in OMX_MasterComponentNameEnum() argument 1013 return OMX_ComponentNameEnum(cComponentName,nNameLength,nIndex); in OMX_MasterComponentNameEnum() 1021 OMX_IN OMX_U32 nIndex) in OMX_ComponentNameEnum() argument 1034 if (Index == nIndex) in OMX_ComponentNameEnum()
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | omx_amr_component.cpp | 273 pInPort->AudioParam.nIndex = 0; in ConstructComponent() 278 pOutPort->AudioParam.nIndex = 0; in ConstructComponent() 1112 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument 1116 OSCL_UNUSED_ARG(nIndex); in GetConfig()
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 883 OMX_IN OMX_INDEXTYPE nIndex, in BaseComponentGetConfig() argument 895 Status = pOpenmaxAOType->GetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentGetConfig() 903 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument 920 switch (nIndex) in GetConfig() 979 OMX_IN OMX_INDEXTYPE nIndex, in BaseComponentSetConfig() argument 990 Status = pOpenmaxAOType->SetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentSetConfig() 997 OMX_IN OMX_INDEXTYPE nIndex, in SetConfig() argument 1001 OSCL_UNUSED_ARG(nIndex); in SetConfig() 3237 if (pAudioPortFormat->nIndex > ipPorts[pAudioPortFormat->nPortIndex]->AudioParam.nIndex) in GetParameter() 3773 OMX_U32 QueriedIndex = pVideoPortFormat->nIndex; in GetParameter() [all …]
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | omx_avc_component.cpp | 301 pInPort->VideoParam[0].nIndex = 0; in ConstructComponent() 311 pOutPort->VideoParam[0].nIndex = 0; in ConstructComponent() 1118 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument 1122 OSCL_UNUSED_ARG(nIndex); in GetConfig()
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 393 pInPort->VideoParam[0].nIndex = 0; in ConstructComponent() 413 pOutPort->VideoParam[0].nIndex = 0; in ConstructComponent() 1065 OMX_IN OMX_INDEXTYPE nIndex, in GetConfig() argument 1069 OSCL_UNUSED_ARG(nIndex); in GetConfig()
|