标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
进程间通信与同步(3)-semaphore & share memory | 1352 | 0 | 0 | 2010-12-13 | |
进程间通信与同步(2)-管道 | 1430 | 0 | 0 | 2010-12-06 | |
内存对齐 | 9500 | 0 | 4 | 2010-11-26 | |
字符串查找,字符串包含,strstr | 1126 | 0 | 0 | 2010-11-11 | |
Linux 文件查找命令find,xargs详述 | 825 | 0 | 0 | 2010-11-05 | |
Ubuntu deb软件包安装方法 | 1318 | 0 | 0 | 2010-10-29 | |
IntentService 源码分析 | 2496 | 0 | 0 | 2010-10-14 | |
八卦一下:大牛们都在干什么(上) | 889 | 0 | 0 | 2010-10-14 | |
android 事件模型 | 1480 | 0 | 0 | 2010-08-17 | |
【转】Android 屏幕元素层次结构 | 972 | 0 | 0 | 2010-08-02 | |
Hash表 | 1046 | 0 | 0 | 2010-07-19 | |
Android Graphic(应用程序层): Skia/OpenGL|ES | 1909 | 0 | 0 | 2010-07-13 | |
转贴]曾经你看不懂《大话西游》 | 1066 | 0 | 0 | 2010-07-13 | |
【转】 对Android平台Linux部分的初步理解 | 954 | 0 | 0 | 2010-07-12 | |
新闻感想-- | 695 | 0 | 0 | 2010-07-09 | |
Mount 应用 | 1511 | 0 | 0 | 2010-07-09 | |
在Linux下查看端口的使用情况及启动 | 1366 | 0 | 0 | 2010-07-07 | |
突发奇想 -- 以后的生活 | 691 | 0 | 0 | 2010-07-05 | |
ubuntu 查看已安装软件信息 | 1371 | 0 | 0 | 2010-07-05 | |
Working with SD cards in the Android emulator | 754 | 0 | 0 | 2010-07-02 |
chinaunix网友2011-08-22 14:57
你好,请问你现在在做pandaboard吗?我这边的pandaboard的TI Overlay run不起来,如果你在做,请问下你的有这个问题没有,我在pandaboard google group问了也没有人回答,有个和我一样的问题的他也没有解决,谢谢 我的 Mail Eoollo@163.com,期待你的回复
chinaunix网友2011-03-10 11:14
Audio Output是利用AudioTrack中的回调机制实现的mCbf 这个在StageFright中就对应AudioPlayer的callback函数 然后在AudioTrack中判断如果上层函数设定了回调 就去启动一个线程用于不断的调用上层的回调函数 具体代码在AudioTrack::processAudioBuffer中 这个实现类似于铃音预览时循环播放的实现