永远不变的东西,原理

study roadmap:

1.user space:

  tizen power manager => suspend/resume or runtime?

  android power manager => early suspend / wakelock / suspend/resume / platform sleep

2.kernel:

  linux original suspend/resume

  linux runtime pm

3.write my own power manager

=================================================

1.cpu p-states / c-states

2.linux cpu freq governor

3.cpu architecture, 计算机组成原理

4.os principle

=================================================

从头开发一些现有设备的驱动 :

1. 网卡

2.usb设备,USB摄像头(需要v4l2)

3.串口

4.sd card / emmc

=================================================

1. how to analyze app crash

strace

backtrace

map

coredump

......

indicator-datetime 显示日期的app crash 分析

2.LTTng tracer

http://lwn.net/Articles/491510/

3.gst camera:

http://www.twm-kd.com/linux/webcam-and-linux-gstreamer-tutorial/

http://www.ideasonboard.org/uvc/

http://blog.csdn.net/shenbin1430/article/details/5708345

gstreamer:

http://www.oz9aec.net/index.php/gstreamer/345-a-weekend-with-gstreamer

http://wiki.oz9aec.net/index.php/Gstreamer_Cheat_Sheet

http://www.eisfuchs.info/eisfuchs/gstreamer/

http://lac.linuxaudio.org/2010/download/GStreamerAudioApps.pdf

https://people.gnome.org/~gman/guadec_talks/guadec-gst-app-dev.pdf

https://developer.ridgerun.com/wiki/index.php/Gstreamer_Creating_C_Code_Applications

http://lwn.net/Articles/464270/

http://www.khronos.org/files/openmax/whitepapers/OpenMAX_IL_with_GSstreamer.pdf

http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5/

http://www.bigbuckbunny.org/index.php/download/

https://github.com/spk121/burro-engine/wiki/GStreamer-Tutorial-%231:-How-I-Made-a-Beep!

http://mil-oss.org/resources/mil-oss-wg3_gstreamer-for-video-processing-applications_josh-doe.pdf

http://www.twm-kd.com/linux/webcam-and-linux-gstreamer-tutorial/

http://wiki.oz9aec.net/index.php/Gstreamer_Cheat_Sheet#cite_note-gst-doc-1

http://blogs.elphel.com/2009/11/interfacing-elphel-cameras-with-gstreamer-opencv-opengl-and-python-get-profit-of-dsp-or-gpu-based-optimisation-control-camera-settings-from-python-application-or-human-interface-device-hid/

http://noraisin.net/diary/?p=40

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-using.html

study topics的更多相关文章

  1. Machine Learning Algorithms Study Notes(1)--Introduction

    Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 目 录 1    Introduction    1 1.1    ...

  2. A Study of WebRTC Security

    转自:http://webrtc-security.github.io/ A Study of WebRTC Security Abstract Web Real-Time Communication ...

  3. Principles and strategies for mathematics study

    Make mathematics study a habit with dogged perseverance Don't build mansion on top of loose sand. Co ...

  4. Improve Your Study Habits

    1.Plan your time carefully. Make a list of your weekly tasks.Then make a schedule or chart of your t ...

  5. Machine Learning Algorithms Study Notes(6)—遗忘的数学知识

    机器学习中遗忘的数学知识 最大似然估计( Maximum likelihood ) 最大似然估计,也称为最大概似估计,是一种统计方法,它用来求一个样本集的相关概率密度函数的参数.这个方法最早是遗传学家 ...

  6. Windows Azure Service Bus Topics实现系统松散耦合

    前言 Windows Azure中的服务总线(Service Bus)提供了多种功能, 包括队列(Queue), 主题(Topic),中继(Relay),和通知中心(Notification Hub) ...

  7. RabbitMQ(五) -- topics

    RabbitMQ(五) -- topics `rabbitmq`中的`topic exchange`将路由键和某模式进行匹配,从而类似于正则匹配的方式去接收喜欢的信息. topic exchange ...

  8. RSA Study

    These days I study the RSA Algorithm. It is a little complex, but not very. Also, my study has not f ...

  9. Machine Learning Algorithms Study Notes(4)—无监督学习(unsupervised learning)

    1    Unsupervised Learning 1.1    k-means clustering algorithm 1.1.1    算法思想 1.1.2    k-means的不足之处 1 ...

随机推荐

  1. BaiduMap Search List

    using AnfleCrawler.Common; using HtmlClient; using System; using System.Collections.Generic; using S ...

  2. WCF 断点不会命中

    VS的调试模式改为Debug 工具—选项—调试—常规中的‘要求源文件和原始版本完全匹配’的勾去掉

  3. springmvc跳转的几种方式

    1:spring mvc 是围绕着DispatcherServlet展开的 ,其底层还是servlet 跳转方式: ①request.getRequestDispatcher("../ind ...

  4. css3基础教程:CSS3弹性盒模型

    今天给大家分享一篇关于CSS3基础教程 文章,主要是讲CSS3弹性盒模型.弹性布局的主要思想是让容器有能力来改变项目的宽度和高度,以填满可用空间(主要是为了容纳所有类型的显示设备和屏幕尺寸)的能力. ...

  5. HDU 3854 Glorious Array(树状数组)

    题意:给一些结点,每个结点是黑色或白色,并有一个权值.定义两个结点之间的距离为两个结点之间结点的最小权值当两个结点异色时,否则距离为无穷大.给出两种操作,一种是将某个结点改变颜色,另一个操作是询问当前 ...

  6. C语言实现快排

    #include <stdio.h> void swap(int *pa, int *pb) { int t = *pa; *pa = *pb; *pb = t; } int partio ...

  7. TP验证

  8. 测试api代码,简单的接口测试代码

    http://www.oschina.net/code/snippet_1408874_43829 <html lang="zh-CN"> <head>   ...

  9. iOS-音频和视频

    一.视频 视频播放器需要添加MediaPlayer.framework. 视频播放主要提供了两个类,一个MPMoviePlayerController, 另一个是MPMoviePlayerViewCo ...

  10. Intent 四个重要属性

    Intent作为联系各Activity之间的纽带,其作用并不仅仅只限于简单的数据传递.通过其自带的属性,其实可以方便的完成很多较为复杂的操作.例如直接调用拨号功能.直接自动调用合适的程序打开不同类型的 ...