会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
心存梦想,脚踏实地
╭︿︿︿╮ {/ o o /} ( (oo) ) ︶ ︶︶
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
2020年11月21日
record
摘要: 1. pulseaudio启动 module-alsa-source.c • 加载了source 在module加载pa_module_init时,创建pa_source_new。 s->outputs = pa_idxset_new(NULL, NULL); 创建一个outputs的容器(数组)
阅读全文
posted @ 2020-11-21 04:36 renhl
阅读(268)
评论(0)
推荐(0)
2020年9月25日
UML 软件 drawio
摘要: https://github.com/jgraph/drawio-desktop/releases
阅读全文
posted @ 2020-09-25 07:41 renhl
阅读(312)
评论(0)
推荐(0)
2020年9月15日
GMOCK
摘要: Gtest/Gmock探究(三)-- MOCK_METHODX系列宏分析 https://blog.csdn.net/songqier/article/details/79188237 使用MOCK_METHODx 写出Mock类 使用EXPECT_CALL设置预设值(函数被调用时,指定返回值) 执
阅读全文
posted @ 2020-09-15 22:14 renhl
阅读(187)
评论(0)
推荐(0)
2020年8月30日
印度电影
摘要: https://www.sohu.com/a/316973104_464365
阅读全文
posted @ 2020-08-30 16:18 renhl
阅读(81)
评论(0)
推荐(0)
2020年8月24日
C++ 11 特性
摘要: C++11 lamda : http://c.biancheng.net/view/3741.html
阅读全文
posted @ 2020-08-24 01:18 renhl
阅读(130)
评论(0)
推荐(0)
2020年8月12日
png解码
摘要: giflib解码gif图片 https://www.cnblogs.com/xiaoxiaoboke/archive/2012/02/13/2349770.html bmp https://www.cnblogs.com/wdy0505/p/10154795.html RGB的三种格式信息: htt
阅读全文
posted @ 2020-08-12 03:18 renhl
阅读(138)
评论(0)
推荐(0)
2020年7月2日
ffmpeg 学习资料汇总
摘要: ■ 资料汇总 FFmpeg 视频处理入门教程http://www.ruanyifeng.com/blog/2020/01/ffmpeg.html
阅读全文
posted @ 2020-07-02 08:06 renhl
阅读(146)
评论(0)
推荐(0)
2020年6月18日
android 学习资料
摘要: ■ 安卓在线源码 http://androidxref.com/ https://www.androidos.net.cn/sourcecode ■ Android MediaPlayer 8.0 and 9.0 https://www.cnblogs.com/tocy/p/1-android-nu
阅读全文
posted @ 2020-06-18 05:19 renhl
阅读(319)
评论(0)
推荐(0)
2020年6月7日
socket-server.c
摘要: 了解socket-server,需先学习下socket的server的一般流程,顺着流程去看代码就比较容易了。 1. socket socket(PF_LOCAL, SOCK_STREAM, 0) 2. bind bind(fd, (struct sockaddr*) &sa, SUN_LEN(&s
阅读全文
posted @ 2020-06-07 23:07 renhl
阅读(265)
评论(0)
推荐(0)
packet.c
摘要: struct pa_packet { enum { PA_PACKET_APPENDED, PA_PACKET_DYNAMIC } type; unsigned ref; size_t length; uint8_t *data;}; ■ struct pa_packet* pa_packet_ne
阅读全文
posted @ 2020-06-07 07:56 renhl
阅读(157)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
公告