自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 check all threads in a process

check all threads in a process#include #include #include #include #include void *nbi(void *arg){ int i; printf("child thread lwpid: %u\n", syscall(SYS_gettid)); pr

2017-02-28 00:11:35 960

转载 Android/Linux Kernel 内存管理-入门笔记

Android/Linux Kernel上下層的記憶體管理機制,由於牽涉到基礎,核心與使用者空間的Framework,這系列的文章會分為幾個單元,依據筆者自己的時間安排,逐一分享出來,並希望對各位有所助益.相對於整理Kernel 排程,FileSystem,與相關核心模組的知識,重新再去彙整Kernel記憶體機制的Topics,會發現表現上看似簡單的Malloc/Free,背後的諸多細節都

2017-02-12 22:06:18 2508

转载 对/proc/buddyinfo的解释

buddyinfo的理解cat /proc/buddyinfo 显示如下:Node 0, zone      DMA       0      4      5      4      4      3 ...Node 0, zone   Normal      1      0      0      1    101     8 ...Node 0, zone  HighMem

2017-02-10 23:24:14 1951

原创 the analysis of some mp4 container boxes(stsd/avcC/stco...)

the analysis of some mp4 container boxes(stsd/avcC/stco...)the stsd/avc1/avcC boxes:the analysises of the stsd/avc1/avcc boxes are:from the analysis, we can know1. avc1 box dat

2017-02-05 18:44:05 911

原创 compile and install ffmpeg on Ubuntu

compile and install ffmpeg on Ubuntuthere are three steps in build ffmpegconfiguration (with a configure script) compilation (with make) installation (with make install) 1. configura

2017-02-03 21:02:19 1034

原创 register all media file container muxers in ffmpeg

register all media file container muxers in ffmpeg1. muxers such mov and 3gplibavformat/movenc.c:#if CONFIG_MOV_MUXERMOV_CLASS(mov)AVOutputFormat ff_mov_muxer = { .name =

2017-02-02 19:44:50 632

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除