J4 ›› 2013, Vol. 31 ›› Issue (2): 152-157.

• 论文 • 上一篇    下一篇

Android应用中即时视频图像放大显示方法研究

陈捷, 何志坚, 宋占伟   

  1. 吉林大学 电子科学与工程学院, 长春 130012
  • 收稿日期:2012-11-13 出版日期:2013-03-23 发布日期:2013-06-05
  • 作者简介:陈捷(1987—), 男, 福州人, 吉林大学硕士研究生, 主要从事嵌入式软件开发研究, (Tel)86-13630555228(E-mail)chenjie10@mails.jlu.edu.cn;宋占伟(1962-), 男, 长春人, 吉林大学教授, 硕士生导师, 主要从事数字信号处理、图像处理、 智能交通和嵌入式系统研究, (Tel)86-431-85095828|85894687(E-mail)songzw@jlu.edu.cn。
  • 基金资助:

    吉林省科技支撑计划(重点项目)基金资助项目(20100314)

Research of Real-Time Video Image Magnification Method in Android Application

CHEN Jie, HE Zhi-jian, SONG Zhan-wei   

  1. College of Electronic Science and Engineering, Jilin University, Changchun 130012, China
  • Received:2012-11-13 Online:2013-03-23 Published:2013-06-05

摘要:

Android视频通讯应用中通常使用View类显示视频解码图像。为解决使用常用图像拉伸方式将解码到的视频图像实时放大输出时遇到的内存严重消耗和输出延迟的问题, 分析了问题的原因, 并研究了基于Android自带API(Application Programming Interface)或使用JNI(Java Native Interface)算法的即时图像放大显示方法, 对得到的图像放大效果和放大所需的时间进行实验分析, 并根据实验结果进行源代码分析研究, 发现改进的方法, 最终提出一个解决问题的最合适的方案。

关键词: Android视频应用, 图像放大, 即时显示, 效率分析, 源代码研

Abstract:

Android visual communication applications typically use the View class to display decoded video images. In order to involve the severe memory consumption and output delay problems which always encounter in the commonly used image stretching method for decoding real-time video image, we analyze the reason, and give out two other methods to achieve the real-time magnified image display based on Android API(Application Programming Interface) or JNI(Java Native Interface). According to the experiment results, the research of source code is processed and a progressed method is achieved.

Key words: Android video application, image magnification, real-time display, efficiency analysis, research of source code

中图分类号: 

  • TP311.1