MCPcopy Create free account
hub / github.com/cisco/openh264 / GetTotalCodedNalCount

Function GetTotalCodedNalCount

codec/encoder/core/src/svc_encode_slice.cpp:1549–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1547}
1548
1549int32_t GetTotalCodedNalCount (SFrameBSInfo* pFbi) {
1550 int32_t iTotalCodedNalCount = 0;
1551 for (int32_t iNalIdx = 0; iNalIdx < MAX_LAYER_NUM_OF_FRAME; iNalIdx++) {
1552 iTotalCodedNalCount += pFbi->sLayerInfo[iNalIdx].iNalCount;
1553 }
1554
1555 return iTotalCodedNalCount;
1556}
1557
1558int32_t FrameBsRealloc (sWelsEncCtx* pCtx,
1559 SFrameBSInfo* pFrameBsInfo,

Callers 1

SliceLayerInfoUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected