yuv420sp2rgb method
void
yuv420sp2rgb(
- Pointer<
UnsignedChar> yuv420sp, - int width,
- int height,
- Pointer<
UnsignedChar> rgb,
Implementation
void yuv420sp2rgb(
ffi.Pointer<ffi.UnsignedChar> yuv420sp,
int width,
int height,
ffi.Pointer<ffi.UnsignedChar> rgb,
) {
return _yuv420sp2rgb(
yuv420sp,
width,
height,
rgb,
);
}