Searched refs:kpSps (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | au_parser.h | 97 const PSps kpSps); 100 bool CheckNextAuNewSeq (PWelsDecoderContext pCtx, const PNalUnit kpCurNal, const PSps kpSps);
|
/third_party/openh264/codec/encoder/core/src/ |
D | au_set.cpp | 51 static inline int32_t WelsCheckLevelLimitation (const SWelsSPS* kpSps, const SLevelLimits* kpLevelL… in WelsCheckLevelLimitation() argument 53 uint32_t uiPicWidthInMBs = kpSps->iMbWidth; in WelsCheckLevelLimitation() 54 uint32_t uiPicHeightInMBs = kpSps->iMbHeight; in WelsCheckLevelLimitation() 56 uint32_t uiNumRefFrames = kpSps->iNumRefFrames; in WelsCheckLevelLimitation() 187 static inline ELevelIdc WelsGetLevelIdc (const SWelsSPS* kpSps, float fFrameRate, int32_t iTargetBi… in WelsGetLevelIdc() argument 190 if (WelsCheckLevelLimitation (kpSps, & (g_ksLevelLimits[iOrder]), fFrameRate, iTargetBitRate)) { in WelsGetLevelIdc()
|
/third_party/openh264/codec/decoder/core/src/ |
D | au_parser.cpp | 439 const PSps kpSps = pCurSliceHeader->pSps; in CheckAccessUnitBoundaryExt() local 476 if (kpSps->uiPocType == 0) { in CheckAccessUnitBoundaryExt() 481 } else if (kpSps->uiPocType == 1) { in CheckAccessUnitBoundaryExt() 496 const PSps kpSps) { in CheckAccessUnitBoundary() argument 502 && pCtx->sSpsPpsCtx.pActiveLayerSps[kpCurNalHeaderExt->uiDependencyId] != kpSps) { in CheckAccessUnitBoundary() 536 if (kpSps->uiPocType == 0) { in CheckAccessUnitBoundary() 541 } else if (kpSps->uiPocType == 1) { in CheckAccessUnitBoundary() 551 bool CheckNextAuNewSeq (PWelsDecoderContext pCtx, const PNalUnit kpCurNal, const PSps kpSps) { in CheckNextAuNewSeq() argument 554 && pCtx->sSpsPpsCtx.pActiveLayerSps[kpCurNalHeaderExt->uiDependencyId] != kpSps) in CheckNextAuNewSeq()
|