C# 클래스 NScumm.Core.Graphics.YUVToRGBManager

파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Convert420 ( Surface dst, LuminanceScale scale, byte ySrc, byte uSrc, byte vSrc, int yWidth, int yHeight, int yPitch, int uvPitch ) : void

비공개 메소드들

메소드 설명
ConvertYUV420ToRGB ( byte dstPtr, int dstPitch, YUVToRGBLookup lookup, short colorTab, byte ySrc, byte uSrc, byte vSrc, int yWidth, int yHeight, int yPitch, int uvPitch, int size ) : void
GetLookup ( PixelFormat format, LuminanceScale scale ) : YUVToRGBLookup

메소드 상세

Convert420() 공개 정적인 메소드

public static Convert420 ( Surface dst, LuminanceScale scale, byte ySrc, byte uSrc, byte vSrc, int yWidth, int yHeight, int yPitch, int uvPitch ) : void
dst Surface
scale LuminanceScale
ySrc byte
uSrc byte
vSrc byte
yWidth int
yHeight int
yPitch int
uvPitch int
리턴 void