Home
last modified time | relevance | path

Searched refs:nIndex (Results 1 – 25 of 32) sorted by relevance

12

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.h127 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
Domx_proxy_interface.cpp171 …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/
DOMX_Component.h384 OMX_IN OMX_INDEXTYPE nIndex,
393 OMX_IN OMX_INDEXTYPE nIndex,
402 OMX_IN OMX_INDEXTYPE nIndex,
587 OMX_IN OMX_U32 nIndex);
DOMX_Image.h161 OMX_U32 nIndex; member
DOMX_Other.h345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
DOMX_Audio.h140 …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/
Dpv_omxcomponent.h145 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/
Domx_interface.h46 OMX_IN OMX_U32 nIndex);
167 OMX_IN OMX_U32 nIndex);
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp390 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/
Domx_mp3_component.h70 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp329 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/
Domx_aac_component.h69 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Domx_mpeg4enc_component.h67 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_amr/include/
Domx_amr_component.h75 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_h264/include/
Domx_avc_component.h75 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h123 OMX_IN OMX_U32 nIndex);
308 OMX_IN OMX_U32 nIndex);
/external/opencore/codecs_v2/omx/omx_m4v/include/
Domx_mpeg4_component.h77 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Domx_avcenc_component.h67 OMX_IN OMX_INDEXTYPE nIndex,
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp278 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/
Domx_aac_component.cpp281 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/
Dpv_omxcore.cpp1011 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/
Domx_amr_component.cpp273 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/
Dpv_omxcomponent.cpp883 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/
Domx_avc_component.cpp301 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/
Domx_mpeg4_component.cpp393 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()

12