搜索资源列表
Gplay
- android 应用程序,一个mp3播放器
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
camera
- 6410 板子上 ov9650 摄像头 测试程序-6410, on board camera test program ov9650
Android_Keycode.tar
- 此checker为Android平台下测试Keycode用应用程序,在Eclipse下由Java编写-This checker for the Android platform used to test the keyCode applications at Eclipse prepared by the Java
H264-OPhone
- 流媒体程序开发之:H264解码器移植到OPhone:并写一个测试程序(OPhoneSDK+Java)测试解码库是否正常运行,此方法也可用在android手机上。-Program development of streaming media: H264 decoder ported to OPhone: and write a test program (OPhoneSDK+ Java) test whether the normal operation of the decoder librar
CamMonitor_code
- CamMonitor的源码,编译出来的结果程序可以再Android手机上正常运行。还有可以在pc机器上运行的客户端。-The source of CamMonitor, pc machine running the client.
AppExplorer
- Android手机上的软件,可以浏览以安装的应用程序,查看软件的信息,另外还可以删除指定的应用程序。-The software on the Android phone, you can browse the software installed applications, view information, also can delete the specified application.
cam_test.tar
- android调用系统相机的程序,可以采集到图像-the android call the system camera program
RecorderTrack
- android录音放音程序,audio record录音,audio track放音,简单实用-android recording and playback process, audio record recordings, audio track playback, simple and practical
geliang-mediacoderdemo-master
- Android 硬解码程序,支持最低版本API16大家可以看一下。-Android hardware decoding program to support the minimum version API16 we can look at.
input
- 基于android的录音程序,可以实现录音并将结果输出到文档中-Android-based recording program that can record and output the results achieved to the document
ArduinoSerial
- 安卓应用,与硬件搭配,可以通过程序控制硬件设备,直接在matlab上实现-Android applications, and hardware mix, can be programmed to control hardware devices, realized directly on matlab
Android-music_box
- 本文对Android平台下的自定义插件框架的实现做出初步的探索与研究,通过研究Android应用程序的安装与运行原理及其文件系统的结构,以完成插件规范和标准的定义;通过研究Android环境下Java语言动态加载类技术原理,以完成插件程序的加载与操作。与传统应用开发不同,通过引入该插件框架,应用程序的开发可以选择性的将部分功能模块插件化,插件化后的各个模块耦合性进一步降低,可以异步进行开发,各插件的升级更新更加独立而合理。-In this paper, to make a preliminary
iLBC
- 在VS2010平台下用C语言开发的iLBC定点程序,工程包括编码和解码的源代码,可在VS2010平台下编译和运行,也可移植到DSP、安卓、ARM等定点运算平台上。程序经过了优化,可以实时编码和解码。-VS2010 platform using C language development of the iLBC fixed-point procedures, including encoding and decoding of the source code, can be compiled a
JUCE-master
- JUCE (Jules Utility Class Extensions)是由Raw MaterialSoftware发布的一套基于C++的跨平台应用程序框架类库(Windows, Mac,Linux,Android ).JUCE有众多覆盖音频、图像、XML分析、网络等方面的类.JUCE最突出的特点是其对音频的特殊支持.-JUCE (Jules' Utility Class Extensions) is set based on published Raw MaterialSoftwar
cameraexample_lan
- android上照相程序的源代码,基本实现手机的照相功能--android source code on the camera, basic camera phone capabilities to achieve
基于android手机的远程视频监控系统
- 基于android手机的远程视频监控系统程序,服务器端视频捕捉和发送,手机端视频接收和播放(Based on Android mobile remote video surveillance system program, server side video capture and transmission, mobile terminal video reception and playback.)
视频播放器
- ava android版的视频播放器源码,代码里注释非常丰富,对学习来说,是有价值的参考程序,比较完整的视频在线播放器,实现了播放、暂停、进度条显示、全屏播放。可以根据自己需求,简单修改,就能加入自己的项目中。