Home
last modified time | relevance | path

Searched refs:VIDEO_FORMAT_I420 (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp587 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in BilateralDenoising()
604 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in DetectSceneChange()
611 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in DetectSceneChange()
641 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in DownsamplePadding()
654 sDstPicMap.eFormat = VIDEO_FORMAT_I420; in DownsamplePadding()
694 sCurPixMap.eFormat = VIDEO_FORMAT_I420; in VaaCalculation()
701 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in VaaCalculation()
744 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in BackgroundDetection()
755 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in BackgroundDetection()
785 pSrc.eFormat = VIDEO_FORMAT_I420; in AdaptiveQuantCalculation()
[all …]
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.h63 m_eFormat = VIDEO_FORMAT_I420; in IStrategy()
DWelsFrameWork.cpp226 if (pSrcPixMap.eFormat != VIDEO_FORMAT_I420 && pSrcPixMap.eFormat != VIDEO_FORMAT_YV12) in CheckValid()
/third_party/openh264/codec/processing/src/imagerotate/
Dimagerotate.cpp77 } else if (pSrc->eFormat == VIDEO_FORMAT_I420) { in Process()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h80 VIDEO_FORMAT_I420 = 23, /* yuv 4:2:0 planar */ enumerator