Searched refs:nPtIndex (Results 1 – 1 of 1) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.h | 387 …UseBufMsg(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE** ppBuf, OMX_U32 nPtIndex, OMX_PTR pApPrv, OM… in UseBufMsg() argument 388 …: hComponent(hComp), ppBufferHdr(ppBuf), nPortIndex(nPtIndex), pAppPrivate(pApPrv), nSizeBytes(nSz… in UseBufMsg() 405 …AllocBufMsg(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE** ppBuf, OMX_U32 nPtIndex, OMX_PTR pApPrv, … in AllocBufMsg() argument 406 … : hComponent(hComp), pBuffer(ppBuf), nPortIndex(nPtIndex), pAppPrivate(pApPrv), nSizeBytes(nSz) in AllocBufMsg()
|