Searched refs:pIndexType (Results 1 - 25 of 52) sorted by relevance

123

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.h89 OMX_OUT OMX_INDEXTYPE *pIndexType);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c95 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType);
264 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType)
272 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL);
282 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexAndroidNativeBufferUsage;
286 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType);
291 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType);
263 PROXY_VIDDEC_GetExtensionIndex(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.h130 OMX_OUT OMX_INDEXTYPE *pIndexType);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.h137 OMX_OUT OMX_INDEXTYPE *pIndexType);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.h89 OMX_OUT OMX_INDEXTYPE *pIndexType);
H A DExynos_OMX_VdecControl.c1429 OMX_OUT OMX_INDEXTYPE *pIndexType)
1453 if ((cParameterName == NULL) || (pIndexType == NULL)) {
1464 *pIndexType = (OMX_INDEXTYPE) OMX_IndexParamEnableAndroidBuffers;
1468 *pIndexType = (OMX_INDEXTYPE) OMX_IndexParamGetAndroidNativeBuffer;
1472 *pIndexType = (OMX_INDEXTYPE) OMX_IndexParamUseAndroidNativeBuffer;
1477 *pIndexType = OMX_IndexParamEnableThumbnailMode;
1482 *pIndexType = (OMX_INDEXTYPE) OMX_IndexParamStoreMetaDataBuffer;
1487 ret = Exynos_OMX_GetExtensionIndex(hComponent, cParameterName, pIndexType);
1426 Exynos_OMX_VideoDecodeGetExtensionIndex( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE *pIndexType) argument
/hardware/ti/omap4xxx/domx/domx/
H A Domx_proxy_common.h249 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType);
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
H A Domx_rpc_stub.h118 OMX_STRING cParameterName, OMX_INDEXTYPE * pIndexType,
/hardware/qcom/media/mm-core/inc/
H A DOMX_Core.h924 @param [out] pIndexType
934 pIndexType) \
938 pIndexType) /* Macro End */
H A DOMX_Component.h395 OMX_OUT OMX_INDEXTYPE* pIndexType);
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Core.h924 @param [out] pIndexType
934 pIndexType) \
938 pIndexType) /* Macro End */
H A DOMX_Component.h395 OMX_OUT OMX_INDEXTYPE* pIndexType);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Core.h924 @param [out] pIndexType
934 pIndexType) \
938 pIndexType) /* Macro End */
H A DOMX_Component.h395 OMX_OUT OMX_INDEXTYPE* pIndexType);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h924 @param [out] pIndexType
934 pIndexType) \
938 pIndexType) /* Macro End */
H A DOMX_Component.h395 OMX_OUT OMX_INDEXTYPE* pIndexType);
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h924 @param [out] pIndexType
934 pIndexType) \
938 pIndexType) /* Macro End */
H A DOMX_Component.h395 OMX_OUT OMX_INDEXTYPE* pIndexType);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c136 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType);
500 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType)
509 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL);
517 PROXY_require((cParameterName != NULL && pIndexType != NULL),
526 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexEncoderStoreMetadatInBuffers;
530 PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType);
499 LOCAL_PROXY_H264E_GetExtensionIndex(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c135 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType);
483 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType)
492 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL);
500 PROXY_require((cParameterName != NULL && pIndexType != NULL),
509 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexEncoderStoreMetadatInBuffers;
513 PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType);
482 LOCAL_PROXY_MPEG4E_GetExtensionIndex(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c168 OMX_OUT OMX_INDEXTYPE* pIndexType);
2070 OMX_OUT OMX_INDEXTYPE* pIndexType)
2075 *pIndexType = OMX_IndexCustomWbAmrDecHeaderInfoConfig;
2078 *pIndexType = OMX_IndexCustomWbAmrDecStreamIDConfig;
2082 *pIndexType = OMX_IndexCustomWbAmrDecDataPath;
2086 *pIndexType = OMX_IndexCustomWbAmrDecNextFrameLost;
2090 *pIndexType = OMX_IndexCustomDebug;
2068 GetExtensionIndex(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE* pIndexType) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c150 OMX_OUT OMX_INDEXTYPE* pIndexType);
1813 OMX_OUT OMX_INDEXTYPE* pIndexType)
1819 *pIndexType = OMX_IndexCustomG711ENCModeConfig;
1823 *pIndexType = OMX_IndexCustomG711EncDataPath;
1828 *pIndexType = OMX_IndexCustomG711EncFrameParams;
1835 G711ENC_DPRINT("pIndexType %x \n",*pIndexType);
1811 GetExtensionIndex( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE* pIndexType) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c162 OMX_OUT OMX_INDEXTYPE* pIndexType);
2035 OMX_OUT OMX_INDEXTYPE* pIndexType)
2042 *pIndexType = OMX_IndexCustomG729ENCModeConfig;
2047 *pIndexType = OMX_IndexCustomG729ENCHeaderInfoConfig;
2051 *pIndexType = OMX_IndexCustomG729ENCStreamIDConfig;
2055 *pIndexType = OMX_IndexCustomG729ENCDataPath;
2032 GetExtensionIndex( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE* pIndexType) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c163 OMX_OUT OMX_INDEXTYPE* pIndexType);
2120 OMX_OUT OMX_INDEXTYPE* pIndexType)
2127 *pIndexType = OMX_IndexCustomWMADECHeaderInfoConfig;
2132 *pIndexType = OMX_IndexCustomWmaDecStreamIDConfig;
2137 *pIndexType = OMX_IndexCustomWmaDecDataPath;
2141 *pIndexType = OMX_IndexCustomDebug;
2117 GetExtensionIndex( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE* pIndexType) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
H A DExynos_OMX_Mp3dec.c351 OMX_OUT OMX_INDEXTYPE *pIndexType)
375 if ((cParameterName == NULL) || (pIndexType == NULL)) {
384 ret = Exynos_OMX_AudioDecodeGetExtensionIndex(hComponent, cParameterName, pIndexType);
348 Exynos_SRP_Mp3Dec_GetExtensionIndex( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE *pIndexType) argument

Completed in 1694 milliseconds

123