Searched defs:nIndex (Results 1 - 25 of 35) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_CoreExt.h57 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member in struct:OMX_CONFIG_CALLBACKREQUESTTYPE
H A DQOMX_CoreExtensions.h133 * nIndex : The index associated with the extra data
140 OMX_INDEXTYPE nIndex; member in struct:QOMX_INDEXEXTRADATATYPE
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
H A DOMX_Video.h150 * nIndex : Indicates the enumeration index for the format from
162 OMX_U32 nIndex; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_CoreExt.h57 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member in struct:OMX_CONFIG_CALLBACKREQUESTTYPE
H A DQOMX_CoreExtensions.h133 * nIndex : The index associated with the extra data
140 OMX_INDEXTYPE nIndex; member in struct:QOMX_INDEXEXTRADATATYPE
H A DOMX_IndexExt.h137 OMX_U32 nIndex; member in struct:OMX_CONFIG_ANDROID_VENDOR_EXTENSIONTYPE
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_CoreExt.h57 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member in struct:OMX_CONFIG_CALLBACKREQUESTTYPE
H A DQOMX_CoreExtensions.h133 * nIndex : The index associated with the extra data
140 OMX_INDEXTYPE nIndex; member in struct:QOMX_INDEXEXTRADATATYPE
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.cpp73 OMX_INDEXTYPE nIndex,
76 OMXHANDLER handler = FindHandler(nIndex, true);
78 LOGE("ComponentGetParameter: No handler for index %d", nIndex);
82 LOGV("ComponentGetParameter: Index = 0x%x", nIndex);
87 OMX_INDEXTYPE nIndex,
90 OMXHANDLER handler = FindHandler(nIndex, false);
92 LOGE("ComponentSetParameter: No handler for index %d", nIndex);
96 LOGV("ComponentSetParameter: Index = 0x%x", nIndex);
101 OMX_INDEXTYPE nIndex,
104 OMXHANDLER handler = FindHandler(nIndex, tru
72 ComponentGetParameter( OMX_INDEXTYPE nIndex, OMX_PTR pComponentParameterStructure) argument
86 ComponentSetParameter( OMX_INDEXTYPE nIndex, OMX_PTR pComponentParameterStructure) argument
100 ComponentGetConfig( OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
114 ComponentSetConfig( OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
[all...]
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
H A DOMX_adaptor.cpp119 OMX_INDEXTYPE nIndex,
127 if (nIndex == OMX_IndexParamPortDefinition) {
117 MRM_OMX_SetParameter( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentParameterStructure) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.cpp173 int nIndex = 0; local
175 channels [nIndex] = (sad[nIndex] & 0x7) + 1;
176 formats [nIndex] = (sad[nIndex] & 0xFF) >> 3;
177 frequency[nIndex] = (sad[nIndex] >> 8) & 0xFF;
178 bitrate [nIndex] = (sad[nIndex] >> 16) & 0xFF;
179 nIndex
[all...]
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcore.cpp151 OMX_IN OMX_U32 nIndex)
155 OMX_U32 relativeIndex = nIndex;
156 if (nIndex >= g_nr_comp) {
169 __func__, nIndex, cComponentName);
148 OMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
H A Disv_omxcomponent.cpp257 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: nIndex 0x%08x", __func__, nParamIndex);
291 OMX_IN OMX_INDEXTYPE nIndex,
296 return pComp->ISV_SetParameter(nIndex, pComponentParameterStructure);
300 OMX_IN OMX_INDEXTYPE nIndex,
303 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: nIndex 0x%08x", __func__, nIndex);
305 if (nIndex == static_cast<OMX_INDEXTYPE>(OMX_IndexExtSetISVMode)) {
335 nIndex,
341 err = OMX_SetParameter(mComponent, nIndex, pComponentParameterStructure);
343 if (nIndex
289 SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentParameterStructure) argument
299 ISV_SetParameter( OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentParameterStructure) argument
407 GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
417 ISV_GetConfig( OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
438 SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
448 ISV_SetConfig( OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
856 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
866 ISV_ComponentRoleEnum( OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
[all...]
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp167 OMX_IN OMX_U32 nIndex)
174 entry = __list_entry(g_module_list, nIndex);
186 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname);
164 OMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
H A DOMX_QCOMExtns.h226 OMX_U32 nIndex; member in struct:OMX_QCOM_FRAME_PACKINGFORMAT_TYPE
494 OMX_U32 nIndex; member in struct:OMX_QCOM_CONFIG_INTERLACETYPE
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp522 OMX_IN OMX_INDEXTYPE nIndex,
535 return cbase->CBaseSetParameter(hComponent, nIndex,
541 OMX_IN OMX_INDEXTYPE nIndex,
549 switch (nIndex) {
637 if (nIndex == (OMX_INDEXTYPE)OMX_IndexExtPrepareForAdaptivePlayback) {
682 ret = ComponentSetParameter(nIndex, pComponentParameterStructure);
692 OMX_IN OMX_INDEXTYPE nIndex,
705 return cbase->CBaseGetConfig(hComponent, nIndex,
711 OMX_IN OMX_INDEXTYPE nIndex,
719 switch (nIndex) {
520 SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentParameterStructure) argument
539 CBaseSetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentParameterStructure) argument
690 GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
709 CBaseGetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
727 SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
746 CBaseSetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
1232 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
1250 CBaseComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.c2596 IMG_INT nIndex; local
2641 for (nIndex = 0; nIndex < psMtxEncContext->ui8NumPipes; nIndex++, ui8Flag<<=1)

Completed in 693 milliseconds

12