Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h63 } SWelsNalRaw; typedef
75 SWelsNalRaw* sNalList; // nal list, adaptive for AVC/SVC in case single slice, mul…
94 SWelsNalRaw sNalList[2]; // nal list, PREFIX NAL(if applicable) + SLICE NAL
135 int32_t WelsEncodeNal (SWelsNalRaw* pRawNal, void* pNalHeaderExt, const int32_t kiDstBufferLen, voi…
/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp49SWelsNalRaw* pRawNal = &pWelsEncoderOuput->sNalList[ pWelsEncoderOuput->iNalIndex… in WelsLoadNal()
68 SWelsNalRaw* pRawNal = &pWelsEncoderOuput->sNalList[ *pIdx ]; in WelsUnloadNal()
82 SWelsNalRaw* pRawNal = &pSliceBs->sNalList[ pSliceBs->iNalIndex ]; in WelsLoadNalForSlice()
101 SWelsNalRaw* pRawNal = &pSliceBs->sNalList[ *pIdx ]; in WelsUnloadNalForSlice()
120 int32_t WelsEncodeNal (SWelsNalRaw* pRawNal, void* pNalHeaderExt, const int32_t kiDstBufferLen, voi… in WelsEncodeNal()
Dsvc_encode_slice.cpp1552SWelsNalRaw* pNalList = (SWelsNalRaw*)pMA->WelsMallocz (iCountNals * sizeof (SWelsNalRaw), "pOut->… in FrameBsRealloc()
1557 memcpy (pNalList, pCtx->pOut->sNalList, sizeof (SWelsNalRaw) * pCtx->pOut->iCountNals); in FrameBsRealloc()
Dencoder_ext.cpp1628 …(*ppCtx)->pOut->sNalList = (SWelsNalRaw*)pMa->WelsMallocz (iCountNals * sizeof (SWelsNalRaw), "pOu… in RequestMemorySvc()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp278 …pCtx->pOut->sNalList = (SWelsNalRaw*)pCtx->pMemAlign->WelsMallocz (iCountNals * sizeof (SWelsNalRa… in InitFrameBsBuffer()