码迷,mamicode.com
首页 >  
搜索关键字:stride    ( 124个结果
Bitmap类getPixels()方法中参数stride理解
转载自:http://blog.csdn.net/jie_qing/article/details/7259520在学习Graphics中遇到位图(Bitmap)中getPixels()方法,对该方法的用法大体理解,但对其中的stride参数却不明白具体的用法以及用意,经过一番折腾后,有些明了,现记...
分类:其他好文   时间:2014-08-27 14:37:28    阅读次数:316
ffmpeg在android上输出滑屏问题处理
ffmpeg部分机器上有花屏的问题 原代码如下: while(av_read_frame(formatCtx, &packet)>=0 && !_stop && NULL!=window && bInit) { // Is this a packet from the video stream? if(packet.stream_index==videoStream) { ...
分类:移动开发   时间:2014-07-28 00:01:10    阅读次数:847
Bitmap 之 getPixels() 的 stride
学习Graphics中遇到位图(Bitmap)中getPixels()方法,对该方法的用法大体理解,但对其中的stride参数却不明白具体的用法以及用意,现记述过程如下:getPixels()方法的用处为获取位图(Bitmap)中的像素值(颜色值),存入类型为int的pixels数组中,至于从RGB...
分类:其他好文   时间:2014-07-12 13:52:02    阅读次数:347
打印指针指向的地址值
废话不多说,直接上错误代码:static void print_cpu_src(uint8_t * src,int stride){ int i,j; printf("Magnum cpu src addr == %p, stride ==%d:\n",&src,stride); ...
分类:其他好文   时间:2014-07-07 08:58:14    阅读次数:261
124条   上一页 1 ... 11 12 13
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!