Searched refs:portIndex (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | omxUtils.cpp | 136 status_t omxUtilsGetParameter(int portIndex, in omxUtilsGetParameter() argument 139 params->nPortIndex = portIndex; in omxUtilsGetParameter() 143 status_t omxUtilsSetParameter(int portIndex, in omxUtilsSetParameter() argument 146 params->nPortIndex = portIndex; in omxUtilsSetParameter() 150 status_t omxUtilsSetPortMode(OMX_U32 portIndex, IOMX::PortMode mode) { in omxUtilsSetPortMode() argument 151 return mOMXNode->setPortMode(portIndex, mode); in omxUtilsSetPortMode() 153 status_t omxUtilsUseBuffer(OMX_U32 portIndex, const OMXBuffer &omxBuf, in omxUtilsUseBuffer() argument 155 return mOMXNode->useBuffer(portIndex, omxBuf, buffer); in omxUtilsUseBuffer() 171 status_t omxUtilsFreeBuffer(OMX_U32 portIndex, in omxUtilsFreeBuffer() argument 173 return mOMXNode->freeBuffer(portIndex, buffer); in omxUtilsFreeBuffer()
|
D | omxUtils.h | 71 status_t omxUtilsGetParameter(int portIndex, 73 status_t omxUtilsSetParameter(int portIndex, 76 status_t omxUtilsUseBuffer(OMX_U32 portIndex, const OMXBuffer &omxBuf, 84 status_t omxUtilsFreeBuffer(OMX_U32 portIndex,
|