关于鸿蒙媒体播放器遇到的一些问题
demuxer不能获取长度,而且ReadSample一次读取了很多Frame,这里待研究因为文档种一次读取sample的大小的buffer size是可以自己设置的,而项目里是自己获取的。
一次读取很多frame导致的问题(seektime无法精确定位,1可能keyframe太少,2readsample读取了很多不知道是哪一帧),使用鸿蒙内置api实现暂停,start/stop,然后借助seektime,可以实现暂停功能,这里确定stop只是暂停回调的触发(没有触发EOS标志),而start又是重新开始,所以这里需要seektime即可。
目前内部设计借助的循环,使用的是监测队列是否为空,所以需要确定下回调触发的规律和次数,据猜测是4个buffer,循环放入,当然回调触发除了被stop/start触发外,也应该和pushintobuffer和freebuffer有关系,push完成等待释放然后有新的回调触发。pushintobuufer是否有很多帧这里待确定?push和free的对应关系, 可能是一次Push对应多个frame,但是H264按照帧数读取的话,那应该有个关系,所以确定后,控制一次读取的大小,还有就是相关事件的同步触发?
针对此做的设计?
Event
目前测试input/output 回调之间没什么直接关系: 线程总共有3个,input比outframe多10次(2个视频测试)
11-19 14:57:10.341 10187-10187 A03D00/com.sam...cSample/JSAPP pid-10187 I ready register Listener------ 11-19 14:57:11.924 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:11.925 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:11.925 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:11.925 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:11.927 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:11.928 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:11.928 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:11.944 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:21------- 11-19 14:57:11.950 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:11.951 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:11.951 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:11.951 10187-10187 A03D00/com.sam...cSample/JSAPP com.sampl...ecSample I exe play callback------ 1088 720 11-19 14:57:11.951 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:11.987 10187-10187 A03D00/com.sam...cSample/JSAPP com.sampl...ecSample I exestate Listener------ 0 0 success! 11-19 14:57:12.008 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:20------- 11-19 14:57:12.009 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:19------- 11-19 14:57:12.009 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:292747656 index:4------ 11-19 14:57:12.021 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:23------- 11-19 14:57:12.022 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:12.023 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:18------- 11-19 14:57:12.023 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:17------- 11-19 14:57:12.023 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:292747656 index:2------ 11-19 14:57:12.023 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:292747656 index:3------ 11-19 14:57:12.023 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:16------- 11-19 14:57:12.024 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:15------- 11-19 14:57:12.024 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:22------- 11-19 14:57:12.024 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:14------- 11-19 14:57:12.024 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:13------- 11-19 14:57:12.025 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:12.025 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:21------- 11-19 14:57:12.025 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:12.025 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:12.026 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:12.026 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:12.026 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:20------- 11-19 14:57:12.027 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:12.027 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:12.070 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:19------- 11-19 14:57:12.104 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:12.104 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:12.105 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:12.105 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:12.107 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:23------- 11-19 14:57:12.154 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:18------- 11-19 14:57:12.203 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:17------- 11-19 14:57:12.236 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:292747656 index:16------- 11-19 14:57:12.272 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:292747656 index:3------ 11-19 14:57:12.272 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:292747656 index:4------ 11-19 14:57:12.272 10187-10256 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:292747656 index:1------ 11-19 14:57:12.272 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:2------ 11-19 14:57:12.276 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:15------- 11-19 14:57:12.309 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:22------- 11-19 14:57:12.356 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:14------- 11-19 14:57:12.392 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:13------- 11-19 14:57:12.432 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:21------- 11-19 14:57:12.466 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:3------ 11-19 14:57:12.467 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:4------ 11-19 14:57:12.467 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:1------ 11-19 14:57:12.467 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:12.471 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:12.516 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:12.546 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:12.582 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:12.582 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:12.582 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:12.583 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:12.594 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:12.627 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:12.682 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:12.714 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:12.748 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:12.748 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:12.748 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:12.749 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:12.756 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:22------- 11-19 14:57:12.790 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:14------- 11-19 14:57:12.835 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:13------- 11-19 14:57:12.888 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:21------- 11-19 14:57:12.913 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:3------ 11-19 14:57:12.914 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:4------ 11-19 14:57:12.914 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:12.914 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:12.916 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:20------- 11-19 14:57:12.966 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:19------- 11-19 14:57:12.993 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:23------- 11-19 14:57:13.046 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:18------- 11-19 14:57:13.073 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:13.074 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:13.074 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:13.074 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:13.077 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:17------- 11-19 14:57:13.115 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:16------- 11-19 14:57:13.155 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:15------- 11-19 14:57:13.194 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:22------- 11-19 14:57:13.231 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:13.231 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:13.232 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:13.232 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:13.237 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:14------- 11-19 14:57:13.272 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:13------- 11-19 14:57:13.318 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:21------- 11-19 14:57:13.357 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:20------- 11-19 14:57:13.393 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:13.393 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:13.393 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:13.393 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:13.400 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:19------- 11-19 14:57:13.435 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:23------- 11-19 14:57:13.479 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:18------- 11-19 14:57:13.515 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:17------- 11-19 14:57:13.533 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:13.533 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:13.533 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:13.533 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:13.554 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:16------- 11-19 14:57:13.595 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:15------- 11-19 14:57:13.645 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:22------- 11-19 14:57:13.673 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:144710024 index:14------- 11-19 14:57:13.707 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:3------ 11-19 14:57:13.707 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:4------ 11-19 14:57:13.707 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:13.708 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:2------ 11-19 14:57:13.710 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:13------- 11-19 14:57:13.757 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:21------- 11-19 14:57:13.805 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:20------- 11-19 14:57:13.844 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:19------- 11-19 14:57:13.868 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:3------ 11-19 14:57:13.868 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:4------ 11-19 14:57:13.869 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:1------ 11-19 14:57:13.869 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:2------ 11-19 14:57:13.872 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:23------- 11-19 14:57:13.918 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:18------- 11-19 14:57:13.959 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:17------- 11-19 14:57:13.999 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:16------- 11-19 14:57:14.029 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:3------ 11-19 14:57:14.030 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:4------ 11-19 14:57:14.030 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:1------ 11-19 14:57:14.031 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:2------ 11-19 14:57:14.033 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:15------- 11-19 14:57:14.079 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:22------- 11-19 14:57:14.119 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:14------- 11-19 14:57:14.159 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:13------- 11-19 14:57:14.196 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:3------ 11-19 14:57:14.196 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:4------ 11-19 14:57:14.196 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:1------ 11-19 14:57:14.197 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:2------ 11-19 14:57:14.201 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:21------- 11-19 14:57:14.241 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:20------- 11-19 14:57:14.279 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:19------- 11-19 14:57:14.323 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1353139832 index:23------- 11-19 14:57:14.359 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:3------ 11-19 14:57:14.359 10187-10191 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1353139832 index:4------ 11-19 14:57:14.359 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:14.359 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:14.362 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:14.400 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:14.432 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:14.482 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:14.513 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:14.550 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:14.550 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:14.551 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:14.551 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:14.564 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:14.604 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:14.649 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21------- 11-19 14:57:14.683 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:14.684 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:14.684 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:14.685 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:2------ 11-19 14:57:14.688 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:14.722 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:14.763 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:14.807 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:14.841 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:14.842 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:14.842 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:14.844 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:14.846 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:14.887 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:14.923 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:14.963 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:14.997 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:14.997 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:14.998 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:14.998 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.002 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:15.038 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:15.086 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21------- 11-19 14:57:15.119 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:15.155 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:15.155 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:15.155 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:15.156 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.170 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:15.199 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:15.242 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:15.279 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:15.316 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:15.317 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:15.317 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:15.317 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.322 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:15.358 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:15.409 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:15.447 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:15.474 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:15.474 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:15.475 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:15.475 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.478 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:15.520 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21------- 11-19 14:57:15.560 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:15.601 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:15.637 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:15.637 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:15.637 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:15.638 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.641 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:15.683 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:15.721 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:15.761 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:15.798 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:15.799 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:15.799 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:15.799 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.805 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:15.841 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:15.883 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:15.921 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:15.957 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:15.957 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:15.958 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:15.958 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:15.966 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21------- 11-19 14:57:16.015 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:16.049 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:16.088 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:16.122 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:16.123 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:16.123 10187-10188 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:144710024 index:1------ 11-19 14:57:16.124 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:16.126 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:16.163 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:16.202 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:16.242 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:16.279 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:16.280 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:16.280 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:16.280 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:16.284 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:16.322 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:16.363 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:16.403 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21------- 11-19 14:57:16.440 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:16.441 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:16.441 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:16.442 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:16.447 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:16.482 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:16.529 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:16.563 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:16.599 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:16.600 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:16.600 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:16.600 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:16.605 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:16.644 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:16.685 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:16.728 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:16.763 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:16.764 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:16.764 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:16.764 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:16.775 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:16.810 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:16.851 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21------- 11-19 14:57:16.895 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:20------- 11-19 14:57:16.928 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:16.929 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:16.929 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:16.929 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:16.932 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:19------- 11-19 14:57:16.973 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:23------- 11-19 14:57:17.010 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:18------- 11-19 14:57:17.053 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:17------- 11-19 14:57:17.087 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:17.088 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:17.088 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:17.088 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:17.091 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:16------- 11-19 14:57:17.143 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:15------- 11-19 14:57:17.173 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:22------- 11-19 14:57:17.212 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:14------- 11-19 14:57:17.250 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:3------ 11-19 14:57:17.250 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:4------ 11-19 14:57:17.250 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:1------ 11-19 14:57:17.250 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNeedInputBuffer thread id:-1355261560 index:2------ 11-19 14:57:17.255 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:13------- 11-19 14:57:17.284 10187-10187 A03D00/com.sam...cSample/JSAPP com.sampl...ecSample I exestate Listener------ 1 0 success! 11-19 14:57:17.290 10187-10189 A0FF00/com.sam...ample/EGLCore com.sampl...ecSample I xxdebug OnNewOutputBuffer thread id:-1355261560 index:21-------