/hardware/intel/common/wrs_omxil_core/base/src/ |
D | componentbase.cpp | 761 OMX_OUT OMX_INDEXTYPE* pIndexType) in GetExtensionIndex() argument 774 pIndexType); in GetExtensionIndex() 780 OMX_OUT OMX_INDEXTYPE* pIndexType) in CBaseGetExtensionIndex() argument 791 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexStoreMetaDataInBuffers); in CBaseGetExtensionIndex() 796 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtEnableNativeBuffer); in CBaseGetExtensionIndex() 801 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtGetNativeBufferUsage); in CBaseGetExtensionIndex() 806 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtUseNativeBuffer); in CBaseGetExtensionIndex() 811 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtRotationDegrees); in CBaseGetExtensionIndex() 816 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtSyncEncoding); in CBaseGetExtensionIndex() 821 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtPrependSPSPPS); in CBaseGetExtensionIndex() [all …]
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 95 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType); 264 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in PROXY_VIDDEC_GetExtensionIndex() argument 272 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in PROXY_VIDDEC_GetExtensionIndex() 282 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexAndroidNativeBufferUsage; in PROXY_VIDDEC_GetExtensionIndex() 286 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in PROXY_VIDDEC_GetExtensionIndex() 291 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in PROXY_VIDDEC_GetExtensionIndex()
|
/hardware/intel/common/utils/ISV/omx/ |
D | isv_omxcomponent.cpp | 472 OMX_OUT OMX_INDEXTYPE* pIndexType) in GetExtensionIndex() argument 476 return pComp->ISV_GetExtensionIndex(cParameterName, pIndexType); in GetExtensionIndex() 481 OMX_OUT OMX_INDEXTYPE* pIndexType) in ISV_GetExtensionIndex() argument 485 *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtSetISVMode); in ISV_GetExtensionIndex() 489 OMX_ERRORTYPE err = OMX_GetExtensionIndex(mComponent, cParameterName, pIndexType); in ISV_GetExtensionIndex() 498 mUseAndroidNativeBufferIndex = static_cast<uint32_t>(*pIndexType); in ISV_GetExtensionIndex() 503 mStoreMetaDataInBuffersIndex = static_cast<uint32_t>(*pIndexType); in ISV_GetExtensionIndex() 507 cParameterName, *pIndexType); in ISV_GetExtensionIndex()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 102 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType); 292 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in PROXY_VIDDEC_GetExtensionIndex() argument 300 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in PROXY_VIDDEC_GetExtensionIndex() 310 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexAndroidNativeBufferUsage; in PROXY_VIDDEC_GetExtensionIndex() 314 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in PROXY_VIDDEC_GetExtensionIndex() 319 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in PROXY_VIDDEC_GetExtensionIndex()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 135 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType); 483 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in LOCAL_PROXY_MPEG4E_GetExtensionIndex() argument 492 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in LOCAL_PROXY_MPEG4E_GetExtensionIndex() 500 PROXY_require((cParameterName != NULL && pIndexType != NULL), in LOCAL_PROXY_MPEG4E_GetExtensionIndex() 509 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexEncoderStoreMetadatInBuffers; in LOCAL_PROXY_MPEG4E_GetExtensionIndex() 513 PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in LOCAL_PROXY_MPEG4E_GetExtensionIndex()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 136 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType); 500 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in LOCAL_PROXY_H264E_GetExtensionIndex() argument 509 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in LOCAL_PROXY_H264E_GetExtensionIndex() 517 PROXY_require((cParameterName != NULL && pIndexType != NULL), in LOCAL_PROXY_H264E_GetExtensionIndex() 526 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexEncoderStoreMetadatInBuffers; in LOCAL_PROXY_H264E_GetExtensionIndex() 530 PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in LOCAL_PROXY_H264E_GetExtensionIndex()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 163 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType); 621 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in LOCAL_PROXY_MPEG4E_GetExtensionIndex() argument 630 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in LOCAL_PROXY_MPEG4E_GetExtensionIndex() 638 PROXY_require((cParameterName != NULL && pIndexType != NULL), in LOCAL_PROXY_MPEG4E_GetExtensionIndex() 647 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexEncoderStoreMetadatInBuffers; in LOCAL_PROXY_MPEG4E_GetExtensionIndex() 651 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in LOCAL_PROXY_MPEG4E_GetExtensionIndex()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 165 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType); 645 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in LOCAL_PROXY_H264E_GetExtensionIndex() argument 654 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in LOCAL_PROXY_H264E_GetExtensionIndex() 662 PROXY_require((cParameterName != NULL && pIndexType != NULL), in LOCAL_PROXY_H264E_GetExtensionIndex() 671 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexEncoderStoreMetadatInBuffers; in LOCAL_PROXY_H264E_GetExtensionIndex() 675 eError = PROXY_GetExtensionIndex(hComponent, cParameterName, pIndexType); in LOCAL_PROXY_H264E_GetExtensionIndex()
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_omxcomponent.h | 133 OMX_OUT OMX_INDEXTYPE* pIndexType); 136 OMX_OUT OMX_INDEXTYPE* pIndexType);
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Core.h | 943 pIndexType) \ argument 947 pIndexType) /* Macro End */
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Core.h | 943 pIndexType) \ argument 947 pIndexType) /* Macro End */
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Core.h | 934 pIndexType) \ argument 938 pIndexType) /* Macro End */
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Core.h | 951 pIndexType) \ argument 955 pIndexType) /* Macro End */
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Core.h | 934 pIndexType) \ argument 938 pIndexType) /* Macro End */
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Core.h | 934 pIndexType) \ argument 938 pIndexType) /* Macro End */
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/ |
D | omx_rpc_stub.h | 118 OMX_STRING cParameterName, OMX_INDEXTYPE * pIndexType,
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
D | omx_rpc_stub.h | 118 OMX_STRING cParameterName, OMX_INDEXTYPE * pIndexType,
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | componentbase.h | 169 OMX_OUT OMX_INDEXTYPE* pIndexType); 173 OMX_OUT OMX_INDEXTYPE* pIndexType);
|
/hardware/ti/omap4xxx/domx/domx/ |
D | omx_proxy_common.h | 249 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType);
|
/hardware/ti/omap4-aah/domx/domx/ |
D | omx_proxy_common.h | 321 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 150 OMX_OUT OMX_INDEXTYPE* pIndexType); 1813 OMX_OUT OMX_INDEXTYPE* pIndexType) in GetExtensionIndex() argument 1819 *pIndexType = OMX_IndexCustomG711ENCModeConfig; in GetExtensionIndex() 1823 *pIndexType = OMX_IndexCustomG711EncDataPath; in GetExtensionIndex() 1828 *pIndexType = OMX_IndexCustomG711EncFrameParams; in GetExtensionIndex() 1835 G711ENC_DPRINT("pIndexType %x \n",*pIndexType); in GetExtensionIndex()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 168 OMX_OUT OMX_INDEXTYPE* pIndexType); 2070 OMX_OUT OMX_INDEXTYPE* pIndexType) in GetExtensionIndex() argument 2075 *pIndexType = OMX_IndexCustomWbAmrDecHeaderInfoConfig; in GetExtensionIndex() 2078 *pIndexType = OMX_IndexCustomWbAmrDecStreamIDConfig; in GetExtensionIndex() 2082 *pIndexType = OMX_IndexCustomWbAmrDecDataPath; in GetExtensionIndex() 2086 *pIndexType = OMX_IndexCustomWbAmrDecNextFrameLost; in GetExtensionIndex() 2090 *pIndexType = OMX_IndexCustomDebug; in GetExtensionIndex()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 126 … OMX_HANDLETYPE hComponent, OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE* pIndexType); 2240 OMX_OUT OMX_INDEXTYPE* pIndexType) in GetExtensionIndex() argument 2247 *pIndexType = OMX_IndexCustomAacEncHeaderInfoConfig; in GetExtensionIndex() 2251 *pIndexType = OMX_IndexCustomAacEncStreamIDConfig; in GetExtensionIndex() 2255 *pIndexType = OMX_IndexCustomAacEncDataPath; in GetExtensionIndex() 2259 *pIndexType =OMX_IndexCustomAacEncFramesPerOutBuf; in GetExtensionIndex() 2263 *pIndexType =OMX_IndexCustomDebug; in GetExtensionIndex()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 162 OMX_OUT OMX_INDEXTYPE *pIndexType); 2190 OMX_OUT OMX_INDEXTYPE *pIndexType) in GetExtensionIndex() argument 2196 *pIndexType = OMX_IndexCustomNbAmrDecHeaderInfoConfig; in GetExtensionIndex() 2200 *pIndexType = OMX_IndexCustomNbAmrDecStreamIDConfig; in GetExtensionIndex() 2204 *pIndexType = OMX_IndexCustomNbAmrDecDataPath; in GetExtensionIndex() 2208 *pIndexType = OMX_IndexCustomNbAmrDecNextFrameLost; in GetExtensionIndex() 2212 *pIndexType = OMX_IndexCustomDebug; in GetExtensionIndex()
|
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 1912 OMX_IN OMX_STRING cParameterName, OMX_OUT OMX_INDEXTYPE * pIndexType) in PROXY_GetExtensionIndex() argument 1923 PROXY_require(pIndexType != NULL, OMX_ErrorBadParameter, NULL); in PROXY_GetExtensionIndex() 1933 PROXY_require((cParameterName != NULL && pIndexType != NULL), in PROXY_GetExtensionIndex() 1942 *pIndexType = (OMX_INDEXTYPE) OMX_TI_IndexUseNativeBuffers; in PROXY_GetExtensionIndex() 1948 *pIndexType = (OMX_INDEXTYPE) NULL; in PROXY_GetExtensionIndex() 1954 cParameterName, pIndexType, &eCompReturn); in PROXY_GetExtensionIndex() 1960 cParameterName, pIndexType, &eCompReturn); in PROXY_GetExtensionIndex()
|