shengjunhu / android_libyuv

Libyuv on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android_sample_yuv

android sample of yuv developed based on the chromium/libyuv

Screenshot

Sample

Scan QR code or Download

Add Function

  • 1-Add YUV API with covert(...);
 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)

About Build

About Author:

About License

Copyright (c) 2020 shengjunhu
Please compliance with the libyuv license

About

Libyuv on Android


Languages

Language:C++ 99.1%Language:C 0.5%Language:Java 0.4%Language:Makefile 0.1%