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

1234

/hardware/qcom/media/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/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_CoreExt.h64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member in struct:OMX_CONFIG_CALLBACKREQUESTTYPE
H A DOMX_TI_Common.h296 * @ param nIndex : Present buffer number whose requirement
298 * @ param eBufType : Present nIndex'ed buffer type
310 OMX_U32 nIndex; member in struct:OMX_TI_PARAM_COMPONENTBUFALLOCTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_CoreExt.h64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member in struct:OMX_CONFIG_CALLBACKREQUESTTYPE
/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/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/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp57 OMX_U16 nIndex = 0; local
69 for (nIndex = 0; eError != OMX_ErrorNoMore; nIndex++) {
70 param.nIndex = nIndex;
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcore.cpp137 OMX_IN OMX_U32 nIndex)
141 OMX_U32 relativeIndex = nIndex;
142 if (nIndex >= g_nr_comp) {
154 ALOGD_IF(ISV_CORE_DEBUG, "%s: found %luth component %s", __func__, nIndex, cComponentName);
134 OMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp169 OMX_IN OMX_U32 nIndex)
177 entry = __list_entry(g_module_list, nIndex);
189 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname);
166 OMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
H A DExynos_OMX_Mp3dec.c156 OMX_IN OMX_INDEXTYPE nIndex,
185 switch (nIndex) {
253 ret = Exynos_OMX_AudioDecodeSetParameter(hComponent, nIndex, pComponentParameterStructure);
264 OMX_IN OMX_INDEXTYPE nIndex,
293 switch (nIndex) {
295 ret = Exynos_OMX_AudioDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
307 OMX_IN OMX_INDEXTYPE nIndex,
336 switch (nIndex) {
338 ret = Exynos_OMX_AudioDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
395 OMX_IN OMX_U32 nIndex)
154 Exynos_SRP_Mp3Dec_SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentParameterStructure) argument
262 Exynos_SRP_Mp3Dec_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
305 Exynos_SRP_Mp3Dec_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
392 Exynos_SRP_Mp3Dec_ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Core.c117 OMX_IN OMX_U32 nIndex)
123 if (nIndex >= gComponentNum) {
128 snprintf(cComponentName, nNameLength, "%s", gComponentList[nIndex].component.componentName);
114 Exynos_OMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c488 * Description: This method will provide the name of the component at the given nIndex
491 * @param[out] cComponentName The name of the component at nIndex
493 * @param[in] nIndex The index number of the component
503 OMX_IN OMX_U32 nIndex)
507 if (nIndex >= tableCount)
513 strcpy(cComponentName, componentTable[nIndex].name);
500 TIOMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core_Wrapper.c104 cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex)
109 return OMX_ComponentNameEnum(cComponentName, nNameLength, nIndex);
103 TIOMX_ComponentNameEnum(OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core_Wrapper.c108 cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex)
113 return OMX_ComponentNameEnum(cComponentName, nNameLength, nIndex);
107 TIOMX_ComponentNameEnum(OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c396 OMX_U16 nIndex = 0; local
409 for (nIndex = 0; eError != OMX_ErrorNoMore; nIndex++)
411 param.nIndex = nIndex;
423 dcc_dir[nIndex] =
427 PROXY_assert(dcc_dir[nIndex] != NULL,
429 strcpy(dcc_dir[nIndex], DCC_PATH);
430 strncat(dcc_dir[nIndex], (OMX_STRING) param.sDCCURI, MAX_URI_LENGTH);
431 strcat(dcc_dir[nIndex], "/");
[all...]
/hardware/qcom/media/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
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c1089 OMX_IN OMX_INDEXTYPE nIndex,
1123 switch (nIndex) {
1287 OMX_IN OMX_INDEXTYPE nIndex,
1321 switch (nIndex) {
1335 OMX_IN OMX_INDEXTYPE nIndex,
1369 switch (nIndex) {
1087 Exynos_OMX_SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR ComponentParameterStructure) argument
1285 Exynos_OMX_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
1333 Exynos_OMX_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp548 OMX_IN OMX_INDEXTYPE nIndex,
584 switch (nIndex) {
612 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: Unsupported index (%d)", __func__, nIndex);
627 OMX_IN OMX_INDEXTYPE nIndex,
663 switch (nIndex) {
812 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: Unsupported index (%d)", __func__, nIndex);
546 Exynos_OSAL_GetANBParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR ComponentParameterStructure) argument
625 Exynos_OSAL_SetANBParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR ComponentParameterStructure) argument
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/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

Completed in 741 milliseconds

1234