Home
last modified time | relevance | path

Searched refs:GetCurLayerNalCount (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_encode_slice.h143 int32_t GetCurLayerNalCount(const SDqLayer* pCurDq, const int32_t kiCodedSliceNum);
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp1521 int32_t GetCurLayerNalCount (const SDqLayer* pCurDq, const int32_t kiCodedSliceNum) { in GetCurLayerNalCount() function
1615 pLayerBsInfo->iNalCount = GetCurLayerNalCount (pCtx->pCurDqLayer, iCodedSliceNum); in SliceLayerInfoUpdate()