HomeSort by relevance Sort by last modified time
    Searched refs:UseBufMsg (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_interface.h 384 class UseBufMsg
387 UseBufMsg(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE** ppBuf, OMX_U32 nPtIndex, OMX_PTR pApPrv, OMX_U32 nSz, OMX_U8* pBuf)
390 ~UseBufMsg()
omx_proxy_interface.cpp 218 UseBufMsg* Command = (UseBufMsg*) cmd;
592 UseBufMsg* Msg = OSCL_PLACEMENT_NEW(ptr, UseBufMsg(hComponent, ppBufferHdr, nPortIndex, pAppPrivate, nSizeBytes, pBuffer));

Completed in 394 milliseconds