Searched refs:Scaled_Picture (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 61 } Scaled_Picture; typedef 160 …int32_t SingleLayerPreprocess (sWelsEncCtx* pEncCtx, const SSourcePicture* kpSrc, Scaled_Picture* … 198 Scaled_Picture m_sScaledPicture;
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 56 int32_t WelsInitScaledPic (SWelsSvcCodingParam* pParam, Scaled_Picture* pScaledPic, CMemoryAlign*… 57 bool JudgeNeedOfScaling (SWelsSvcCodingParam* pParam, Scaled_Picture* pScaledPic); 58 void FreeScaledPic (Scaled_Picture* pScaledPic, CMemoryAlign* pMemoryAlign); 347 Scaled_Picture* pScaledPicture) { in SingleLayerPreprocess() 482 bool JudgeNeedOfScaling (SWelsSvcCodingParam* pParam, Scaled_Picture* pScaledPicture) { in JudgeNeedOfScaling() 514 int32_t WelsInitScaledPic (SWelsSvcCodingParam* pParam, Scaled_Picture* pScaledPicture, CMemoryA… in WelsInitScaledPic() 539 void FreeScaledPic (Scaled_Picture* pScaledPicture, CMemoryAlign* pMemoryAlign) { in FreeScaledPic()
|