Searched refs:DstWidth (Results 1 – 2 of 2) sorted by relevance
45 int32 CCYUV420SEMItoYUV420:: Init(int32 SrcWidth, int32 SrcHeight, int32 SrcPitch, int32 DstWidth, … in Init() argument50 if ((SrcWidth != DstWidth) || (SrcHeight != DstHeight)) in Init()57 if ((SrcWidth != DstHeight) || (SrcHeight != DstWidth)) in Init()72 _mDst_width = DstWidth; in Init()
45 int32 CCYUV422toYUV420:: Init(int32 SrcWidth, int32 SrcHeight, int32 SrcPitch, int32 DstWidth, int3… in Init() argument51 if ((SrcWidth != DstWidth) || (SrcHeight != DstHeight)) in Init()58 if ((SrcWidth != DstHeight) || (SrcHeight != DstWidth)) in Init()73 _mDst_width = DstWidth; in Init()