const library
Typedefs
-
ConvertImageNV12ToRGBC
= Pointer<Uint32> Function(Pointer<Uint8>, Pointer<Uint8>, Int32, Int32, Int32, Int32, Double, Uint32, Bool, Bool)
-
-
ConvertImageNV12ToRGBFlutter
= Pointer<Uint32> Function(Pointer<Uint8>, Pointer<Uint8>, int, int, int, int, double, int, bool, bool)
-
-
ConvertImageYuv420pToGray8BitC
= Pointer<Uint8> Function(Pointer<Uint8>, Int32, Int32, Double, Uint8, Bool, Bool)
-
-
ConvertImageYuv420pToGray8BitFlutter
= Pointer<Uint8> Function(Pointer<Uint8>, int, int, double, int, bool, bool)
-
-
ConvertImageYuv420pToGrayC
= Pointer<Uint32> Function(Pointer<Uint8>, Int32, Int32, Double, Uint32, Bool, Bool)
-
-
ConvertImageYuv420pToGrayFlutter
= Pointer<Uint32> Function(Pointer<Uint8>, int, int, double, int, bool, bool)
-
-
ConvertImageYuv420pToRGBC
= Pointer<Uint32> Function(Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Int32, Int32, Int32, Int32, Double, Uint32, Bool, Bool)
-
-
ConvertImageYuv420pToRGBFlutter
= Pointer<Uint32> Function(Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, int, int, int, int, double, int, bool, bool)
-