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

Function IsValidFrameNum

codec/encoder/core/src/ref_list_mgr_svc.cpp:889–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889static inline bool IsValidFrameNum (const int32_t kiFrameNum) {
890 return (kiFrameNum < (1 << 30)); // TODO: use the original judge first, may be improved
891}
892
893void WelsMarkMMCORefInfoScreen (sWelsEncCtx* pCtx, SLTRState* pLtr,
894 SSlice** ppSliceList, const int32_t kiCountSliceNum) {

Callers 1

WelsMarkPicScreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected