Skip to content

shengjunhu/android_libyuv

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages