cvCreateVideoWriter的返回值总是0x00000000的问题

解决cvCreateVideoWriter问题
本文探讨了在使用cvCreateVideoWriter过程中遇到的问题,包括返回值始终为零、无法正常写入视频帧的情况,并尝试了多种解决方案,最终通过网上的一种方法成功解决了问题。

开始的时候视频可以写入,也可以打开,不知道为什么突然就不行了,单步查看发现cvCreateVideoWriter的返回值总是为零,但是会创建*.avi的文件,但是因为cvCreateVideoWriter返回的writer值为零,不会执行释放语句,avi文件的大小总是为0.

查看网上的方法包括:

1、使用-1替换CV_FOURCC,可以出现编码格式选择框,但是还是每帧都出现要选择,依然没有创建成功。

http://blog.sina.com.cn/s/blog_676f9c520100ubol.html

2、下载编码器。具体查看网页:结果还是一样。

http://hi.baidu.com/chenevercj/item/b538c63a8d0b8380f5e4addf

3、自己的猜想,因为avi文件创建了但是为零,是不是因为没有释放的原因,改变释放条件是释放语句被执行,但是还是不行。

4、再仔细查看发现是每次都创建avi文件,写入一帧,释放的时候空地址的指向也是空,实际上还是什么也没有释放。

5、网上的方法:

http://blog.youkuaiyun.com/augusdi/article/details/11056803

其第一种方法成功。


结论就是C++的问题真诡异,我很是头大。


[5526] [DISPCHECK]DSI_RX_DATA0 : 0x00000000 [5526] [DISPCHECK]DSI_RX_DATA1 : 0x00000000 [5527] [DISPCHECK]DSI_RX_DATA2 : 0x00000000 [5528] [DISPCHECK]DSI_RX_DATA3 : 0x00000000 [5528] DISP/ Start polling DSI read ready!!! [5549] DISP/ DSI Read Fail: Polling DSI read ready timeout!!! [5550] [LK_DDP/DSI]== DISP DSI REGS == [5550] [LK_DDP/DSI]DSI0 state6(cmd mode):Waiting RX-read data [5551] [LK_DDP/DSI]DSI0 state8 WORD_COUNTER(cmd mode):0 [5551] [LK_DDP/DSI]DSI0 state9 LINE_COUNTER(cmd mode):0 [5552] [LK_DDP/DSI]== DSI0 REGS == [5553] [LK_DDP/DSI]0x0000: 0x00000000 0x00000000 0x00000003 0x80000000 [5553] [LK_DDP/DSI]0x0010: 0x00000000 0x00000000 0x0001023c 0x2c030870 [5554] [LK_DDP/DSI]0x0020: 0x00000004 0x00000014 0x000008a2 0x00000622 [5555] [LK_DDP/DSI]0x0030: 0x00000000 0x00000000 0x062202d0 0x00000000 [5556] [LK_DDP/DSI]0x0040: 0x00000000 0x00000000 0x00000000 0x00000000 [5557] [LK_DDP/DSI]0x0050: 0x00000014 0x00000034 0x00000030 0x00000000 [5558] [LK_DDP/DSI]0x0060: 0x00000002 0x00010000 0x00000000 0x00000000 [5559] [LK_DDP/DSI]0x0070: 0x00000000 0x00000000 0x00000000 0x00000000 [5560] [LK_DDP/DSI]0x0080: 0x00000000 0x00000000 0x00000020 0x00000000 [5560] [LK_DDP/DSI]0x0090: 0x0000003c 0x00000000 0x00000000 0x00000000 [5561] [LK_DDP/DSI]0x00a0: 0x00060081 0x000a2000 0x00002000 0x00000000 [5562] [LK_DDP/DSI]0x00b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5563] [LK_DDP/DSI]0x00c0: 0x00000000 0x00000000 0x00000000 0x00000000 [5564] [LK_DDP/DSI]0x00d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5565] [LK_DDP/DSI]0x00e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5566] [LK_DDP/DSI]0x00f0: 0xfff00000 0x00000000 0x00000000 0x00000000 [5566] [LK_DDP/DSI]0x0100: 0x000000aa 0x001f1f08 0x00000008 0x000000b8 [5567] [LK_DDP/DSI]0x0110: 0x0b12090a 0x14320f28 0x0d320100 0x00141308 [5568] [LK_DDP/DSI]0x0120: 0x00000000 0x00000000 0x00000000 0x00000000 [5569] [LK_DDP/DSI]0x0130: 0x00000021 0x00000000 0x00000000 0x00000000 [5570] [LK_DDP/DSI]0x0140: 0x00000000 0x00000000 0x00010001 0x01010100 [5571] [LK_DDP/DSI]0x0150: 0x01080001 0x01010101 0x00000101 0x10000081 [5572] [LK_DDP/DSI]0x0160: 0x00010200 0x00000001 0x80000000 0x00000000 [5572] [LK_DDP/DSI]0x0170: 0x00000200 0x062202d0 0x00000000 0x00200000 [5573] [LK_DDP/DSI]0x0180: 0x00000000 0x00000000 0x00000000 0x00000000 [5574] [LK_DDP/DSI]0x0190: 0x00000000 0x00000000 0x00000000 0x00000000 [5575] [LK_DDP/DSI]0x01a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5576] [LK_DDP/DSI]0x01b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5577] [LK_DDP/DSI]0x01c0: 0x00000600 0x00000000 0x00000000 0x00000000 [5578] [LK_DDP/DSI]0x01d0: 0x00000000 0x00010001 0x00000000 0x00000000 [5579] [LK_DDP/DSI]0x01e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5579] [LK_DDP/DSI]0x01f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5580] [LK_DDP/DSI]0x0200: 0x00013700 0x000a0604 0x7ff58d68 0x9de044c1 [5581] [LK_DDP/DSI]0x0210: 0x9e4e5015 0x43395cb3 0xaa77fbad 0x9a9e7b32 [5582] [LK_DDP/DSI]0x0220: 0x8d1aea38 0x78170e6c 0xbff2f0ff 0xaff1ae91 [5583] [LK_DDP/DSI]0x0230: 0x94f8f33a 0x03320cde 0xdba6de15 0xfc7f5dd9 [5584] [LK_DDP/DSI]0x0240: 0x6d938618 0x045c0557 0xb33de3a2 0x828925de [5585] [LK_DDP/DSI]0x0250: 0xd53053cc 0x497d454c 0xffcbf287 0x6dcb7e8f [5585] [LK_DDP/DSI]0x0260: 0x0edf0429 0xc9e9a13d 0xf1ba3a7f 0xcfc6fec0 [5586] [LK_DDP/DSI]0x0270: 0xfb578aa3 0x87e52184 0x74f7023b 0x8d320b39 [5587] [LK_DDP/DSI]0x0280: 0x3848ec18 0x86107dca 0x0e4dbc87 0x3ea0c247 [5588] [LK_DDP/DSI]0x0290: 0x5b18e099 0x1d35620f 0xa7d91c7f 0x768216af [5589] [LK_DDP/DSI]0x02a0: 0x7a61cc78 0x00340710 0xe1dc9382 0x2cfeca97 [5590] [LK_DDP/DSI]0x02b0: 0xc6683f02 0x5fa12571 0xcd1d5dc3 0x1f4775fd [5591] [LK_DDP/DSI]0x02c0: 0xcd3dbd32 0xe7b80151 0x55ee46de 0x5ebe4c51 [5592] [LK_DDP/DSI]0x02d0: 0x0f2cfa0b 0xd6fdbc41 0x5c60a3db 0x90d86667 [5592] [LK_DDP/DSI]0x02e0: 0xaeb05043 0x43f62391 0x5c629ae6 0x70232648 [5593] [LK_DDP/DSI]0x02f0: 0x8fb4efd8 0xc3b821cf 0x1285b583 0x30cd6c1f [5594] [LK_DDP/DSI]0x0300: 0x0d124cc1 0xaad51665 0xe633a1c9 0xebb67ea4 [5595] [LK_DDP/DSI]0x0310: 0x01ffbe8c 0x1422e1ed 0xc74b7664 0x7ae3e305 [5596] [LK_DDP/DSI]0x0320: 0x4a8e141e 0x0d8fe4da 0xbf2d3e6a 0x3eb6d8b6 [5597] [LK_DDP/DSI]0x0330: 0x16d9e784 0xe8b83995 0x578fff60 0x3eee5807 [5598] [LK_DDP/DSI]0x0340: 0xe42199e4 0xc6fad815 0x3fbfcd34 0x8015f647 [5598] [LK_DDP/DSI]0x0350: 0xc9551cbe 0x39b6710d 0x5d3fa26d 0x781267d7 [5599] [LK_DDP/DSI]0x0360: 0x0a1aca35 0xda404a17 0xe1b6df6a 0x91ad324d [5600] [LK_DDP/DSI]0x0370: 0x6e04bd81 0x8176c54e 0x6247fb73 0x39c3deb7 [5601] [LK_DDP/DSI]0x0380: 0x74133130 0xf1376a15 0xfecd6b4e 0xfacf16f9 [5602] [LK_DDP/DSI]0x0390: 0x53699170 0x4e49bf15 0x9fbdf969 0xbf2a4eb1 [5603] [LK_DDP/DSI]0x03a0: 0x66457316 0x95db4f35 0x8efdfd37 0x2ff7ae5d [5604] [LK_DDP/DSI]0x03b0: 0x610e824a 0xc62e7d6c 0xceadb039 0xb4687c2d [5605] [LK_DDP/DSI]0x03c0: 0x012d139e 0x43a940b1 0xefbf7112 0x61fee240 [5605] [LK_DDP/DSI]0x03d0: 0x0a21a048 0xe53809d8 0xa6bd6cc1 0x8c663d7e [5606] [LK_DDP/DSI]0x03e0: 0x17c298e9 0x6e15018a 0x285e9803 0x5684ef98 [5607] [LK_DDP/DSI]0x03f0: 0xa0de00c0 0x80a49385 0x266e3a37 0x16c4d734 [5608] [LK_DDP/DSI]- DSI0 CMD REGS - [5608] [LK_DDP/DSI]0x0000: 0x00013700 0x000a0604 0x7ff58d68 0x9de044c1 [5609] [LK_DDP/DSI]0x0010: 0x9e4e5015 0x43395cb3 0xaa77fbad 0x9a9e7b32 [5610] [LK_DDP/DSI]== DSI_PHY0 REGS == [5611] [LK_DDP/DSI]0x0000: 0x00000000 0x00000000 0x00000000 0x00000080 [5612] [LK_DDP/DSI]0x0010: 0x4444222a 0xffff0000 0x00000000 0x00000000 [5612] [LK_DDP/DSI]0x0020: 0x00000000 0x00000000 0x00000101 0x513b13b1 [5613] [LK_DDP/DSI]0x0030: 0x00076111 0x01b10001 0x11731173 0x00ff12e0 [5614] [LK_DDP/DSI]0x0040: 0x65432100 0x24232987 0x76543210 0x00000008 [5615] [LK_DDP/DSI]0x0050: 0x00000000 0x00000000 0x00000000 0x00000000 [5616] [LK_DDP/DSI]0x0060: 0x00000000 0x00000000 0x00000000 0x00000000 [5617] [LK_DDP/DSI]0x0070: 0x00000000 0x00000000 0x00000000 0x00000000 [5618] [LK_DDP/DSI]0x0080: 0x00000000 0x00000000 0x00000000 0x00000000 [5618] [LK_DDP/DSI]0x0090: 0x00000000 0x00000000 0x00000000 0x00000000 [5619] [LK_DDP/DSI]0x00a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5620] [LK_DDP/DSI]0x00b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5621] [LK_DDP/DSI]0x00c0: 0x00000000 0x00000000 0x00000000 0x00000000 [5622] [LK_DDP/DSI]0x00d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5623] [LK_DDP/DSI]0x00e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5624] [LK_DDP/DSI]0x00f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5625] [LK_DDP/DSI]0x0100: 0x00000001 0x00000000 0x00000000 0x00000000 [5625] [LK_DDP/DSI]0x0110: 0x00000001 0x00000001 0x00000000 0x00000000 [5626] [LK_DDP/DSI]0x0120: 0x00000000 0x00000001 0x00000000 0x00000000 [5627] [LK_DDP/DSI]0x0130: 0x00000001 0x00000001 0x00000000 0x00000000 [5628] [LK_DDP/DSI]0x0140: 0x00000000 0x00000000 0x00000100 0x00000100 [5629] [LK_DDP/DSI]0x0150: 0x00000100 0x00000100 0x00000000 0x00000000 [5630] [LK_DDP/DSI]0x0160: 0x00000000 0x00000000 0x00000100 0x00000100 [5631] [LK_DDP/DSI]0x0170: 0x00000000 0x00000000 0x00000000 0x00000000 [5631] [LK_DDP/DSI]0x0180: 0x00000000 0x00000000 0x00000000 0x00000000 [5632] [LK_DDP/DSI]0x0190: 0x00000000 0x00000000 0x00000000 0x00000000 [5633] [LK_DDP/DSI]0x01a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5634] [LK_DDP/DSI]0x01b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5635] [LK_DDP/DSI]0x01c0: 0x00000000 0x00000000 0x00010000 0x00010000 [5636] [LK_DDP/DSI]0x01d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5637] [LK_DDP/DSI]0x01e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5638] [LK_DDP/DSI]0x01f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5638] [LK_DDP/DSI]0x0200: 0x00000001 0x00000001 0x00000001 0x00000001 [5639] [LK_DDP/DSI]0x0210: 0x00000000 0x00000001 0x00000001 0x00000001 [5640] [LK_DDP/DSI]0x0220: 0x00000001 0x00000000 0x00000000 0x00000000 [5641] [LK_DDP/DSI]0x0230: 0x00000001 0x00000001 0x00000000 0x00000000 [5642] [LK_DDP/DSI]0x0240: 0x00000000 0x00000000 0x00000100 0x00000000 [5643] [LK_DDP/DSI]0x0250: 0x00000000 0x00000000 0x00000100 0x00000000 [5644] [LK_DDP/DSI]0x0260: 0x00000000 0x00000000 0x00000100 0x00000000 [5644] [LK_DDP/DSI]0x0270: 0x00000100 0x00000000 0x00000000 0x00000000 [5645] [LK_DDP/DSI]0x0280: 0x00000000 0x00000000 0x00000000 0x00000000 [5646] [LK_DDP/DSI]0x0290: 0x00000000 0x00000000 0x00000000 0x00000000 [5647] [LK_DDP/DSI]0x02a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5648] [LK_DDP/DSI]0x02b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5649] [LK_DDP/DSI]0x02c0: 0x00000101 0x00000000 0x00010000 0x00010000 [5650] [LK_DDP/DSI]0x02d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5651] [LK_DDP/DSI]0x02e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5651] [LK_DDP/DSI]0x02f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5652] [LK_DDP/DSI]0x0300: 0x00000001 0x00000000 0x00000000 0x00000000 [5653] [LK_DDP/DSI]0x0310: 0x00000001 0x00000001 0x00000000 0x00000000 [5654] [LK_DDP/DSI]0x0320: 0x00000000 0x00000001 0x00000001 0x00000000 [5655] [LK_DDP/DSI]0x0330: 0x00000001 0x00000001 0x00000000 0x00000000 [5656] [LK_DDP/DSI]0x0340: 0x00000000 0x00000000 0x00000100 0x00000100 [5657] [LK_DDP/DSI]0x0350: 0x00000100 0x00000100 0x00000000 0x00000000 [5657] [LK_DDP/DSI]0x0360: 0x00000000 0x00000000 0x00000100 0x00000100 [5658] [LK_DDP/DSI]0x0370: 0x00000000 0x00000000 0x00000000 0x00000000 [5659] [LK_DDP/DSI]0x0380: 0x00000000 0x00000000 0x00000000 0x00000000 [5660] [LK_DDP/DSI]0x0390: 0x00000000 0x00000000 0x00000000 0x00000000 [5661] [LK_DDP/DSI]0x03a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5662] [LK_DDP/DSI]0x03b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5663] [LK_DDP/DSI]0x03c0: 0x00000000 0x00000000 0x00010000 0x00010000 [5664] [LK_DDP/DSI]0x03d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5664] [LK_DDP/DSI]0x03e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5665] [LK_DDP/DSI]0x03f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5666] [LK_DDP/DSI]0x0400: 0x00000000 0x00000000 0x00000000 0x00000000 [5667] [LK_DDP/DSI]0x0410: 0x00000001 0x00000000 0x00000000 0x00000000 [5668] [LK_DDP/DSI]0x0420: 0x00000000 0x00000001 0x00000000 0x00000000 [5669] [LK_DDP/DSI]0x0430: 0x00000001 0x00000001 0x00000000 0x00000000 [5670] [LK_DDP/DSI]0x0440: 0x00000000 0x00000000 0x00000100 0x00000100 [5670] [LK_DDP/DSI]0x0450: 0x00000100 0x00000100 0x00000000 0x00000000 [5671] [LK_DDP/DSI]0x0460: 0x00000000 0x00000000 0x00000100 0x00000100 [5672] [LK_DDP/DSI]0x0470: 0x00000000 0x00000000 0x00000000 0x00000000 [5673] [LK_DDP/DSI]0x0480: 0x00000000 0x00000000 0x00000000 0x00000000 [5674] [LK_DDP/DSI]0x0490: 0x00000000 0x00000000 0x00000000 0x00000000 [5675] [LK_DDP/DSI]0x04a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5676] [LK_DDP/DSI]0x04b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5677] [LK_DDP/DSI]0x04c0: 0x00000000 0x00000000 0x00010000 0x00010000 [5677] [LK_DDP/DSI]0x04d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5678] [LK_DDP/DSI]0x04e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5679] [LK_DDP/DSI]0x04f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5680] [LK_DDP/DSI]0x0500: 0x00000001 0x00000000 0x00000000 0x00000000 [5681] [LK_DDP/DSI]0x0510: 0x00000001 0x00000001 0x00000000 0x00000000 [5682] [LK_DDP/DSI]0x0520: 0x00000000 0x00000001 0x00000000 0x00000000 [5683] [LK_DDP/DSI]0x0530: 0x00000001 0x00000001 0x00000000 0x00000000 [5683] [LK_DDP/DSI]0x0540: 0x00000000 0x00000000 0x00000100 0x00000100 [5684] [LK_DDP/DSI]0x0550: 0x00000100 0x00000100 0x00000000 0x00000000 [5685] [LK_DDP/DSI]0x0560: 0x00000000 0x00000000 0x00000100 0x00000100 [5686] [LK_DDP/DSI]0x0570: 0x00000000 0x00000000 0x00000000 0x00000000 [5687] [LK_DDP/DSI]0x0580: 0x00000000 0x00000000 0x00000000 0x00000000 [5688] [LK_DDP/DSI]0x0590: 0x00000000 0x00000000 0x00000000 0x00000000 [5689] [LK_DDP/DSI]0x05a0: 0x00000000 0x00000000 0x00000000 0x00000000 [5690] [LK_DDP/DSI]0x05b0: 0x00000000 0x00000000 0x00000000 0x00000000 [5690] [LK_DDP/DSI]0x05c0: 0x00000000 0x00000000 0x00010000 0x00010000 [5691] [LK_DDP/DSI]0x05d0: 0x00000000 0x00000000 0x00000000 0x00000000 [5692] [LK_DDP/DSI]0x05e0: 0x00000000 0x00000000 0x00000000 0x00000000 [5693] [LK_DDP/DSI]0x05f0: 0x00000000 0x00000000 0x00000000 0x00000000 [5694] [LK_DDP/DSI]0x0600: 0x00000000 0x00000000 0x00000000 0x00000000 [5695] [LK_DDP/DSI]0x0610: 0x00000000 0x00000000 0x00000000 0x00000000 [5696] [LK_DDP/DSI]0x0620: 0x00000000 0x00000000 0x00000000 0x00000000 [5696] [LK_DDP/DSI]0x0630: 0x00000000 0x00000000 0x00000000 0x00000000 [5697] [LK_DDP/DSI]0x0640: 0x00000000 0x00000000 0x00000000 0x00000000 [5698] [LK_DDP/DSI]0x0650: 0x00000000 0x00000000 0x00000000 0x00000000 [5699] [LK_DDP/DSI]0x0660: 0x00000000 0x00000000 0x00000000 0x00000000 [5700] [LK_DDP/DSI]0x0670: 0x00000000 0x00000000 0x00000000 0x00000000 [5701] [LK_DDP/DSI]0x0680: 0x00000000 0x00000000 0x00000000 0x00000000 [5702] [LK_DDP/DSI]0x0690: 0x00000000 0x00000000 0x00000000 0x00000000 [5703] [DISP]read from lcm 0x0A: 0 [5703] [DISP]lcm is not connected [5703] [DISP]func|disp_lcm_is_video_mode [5704] [LK_DDP/ddp_manager]map event 7 to irq 0x60004 on scenario primary_disp [5705] [LK_DDP/ddp_manager]enable event on scenario primary_disp, event 7, irtbit 0x60004 [5706] [LK_DDP/ddp_manager]enable event on scenario primary_disp, event 1, irtbit 0x60004 [5710] [DISP]func|primary_display_config_input [5710] [LK_DDP/ddp_manager]path check busy on scenario primary_disp [5711] [DISP]func|ddp_dsi_is_busy [5712] [LK_DDP/ddp_manager]path config ovl 1, rdma 0, wdma 0, dst 0 on handle 0x4c5a46c0 scenario primary_disp [5713] [LK_DDP/OVL]module 0, layer=3, en=1, src=0, fmt=16785410, addr=0x792ce000, x=0, y=0, pitch=2880, dst(0, 0, 720, 1570),keyEn=0, key=0, aen=1, alpha=255 [5715] [LK_DDP/OVL]ovl0, layer=3, source=memory, off(x=0, y=0), dst(0, 0, 720, 1570),pitch=2880,fmt=eBGRA8888, addr=792ce000, keyEn=0, key=0, aen=1, alpha=255 [5717] config color dirty = 0 [5717] config ccorr dirty = 0 [5718] config aal dirty = 0 [5718] config gamma dirty = 0 [5718] config dither dirty = 0 [5719] disp_dither_bypass(bypass = 1)[5719] [DISP]func|ddp_dsi_config [5719] [DISP]func|primary_display_config_input [5720] [LK_DDP/ddp_manager]path check busy on scenario primary_disp [5721] [DISP]func|ddp_dsi_is_busy [5721] [LK_DDP/ddp_manager]path config ovl 1, rdma 0, wdma 0, dst 0 on handle 0x4c5a46c0 scenario primary_disp [5723] [LK_DDP/OVL]module 0, layer=0, en=1, src=0, fmt=16785410, addr=0x7974c000, x=0, y=0, pitch=2944, dst(0, 0, 720, 1570),keyEn=0, key=0, aen=1, alpha=255 [5725] [LK_DDP/OVL]ovl0, layer=0, source=memory, off(x=0, y=0), dst(0, 0, 720, 1570),pitch=2944,fmt=eBGRA8888, addr=7974c000, keyEn=0, key=0, aen=1, alpha=255 [5727] [LK_DDP/OVL]module 0, layer=3, en=1, src=0, fmt=16785410, addr=0x792ce000, x=0, y=0, pitch=2880, dst(0, 0, 720, 1570),keyEn=0, key=0, aen=1, alpha=255 [5728] [LK_DDP/OVL]ovl0, layer=3, source=memory, off(x=0, y=0), dst(0, 0, 720, 1570),pitch=2880,fmt=eBGRA8888, addr=792ce000, keyEn=0, key=0, aen=1, alpha=255 [5730] config color dirty = 0 [5731] config ccorr dirty = 0 [5731] config aal dirty = 0 [5731] config gamma dirty = 0 [5732] config dither dirty = 0 [5732] disp_dither_bypass(bypass = 1)[5733] [DISP]func|ddp_dsi_config [5733] [DISP]mt_disp_init() done [5733] [PROFILE] ::: lvl(2) disp init takes 4923 ms [5734] s_mt65xx_gd.gdfIndex=3[5734] [PROFILE] ::: lvl(2) vedio init takes 0 ms [5735] tuv: chg_data_offset = 0x56fc00 sizeof(struct OplusChargerReserveInfo) 0x608 [5738] [PROFILE] mmc read 1 blks in 2 ms: 250KB/s [5739] [SD0] Non-blocking RW does not allow blkcnt(1) > maxblks(65536) [5740] [PROFILE] mmc write 1 blks in 1 ms: 500KB/s [5741] [PROFILE] mmc read 1 blks in 1 ms: 500KB/s [5741] [PROFILE] mmc read 1 blks in 0 ms: 8KB/s [5742] read_kpoc_info - tuv: 0 kpoc_info = oplus_charge [5749] [init_cust_data_from_dt]:chroff:0,pe:0,powpath:1,vchrmax:9900,vchrmin:4000,vfast:3000,usb:500,ac:2050 2000,nac:2000,cdp:1500,ta:3000,pd:500,t:50 45 0 [5751] [init_cust_data_from_dt]: support_tuv_authentication in dts! - 1 [5752] [init_cust_data_from_dt]: support_hot_enter_kpoc in dts! - 0 [5753] [init_cust_data_from_dt]: charger_by_buckboost = 0! [5754] [init_cust_data_from_dt]: sub_board_temp_support = 0! [5756] [init_cust_data_from_dt]: temp current: [-10~0] 300 300 300 [0~5] 800 600 800 [5~12] 1600 600 1600 [12~16] 2200 600 1600 [16~45] 2200 600 1600 [45~53] 2200 600 1600 [5758] [init_cust_data_from_dt]: charger_by_bidirection = 0! [5759] [init_cust_data_from_dt]: support_3_6_standard = 0! [5766] [init_cust_data_from_dt]: subboard_abnormal_method_support = 0! [5767] tuv oplus_allow_enter_kpoc allow_kpoc 12 [5767] tuv oplus_allow_enter_kpoc not allow [5768] [SD0] Non-blocking RW does not allow blkcnt(1) > maxblks(65536) [5769] [PROFILE] mmc write 1 blks in 1 ms: 500KB/s [5770] [PROFILE] mmc read 1 blks in 1 ms: 500KB/s [5770] [SD0] Non-blocking RW does not allow blkcnt(1) > maxblks(65536) [5771] [PROFILE] mmc write 1 blks in 1 ms: 500KB/s [5782] [PROFILE] mmc read 1 blks in 0 ms: 8KB/s [5783] [SD0] Non-blocking RW does not allow blkcnt(1) > maxblks(65536) [5784] [PROFILE] mmc write 1 blks in 1 ms: 500KB/s [5785] [PROFILE] mmc read 1 blks in 1 ms: 500KB/s [5785] [PROFILE] mmc read 1 blks in 0 ms: 8KB/s [5786] read_kpoc_info - tuv: 2 kpoc_info = oplus_charge [5787] [LK_ENV]get_env oplus_fulldump from area 0 [5787] [PROFILE] mmc read 1 blks in 0 ms: 8KB/s
最新发布
10-29
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值