Home
last modified time | relevance | path

Searched refs:SWelsEncoderOutput (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h82 } SWelsEncoderOutput; typedef
108 void WelsLoadNal (SWelsEncoderOutput* pEncoderOuput, const int32_t/*EWelsNalUnitType*/ kiType,
114 void WelsUnloadNal (SWelsEncoderOutput* pEncoderOuput);
Dencoder_context.h193SWelsEncoderOutput* pOut; // for NAL raw pData (need allocating memory for sNalList intern…
/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp46 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()
Dencoder_ext.cpp1623 …(*ppCtx)->pOut = (SWelsEncoderOutput*)pMa->WelsMallocz (sizeof (SWelsEncoderOutput), "SWelsEncoder… in RequestMemorySvc()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp273 …pCtx->pOut = (SWelsEncoderOutput*)pCtx->pMemAlign->WelsMallocz (sizeof (SWelsEncoderOutput), "SWel… in InitFrameBsBuffer()