Home
last modified time | relevance | path

Searched refs:DstWidth (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/utilities/colorconvert/src/
Dccyuv420semiplnrtoyuv420plnr.cpp45 int32 CCYUV420SEMItoYUV420:: Init(int32 SrcWidth, int32 SrcHeight, int32 SrcPitch, int32 DstWidth, … in Init() argument
50 if ((SrcWidth != DstWidth) || (SrcHeight != DstHeight)) in Init()
57 if ((SrcWidth != DstHeight) || (SrcHeight != DstWidth)) in Init()
72 _mDst_width = DstWidth; in Init()
Dccyuv422toyuv420.cpp45 int32 CCYUV422toYUV420:: Init(int32 SrcWidth, int32 SrcHeight, int32 SrcPitch, int32 DstWidth, int3… in Init() argument
51 if ((SrcWidth != DstWidth) || (SrcHeight != DstHeight)) in Init()
58 if ((SrcWidth != DstHeight) || (SrcHeight != DstWidth)) in Init()
73 _mDst_width = DstWidth; in Init()