Searched refs:SWelsEncoderOutput (Results 1 – 5 of 5) sorted by relevance
82 } SWelsEncoderOutput; typedef108 void WelsLoadNal (SWelsEncoderOutput* pEncoderOuput, const int32_t/*EWelsNalUnitType*/ kiType,114 void WelsUnloadNal (SWelsEncoderOutput* pEncoderOuput);
193 …SWelsEncoderOutput* pOut; // for NAL raw pData (need allocating memory for sNalList intern…
46 void WelsLoadNal (SWelsEncoderOutput* pEncoderOuput, const int32_t/*EWelsNalUnitType*/ kiType, in WelsLoadNal()48 SWelsEncoderOutput* pWelsEncoderOuput = pEncoderOuput; in WelsLoadNal()65 void WelsUnloadNal (SWelsEncoderOutput* pEncoderOuput) { in WelsUnloadNal()66 SWelsEncoderOutput* pWelsEncoderOuput = pEncoderOuput; in WelsUnloadNal()
1623 …(*ppCtx)->pOut = (SWelsEncoderOutput*)pMa->WelsMallocz (sizeof (SWelsEncoderOutput), "SWelsEncoder… in RequestMemorySvc()
273 …pCtx->pOut = (SWelsEncoderOutput*)pCtx->pMemAlign->WelsMallocz (sizeof (SWelsEncoderOutput), "SWel… in InitFrameBsBuffer()