Home
last modified time | relevance | path

Searched refs:pFbi (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp3079 SFrameBSInfo* pFbi = (SFrameBSInfo*)pDst; in WelsEncoderEncodeParameterSets() local
3080 SLayerBSInfo* pLayerBsInfo = &pFbi->sLayerInfo[0]; in WelsEncoderEncodeParameterSets()
3100 pFbi->iLayerNum = 1; in WelsEncoderEncodeParameterSets()
3101 pFbi->eFrameType = videoFrameTypeInvalid; in WelsEncoderEncodeParameterSets()
3369 void ClearFrameBsInfo (sWelsEncCtx* pCtx, SFrameBSInfo* pFbi) { in ClearFrameBsInfo() argument
3370 pFbi->sLayerInfo[0].pBsBuf = pCtx->pFrameBs; in ClearFrameBsInfo()
3371 pFbi->sLayerInfo[0].pNalLengthInByte = pCtx->pOut->pNalLen; in ClearFrameBsInfo()
3373 for (int i = 0; i < pFbi->iLayerNum; i++) { in ClearFrameBsInfo()
3374 pFbi->sLayerInfo[i].iNalCount = 0; in ClearFrameBsInfo()
3375 pFbi->sLayerInfo[i].eFrameType = videoFrameTypeSkip; in ClearFrameBsInfo()
[all …]
Dsvc_encode_slice.cpp1535 int32_t GetTotalCodedNalCount (SFrameBSInfo* pFbi) { in GetTotalCodedNalCount() argument
1538 iTotalCodedNalCount += pFbi->sLayerInfo[iNalIdx].iNalCount; in GetTotalCodedNalCount()
/third_party/openh264/codec/encoder/core/inc/
Dextern.h96 int32_t WelsEncoderEncodeExt (sWelsEncCtx*, SFrameBSInfo* pFbi, const SSourcePicture* kpSrcPic);
Dsvc_encode_slice.h144 int32_t GetTotalCodedNalCount(SFrameBSInfo* pFbi);