C
G
I
C
- convertBitmapToYuv(Bitmap,Integer,Integer) - function in io.scanbot.tools.utils.android.ImageUtils
- convertNV21ToBitmap(ByteArray,Integer,Integer,Integer) - function in io.scanbot.tools.utils.android.ImageUtils
- Converts the image byte array in NV21 format to android.graphics.Bitmap.
- convertYUV420toNV21(Image) - function in io.scanbot.tools.utils.android.ImageUtils
- Converts the image in YUV_420_888 to NV21 format.