Home
last modified time | relevance | path

Searched refs:iNalIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp49 …elsNalRaw* pRawNal = &pWelsEncoderOuput->sNalList[ pWelsEncoderOuput->iNalIndex ]; in WelsLoadNal()
67 int32_t* pIdx = &pWelsEncoderOuput->iNalIndex; in WelsUnloadNal()
82 SWelsNalRaw* pRawNal = &pSliceBs->sNalList[ pSliceBs->iNalIndex ]; in WelsLoadNalForSlice()
100 int32_t* pIdx = &pSliceBs->iNalIndex; in WelsUnloadNalForSlice()
Dslice_multi_threading.cpp441 const int32_t iCountNal = pSliceBs->iNalIndex; in AppendSliceToFrameBs()
466 const int32_t kiNalCnt = pSliceBs->iNalIndex; in WriteSliceBs()
Dencoder_ext.cpp1633 (*ppCtx)->pOut->iNalIndex = 0; in RequestMemorySvc()
2825 int iNal = pCtx->pOut->iNalIndex; in WelsWriteOneSPS()
2844 int32_t iNal = pCtx->pOut->iNalIndex; in WelsWriteOnePPS()
2899 iNal = pCtx->pOut->iNalIndex; in WelsWriteParameterSets()
2964 iReturn = WelsEncodeNal (&pCtx->pOut->sNalList[pCtx->pOut->iNalIndex - 1], in AddPrefixNal()
2980 iReturn = WelsEncodeNal (&pCtx->pOut->sNalList[pCtx->pOut->iNalIndex - 1], in AddPrefixNal()
3003 iNal = pCtx->pOut->iNalIndex; in WritePadding()
3339 pEncCtx->pOut->iNalIndex = 0; // reset NAL index in StackBackEncoderStatus()
3685 pCtx->iEncoderError = WelsEncodeNal (&pCtx->pOut->sNalList[pCtx->pOut->iNalIndex - 1], in WelsEncoderEncodeExt()
3825 pCtx->iEncoderError = WelsEncodeNal (&pCtx->pOut->sNalList[pCtx->pOut->iNalIndex - 1], in WelsEncoderEncodeExt()
[all …]
Dencoder.cpp271 pEncCtx->pOut->iNalIndex = 0; // reset NAL index in InitBitStream()
Dsvc_encode_slice.cpp1013 pSlice->sSliceBs.iNalIndex = 0; in InitOneSliceInThread()
1528 iTotalNalCount += pSliceBs->iNalIndex; in GetCurLayerNalCount()
/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h79 int32_t iNalIndex; // coding NAL currently, 0 based member
97 int32_t iNalIndex; // coding NAL currently, 0 based member
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp283 pCtx->pOut->iNalIndex = 0; in InitFrameBsBuffer()
642 pSlcListInThrd[iSlcIdx].sSliceBs.iNalIndex = rand() % 2 + 1; in TEST_F()