Searched refs:pFbi (Results 1 – 4 of 4) sorted by relevance
3079 SFrameBSInfo* pFbi = (SFrameBSInfo*)pDst; in WelsEncoderEncodeParameterSets() local3080 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() argument3370 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 …]
1535 int32_t GetTotalCodedNalCount (SFrameBSInfo* pFbi) { in GetTotalCodedNalCount() argument1538 iTotalCodedNalCount += pFbi->sLayerInfo[iNalIdx].iNalCount; in GetTotalCodedNalCount()
96 int32_t WelsEncoderEncodeExt (sWelsEncCtx*, SFrameBSInfo* pFbi, const SSourcePicture* kpSrcPic);
144 int32_t GetTotalCodedNalCount(SFrameBSInfo* pFbi);