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

Method GetCurrentOrigFrame

codec/encoder/core/src/wels_preprocess.cpp:621–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621SPicture* CWelsPreProcessVideo::GetCurrentOrigFrame (int32_t iDIdx) {
622 return m_pSpatialPic[iDIdx][GetCurPicPosition (iDIdx)];
623}
624
625int32_t CWelsPreProcess::DownsamplePadding (SPicture* pSrc, SPicture* pDstPic, int32_t iSrcWidth, int32_t iSrcHeight,
626 int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight, bool bForceCopy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected