59voidconvert420(LuminanceScale scale, byte *dst, int dstPitch, constbyte *ySrc, constbyte *uSrc, constbyte *vSrc, int yWidth, int yHeight, int yPitch, int uvPitch);
60
76voidconvert420(LuminanceScale scale, byte *dst, int dstPitch, constbyte *ySrc, constbyte *uSrc, constbyte *vSrc, constbyte *aSrc, int yWidth, int yHeight, int yPitch, int uvPitch);
void convert420(LuminanceScale scale, byte *dst, int dstPitch, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int uvPitch)