Searched refs:iTargetWidth (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 735 int32_t iTargetWidth = 0; in SetOption() local 754 iTargetWidth = sConfig.iPicWidth; in SetOption() 756 if (m_iMaxPicWidth != iTargetWidth in SetOption() 758 m_iMaxPicWidth = iTargetWidth; in SetOption() 788 int32_t iTargetWidth = 0; in SetOption() local 828 iTargetWidth = sConfig.iPicWidth; in SetOption() 830 if (m_iMaxPicWidth != iTargetWidth in SetOption() 832 m_iMaxPicWidth = iTargetWidth; in SetOption()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 358 int32_t iTargetWidth = 0; in SingleLayerPreprocess() local 364 iTargetWidth = pDlayerParam->iVideoWidth; in SingleLayerPreprocess() 398 …(pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWidth, iTargetHeight, in SingleLayerPreprocess() 448 iTargetWidth = pDlayerParam->iVideoWidth; in SingleLayerPreprocess() 459 …(pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWidth, iTargetHeight, in SingleLayerPreprocess() 626 …int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight, bool bFo… in DownsamplePadding() argument 671 …sDstPicMap.iStride[0], sDstPicMap.iStride[1], iShrinkWidth, iTargetWidth, iShrinkHeight, iTargetHe… in DownsamplePadding()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 165 … int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight,
|