android sample of yuv developed based on the chromium/libyuv
Scan QR code or Download |
- 1-Add
YUV
API withcovert(...)
;
public static byte[] covert(byte[] src_data, int src_format,
int src_width, int src_height,
int crop_x, int crop_y,
int des_width, int des_height,
int des_rotate, int des_flip,
int des_filter,int des_format)
public static byte[] covert(File src_file, int src_format,
int src_width, int src_height,
int crop_x, int crop_y,
int des_width, int des_height,
int des_rotate, int des_flip,
int des_filter,int des_format)
- NDK
- CMake
- doc_start
- doc_formats
- doc_rotation
- doc_filter
- Author: shengjunhu
- Date : 2020/08/05
- E-Mail: shengjunhu@foxmail.com
- GitHub: https://github.com/hushengjun
Copyright (c) 2020 shengjunhu
Please compliance with the libyuv license