Advertisement
Guest User

Untitled

a guest
May 12th, 2017
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. [root@Sailfish ~]# test_hwcomposer
  2. virtual bool V4l2Device::activate(): /dev/v4l-subdev2 5
  3. virtual bool V4l2Device::activate(): /dev/v4l-subdev0 1
  4. virtual bool V4l2Device::activate(): /dev/video4 2
  5. virtual bool V4l2Device::activate(): /dev/v4l-subdev1 3
  6. virtual bool V4l2Device::activate(): /dev/video5 4
  7. virtual bool V4l2Device::activate(): /dev/v4l-subdev4 8
  8. virtual bool V4l2Device::activate(): /dev/video8 10
  9. virtual bool V4l2Device::activate(): /dev/v4l-subdev5 11
  10. virtual bool V4l2Device::activate(): /dev/video9 12
  11. virtual bool V4l2Device::activate(): /dev/video10 13
  12. virtual bool V4l2Device::activate(): /dev/v4l-subdev6 14
  13. virtual bool V4l2Device::activate(): /dev/v4l-subdev7 15
  14. width: 1024 height: 600
  15. (A) (allocateBuffers) m_bufferCount 4 >>
  16. (A) (allocateBuffers) m_bufFormat 1 >>
  17. (A) (allocateBuffers) m_width 1024 >>
  18. (A) (allocateBuffers) m_height 600 >>
  19. (A) (allocateBuffers) m_usage 7682 >>
  20. buffer 0 is at 0x1241d0 (native 0x1241d4),err=Success, handle=0x124270 stride=1024
  21. (A) (allocateBuffers) m_bufferCount 4 >>
  22. (A) (allocateBuffers) m_bufFormat 1 >>
  23. (A) (allocateBuffers) m_width 1024 >>
  24. (A) (allocateBuffers) m_height 600 >>
  25. (A) (allocateBuffers) m_usage 7682 >>
  26. buffer 1 is at 0x1242c8 (native 0x1242cc),err=Success, handle=0x124348 stride=1024
  27. (A) (allocateBuffers) m_bufferCount 4 >>
  28. (A) (allocateBuffers) m_bufFormat 1 >>
  29. (A) (allocateBuffers) m_width 1024 >>
  30. (A) (allocateBuffers) m_height 600 >>
  31. (A) (allocateBuffers) m_usage 7682 >>
  32. buffer 2 is at 0x1243a0 (native 0x1243a4),err=Success, handle=0x124420 stride=1024
  33. (A) (allocateBuffers) m_bufferCount 4 >>
  34. (A) (allocateBuffers) m_bufFormat 1 >>
  35. (A) (allocateBuffers) m_width 1024 >>
  36. (A) (allocateBuffers) m_height 600 >>
  37. (A) (allocateBuffers) m_usage 7682 >>
  38. buffer 3 is at 0x124480 (native 0x124484),err=Cannot allocate memory, handle=(nil) stride=0
  39. WARNING: void HWComposerNativeWindow::allocateBuffers(): allocated only 3 buffers out of 4
  40. OpenGL ES 2.0 (OpenGL ES 2.0)
  41. ^C^C
  42. [root@Sailfish ~]# /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml
  43. EGLFS: Screen Info
  44. - Physical size: QSizeF(154, 90)
  45. - Screen size: QSize(1024, 600)
  46. - Screen depth: 32
  47. == hwcomposer module ==
  48. * Address: 0xb3c8b004
  49. * Module API Version: 1
  50. * HAL API Version: 100
  51. * Identifier: hwcomposer
  52. * Name: SAMSUNG_SLSI slsiap hwcomposer module
  53. * Author: swpark@nexell.co.kr
  54. == hwcomposer module ==
  55. virtual bool V4l2Device::activate(): /dev/v4l-subdev2 5
  56. virtual bool V4l2Device::activate(): /dev/v4l-subdev0 1
  57. virtual bool V4l2Device::activate(): /dev/video4 2
  58. virtual bool V4l2Device::activate(): /dev/v4l-subdev1 3
  59. virtual bool V4l2Device::activate(): /dev/video5 4
  60. virtual bool V4l2Device::activate(): /dev/v4l-subdev4 8
  61. virtual bool V4l2Device::activate(): /dev/video8 10
  62. virtual bool V4l2Device::activate(): /dev/v4l-subdev5 11
  63. virtual bool V4l2Device::activate(): /dev/video9 12
  64. virtual bool V4l2Device::activate(): /dev/video10 13
  65. virtual bool V4l2Device::activate(): /dev/v4l-subdev6 14
  66. virtual bool V4l2Device::activate(): /dev/v4l-subdev7 15
  67. == hwcomposer device ==
  68. * Version: 1010001 (interpreted as 1010001)
  69. * Module: 0xb3c8b004
  70. == hwcomposer device ==
  71. QEglScreen 0x1f07af0
  72.  
  73. QEglWindow 0x1fcf3b0: 0x1fcee28 0x0
  74.  
  75. (A) (allocateBuffers) m_bufferCount 4 >>
  76. (A) (allocateBuffers) m_bufFormat 1 >>
  77. (A) (allocateBuffers) m_width 1024 >>
  78. (A) (allocateBuffers) m_height 600 >>
  79. (A) (allocateBuffers) m_usage 7682 >>
  80. buffer 0 is at 0xb2602c60 (native 0xb2602c64),err=Invalid argument, handle=(nil) stride=0
  81. WARNING: void HWComposerNativeWindow::allocateBuffers(): allocated only 0 buffers out of 4
  82. qmlscene: hwcomposer_window.cpp:204: virtual int HWComposerNativeWindow::dequeueBuffer(BaseNativeWindowBuffer**, int*): Assertion `!m_bufList.empty()' failed.
  83. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement