搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
Android_JNI
- Android JNI开发的详细步骤,照此文档可以让你的Android的Java应用程序调用你的C或C++的接口函数。-Android JNI development of the detailed steps, do the same document can make your Java application calls Android' s your C or C++ interface functions.
Java-Native-Interface
- jni,很详细,android中通过jni接口,调用c/c++写的代码。功能很强大!-jni, very detailed, the android through the jni interface to call c/c++ to write code. The function is very powerful!
lame
- 在android中利用jni调用c库lame对音频进行转码-Jni call the c library in android lame for audio transcoding
JNIExample
- ANDROID开发中通过jni实现java代码和c/c++代码互通的example,浅显易懂,适合初学者。-ANDROID development achieved through jni java code and c/c++ code in exchange for example, easy to understand for beginners.
GifMerge
- Android通过JNI调用C 合成GIF图片-Android through JNI to call C synthesis GIF image
hello-jni
- android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
JNI_android-daquan
- 多部经典java JNI教程,含中文教程,网上最全的JNI资料大合集!android开发必备的资料,全面教您掌握JNI,让你在android下用C语言也可轻松开发。好不容易搜集来的资料!-More than the classic java JNI tutorial, including Chinese language tutorials, JNI most complete information on the Internet Big Collection! android develop
Android-C-a-NDK-a-Cygwin
- 最近在学习android中如何使用C/C++编程。下载了好多非常好的资料,现在与大家分享。其中包括:Cygwin的下载与环境搭建。NDK,JNI,MK的使用。这份资料还是很全面的。-Recently in learning how to use the android C/C++ programming. Download a lot of very good information to share with you now. These include: Cygwin download an
howToUseJNI-
- JNI简介与实现 少有的介绍java和c c++调用的JNI-JNI Introduction and Implementation of a rare introduction java and c c++ JNI call
JNI-is-C
- android系统的底层学习和使用 进一步加强底层的学习 带有部分的jni程序-jni android
Java_JNI
- 关于java与c++建立联系的一个知识jni,里面关于jni的使用-A knowledge of java establish contact with c++ jni, which use about jni
JNI
- android开发中JNI的详细讲解,这样在java下能重用之前的c或者c++开发的code-android development JNI explain in detail, so java of c, or c++ development can reuse code
C-uses-Java-method
- ndk development jni 中的C代码调用java method-ndk development jni java method call in
JNI
- 安卓环境下,运行C文件的必经之路,JNI,封装成库函数的详解-Under Andrews environment, the only way to explain the operation of C files, JNI, packaged as a library function
c语言基础与底层JNI
- 这是黑马教程28期培训内部资料,包括源码
Android下JNI编译使用NDK,调用SO文件
- windows下编译使用NDK,Android项目中调用C函数SO库文件
MyJniTest
- 如何在Android下使用JNI ,Android系统的底层库由c/c++编写(How to use JNI under Android, and the bottom Library of Android system is written by c/c++)