Advertisement
Guest User

Untitled

a guest
Sep 17th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.88 KB | None | 0 0
  1. ype 'long unsigned int' [-Wformat]
  2. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1436:3: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat]
  3. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_use_buf(void*, unsigned int, unsigned int)':
  4. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1475:44: warning: missing initializer for member 'venc_bufferpayload::sz' [-Wmissing-field-initializers]
  5. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1475:44: warning: missing initializer for member 'venc_bufferpayload::fd' [-Wmissing-field-initializers]
  6. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1475:44: warning: missing initializer for member 'venc_bufferpayload::offset' [-Wmissing-field-initializers]
  7. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1475:44: warning: missing initializer for member 'venc_bufferpayload::maped_size' [-Wmissing-field-initializers]
  8. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1475:44: warning: missing initializer for member 'venc_bufferpayload::filled_len' [-Wmissing-field-initializers]
  9. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1476:57: warning: missing initializer for member 'venc_allocatorproperty::maxcount' [-Wmissing-field-initializers]
  10. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1476:57: warning: missing initializer for member 'venc_allocatorproperty::actualcount' [-Wmissing-field-initializers]
  11. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1476:57: warning: missing initializer for member 'venc_allocatorproperty::datasize' [-Wmissing-field-initializers]
  12. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1476:57: warning: missing initializer for member 'venc_allocatorproperty::suffixsize' [-Wmissing-field-initializers]
  13. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1476:57: warning: missing initializer for member 'venc_allocatorproperty::alignment' [-Wmissing-field-initializers]
  14. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1476:57: warning: missing initializer for member 'venc_allocatorproperty::bufpoolid' [-Wmissing-field-initializers]
  15. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp: In member function 'virtual OMX_ERRORTYPE omx_venc::component_init(OMX_STRING)':
  16. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:251:41: warning: deprecated conversion from string constant to 'OMX_STRING {aka char*}' [-Wwrite-strings]
  17. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_free_buf(void*, unsigned int)':
  18. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1574:44: warning: missing initializer for member 'venc_bufferpayload::sz' [-Wmissing-field-initializers]
  19. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1574:44: warning: missing initializer for member 'venc_bufferpayload::fd' [-Wmissing-field-initializers]
  20. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1574:44: warning: missing initializer for member 'venc_bufferpayload::offset' [-Wmissing-field-initializers]
  21. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1574:44: warning: missing initializer for member 'venc_bufferpayload::maped_size' [-Wmissing-field-initializers]
  22. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1574:44: warning: missing initializer for member 'venc_bufferpayload::filled_len' [-Wmissing-field-initializers]
  23. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:401:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  24. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_slice_delivery_mode(OMX_BOOL)':
  25. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1775:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat]
  26. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_extradata(OMX_U32)':
  27. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:1796:3: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  28. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_profile_level(OMX_U32, OMX_U32)':
  29. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2046:7: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat]
  30. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp: In member function 'virtual OMX_ERRORTYPE omx_venc::set_parameter(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  31. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:723:11: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_intra_period(OMX_U32, OMX_U32)':
  32. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2139:3: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat]
  33.  
  34. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2139:3: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Wformat]
  35. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:743:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  36. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:768:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  37. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:768:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  38. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_entropy_config(OMX_BOOL, OMX_U32)':
  39. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2170:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  40. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_intra_refresh(OMX_VIDEO_INTRAREFRESHTYPE, OMX_U32)':
  41. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2255:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  42. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_error_resilience(OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE*)':
  43. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2330:8: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat]
  44. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1032:11: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  45. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1047:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  46. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1047:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  47. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1047:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  48. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1083:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  49. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1105:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  50. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_set_color_format(OMX_COLOR_FORMATTYPE)':
  51. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2459:27: warning: comparison between 'OMX_COLOR_FORMATTYPE {aka enum OMX_COLOR_FORMATTYPE}' and 'enum OMX_QCOM_COLOR_FORMATTYPE' [-Wenum-compare]
  52. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:921:3: warning: case value '2130706434' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  53. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1020:3: warning: case value '2130706454' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  54. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:985:3: warning: case value '2130706460' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  55. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1070:3: warning: case value '2130706462' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  56. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1090:3: warning: case value '2130706463' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  57. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1112:3: warning: case value '2130706464' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  58. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp: In member function 'virtual OMX_ERRORTYPE omx_venc::set_config(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  59. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1208:7: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  60. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1224:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  61. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1233:7: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  62. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1249:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  63. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1270:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  64. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1270:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  65. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1270:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  66. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1270:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  67. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1310:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  68. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_validate_profile_level(OMX_U32*, OMX_U32*)':
  69. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2888:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1336:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  70.  
  71. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2890:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  72. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2892:61: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  73. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1349:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  74. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1356:11: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_S32 {aka long int}' [-Wformat]
  75. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1358:11: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_S32 {aka long int}' [-Wformat]
  76. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp: In member function 'bool venc_dev::venc_max_allowed_bitrate_check(OMX_U32)':
  77. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2940:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat]
  78. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2961:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat]
  79. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1255:3: warning: case value '2130706439' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  80. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1391:3: warning: case value '2130706449' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  81. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2973:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat]
  82. hardware/qcom/media/mm-video/vidc/venc/src/video_encoder_device.cpp:2983:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  83. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp: In static member function 'static int omx_venc::async_message_process(void*, void*)':
  84. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1610:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat]
  85. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1622:55: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  86. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1627:54: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  87. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1632:56: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  88. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1637:55: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  89. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1644:62: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  90. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_encoder.cpp:1648:63: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  91. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  92. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h: In constructor 'omx_video::omx_video()':
  93. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:558:26: warning: 'omx_video::m_out_mem_ptr' will be initialized after [-Wreorder]
  94. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:323:16: warning: 'pmem* omx_video::m_pInput_pmem' [-Wreorder]
  95. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  96. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  97. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:577:8: warning: 'omx_video::m_event_port_settings_sent' will be initialized after [-Wreorder]
  98. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:561:8: warning: 'bool omx_video::output_flush_progress' [-Wreorder]
  99. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  100. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  101. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:561:8: warning: 'omx_video::output_flush_progress' will be initialized after [-Wreorder]
  102. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:560:8: warning: 'bool omx_video::input_flush_progress' [-Wreorder]
  103. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  104. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  105. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:563:8: warning: 'omx_video::output_use_buffer' will be initialized after [-Wreorder]
  106. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:516:12: warning: 'OMX_BOOL omx_video::m_use_input_pmem' [-Wreorder]
  107. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  108. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  109. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:571:16: warning: 'omx_video::m_fbd_count' will be initialized after [-Wreorder]
  110. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:505:21: warning: 'bool omx_video::m_error_propogated' [-Wreorder]
  111. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  112. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  113. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:546:11: warning: 'omx_video::m_input_msg_id' will be initialized after [-Wreorder]
  114. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:149:26: warning: 'OMX_BUFFERHEADERTYPE* omx_video::psource_frame' [-Wreorder]
  115. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  116. In file included from hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:42:0:
  117. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:150:26: warning: 'omx_video::pdest_frame' will be initialized after [-Wreorder]
  118. hardware/qcom/media/mm-video/vidc/venc/inc/omx_video_base.h:145:8: warning: 'bool omx_video::c2d_opened' [-Wreorder]
  119. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:222:1: warning: when initialized here [-Wreorder]
  120. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'void omx_video::process_event_cb(void*, unsigned char)':
  121. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:377:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  122. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:385:79: warning: converting to non-pointer type 'OMX_U32 {aka long unsigned int}' from NULL [-Wconversion-null]
  123. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'virtual OMX_ERRORTYPE omx_video::send_command(OMX_HANDLETYPE, OMX_COMMANDTYPE, OMX_U32, OMX_PTR)':
  124. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:744:78: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  125. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::send_command_proxy(OMX_HANDLETYPE, OMX_COMMANDTYPE, OMX_U32, OMX_PTR)':
  126. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1047:69: warning: passing NULL to non-pointer argument 1 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  127. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1047:69: warning: passing NULL to non-pointer argument 2 of 'bool omx_video::post_event(unsigned int, unsigned int, unsigned int)' [-Wconversion-null]
  128. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'virtual OMX_ERRORTYPE omx_video::get_parameter(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  129. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1657:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  130. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1657:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  131. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1835:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  132. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1770:3: warning: case value '267887431' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  133. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1767:3: warning: case value '2130706434' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  134. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1815:3: warning: case value '2130706438' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  135. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1787:3: warning: case value '2130706454' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  136. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'virtual OMX_ERRORTYPE omx_video::get_config(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  137. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1931:3: warning: case value '2130706439' not in enumerated type 'OMX_INDEXTYPE' [-Wswitch]
  138. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'virtual OMX_ERRORTYPE omx_video::get_extension_index(OMX_HANDLETYPE, OMX_STRING, OMX_INDEXTYPE*)':
  139. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1968:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  140. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1968:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  141. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:1968:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  142. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::use_input_buffer(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE**, OMX_U32, OMX_PTR, OMX_U32, OMX_U8*)':
  143. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2065:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  144. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2065:3: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  145. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2068:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  146. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2068:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  147. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::use_output_buffer(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE**, OMX_U32, OMX_PTR, OMX_U32, OMX_U8*)':
  148. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2243:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  149. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2243:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  150. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2309:7: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'OMX_BUFFERHEADERTYPE*' [-Wformat]
  151. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::allocate_input_meta_buffer(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE**, OMX_PTR, OMX_U32)':
  152. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2623:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  153. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::allocate_input_buffer(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE**, OMX_U32, OMX_PTR, OMX_U32)':
  154. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2691:5: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  155. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2691:5: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  156. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2698:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  157. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2698:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  158. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::allocate_output_buffer(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE**, OMX_U32, OMX_PTR, OMX_U32)':
  159. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2840:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  160. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2840:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  161. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:2897:3: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  162. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::fill_this_buffer_proxy(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE*)':
  163. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:3541:73: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  164. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::fill_buffer_done(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE*)':
  165. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:3979:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  166. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::empty_buffer_done(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE*)':
  167. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4029:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  168. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4030:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  169. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4038:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  170. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::get_supported_profile_level(OMX_VIDEO_PARAM_PROFILELEVELTYPE*)':
  171. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4245:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  172. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4263:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  173. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4275:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  174. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4278:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  175. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4278:3: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  176. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::convert_queue_buffer(OMX_HANDLETYPE, pmem&, unsigned int&)':
  177. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4676:15: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  178. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp: In member function 'OMX_ERRORTYPE omx_video::push_input_buffer(OMX_HANDLETYPE)':
  179. hardware/qcom/media/mm-video/vidc/venc/src/omx_video_base.cpp:4736:8: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  180. target Strip: libsqlite (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/lib/libsqlite.so)
  181. target Executable: rild (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/EXECUTABLES/rild_intermediates/LINKED/rild)
  182. target Executable: sqlite3 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/EXECUTABLES/sqlite3_intermediates/LINKED/sqlite3)
  183. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/lib/libsqlite.so
  184. target Symbolic: rild (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/bin/rild)
  185. Install: /home/nolinuxnoparty/ubuntu-s4/out/host/linux-x86/bin/sqlite3
  186. target Strip: rild (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/EXECUTABLES/rild_intermediates/rild)
  187. target Symbolic: libc2dcolorconvert (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/lib/libc2dcolorconvert.so)
  188. target thumb C: mm-venc-omx-test720p <= hardware/qcom/media/mm-video/vidc/venc/test/fb_test.c
  189. target SharedLib: libmm-omxcore (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/SHARED_LIBRARIES/libmm-omxcore_intermediates/LINKED/libmm-omxcore.so)
  190. target thumb C++: mm-venc-omx-test720p <= hardware/qcom/media/mm-video/vidc/venc/test/camera_test.cpp
  191. target thumb C: mm-venc-omx-test720p <= hardware/qcom/media/mm-video/vidc/venc/test/venc_util.c
  192. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/bin/rild
  193. target Symbolic: sqlite3 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/xbin/sqlite3)
  194. target Symbolic: pngtest (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/bin/pngtest)
  195. target Strip: libc2dcolorconvert (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/lib/libc2dcolorconvert.so)
  196. target thumb C++: mm-venc-omx-test720p <= hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp
  197. target thumb C++: libmemalloc <= hardware/qcom/display-caf/libgralloc/alloc_controller.cpp
  198. target thumb C++: libmemalloc <= hardware/qcom/display-caf/libgralloc/ionalloc.cpp
  199. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/pipes/overlayGenPipe.cpp
  200. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/overlayMdssRot.cpp
  201. target Strip: sqlite3 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/EXECUTABLES/sqlite3_intermediates/sqlite3)
  202. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void* PmemMalloc(OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO*, int)':
  203. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:432:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  204. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:432:4: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'void*' [-Wformat]
  205. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:432:4: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  206. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void PrintFramePackArrangement(OMX_QCOM_FRAME_PACK_ARRANGEMENT)':
  207. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:461:38: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  208. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:463:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  209. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:465:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  210. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:467:58: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  211. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:469:62: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  212. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:471:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  213. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:473:54: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  214. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:475:51: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  215. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:477:63: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  216. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:479:61: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  217. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:481:61: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  218. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:483:57: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  219. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:485:57: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  220. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:487:57: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  221. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:489:57: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  222. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:491:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  223. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:493:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  224. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:495:49: warning: format '%d' expects argument of type 'int', but argument 2 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  225. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void SetState(OMX_STATETYPE)':
  226. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:515:11: warning: enumeration value 'OMX_StateKhronosExtensions' not handled in switch [-Wswitch]
  227. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:515:11: warning: enumeration value 'OMX_StateVendorStartUnused' not handled in switch [-Wswitch]
  228. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:515:11: warning: enumeration value 'OMX_StateMax' not handled in switch [-Wswitch]
  229. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'OMX_ERRORTYPE ConfigureEncoder()':
  230. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:547:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  231. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:547:4: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  232. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:547:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  233. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:611:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  234. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:613:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  235. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:615:57: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  236. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:619:15: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  237. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:619:15: warning: format '%d' expects a matching 'int' argument [-Wformat]
  238. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:680:7: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  239. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:680:7: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  240. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:779:10: warning: too many arguments for format [-Wformat-extra-args]
  241. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:945:59: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'char*' [-Wformat]
  242. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'OMX_ERRORTYPE EBD_CB(OMX_HANDLETYPE, OMX_PTR, OMX_BUFFERHEADERTYPE*)':
  243. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1088:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  244. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'OMX_ERRORTYPE VencTest_Initialize()':
  245. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1168:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  246. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1181:41: warning: deprecated conversion from string constant to 'OMX_STRING {aka char*}' [-Wwrite-strings]
  247. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1189:41: warning: deprecated conversion from string constant to 'OMX_STRING {aka char*}' [-Wwrite-strings]
  248. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1197:41: warning: deprecated conversion from string constant to 'OMX_STRING {aka char*}' [-Wwrite-strings]
  249. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'OMX_ERRORTYPE VencTest_EncodeFrame(void*, long long int)':
  250. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1250:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  251. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1255:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'OMX_U8* {aka unsigned char*}' [-Wformat]
  252. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'OMX_ERRORTYPE VencTest_Exit()':
  253. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1285:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  254. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1303:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  255. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void VencTest_ReadDynamicConfigMsg()':
  256. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1352:18: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
  257. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void VencTest_ProcessDynamicConfigurationFile()':
  258. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1416:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  259. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1429:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  260. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'OMX_ERRORTYPE VencTest_ReadAndEmpty(OMX_BUFFERHEADERTYPE*)':
  261. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1468:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  262. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1488:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  263. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1508:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  264. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void PreviewCallback(int, int, void*, void*, long long int)':
  265. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1526:4: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'void*' [-Wformat]
  266. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1552:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  267. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1571:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  268. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'void usage(char*)':
  269. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1599:102: warning: too many arguments for format [-Wformat-extra-args]
  270. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'bool parseWxH(char*, OMX_U32*, OMX_U32*)':
  271. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1644:18: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  272. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1644:18: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  273. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp: In function 'int main(int, char**)':
  274. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1952:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'double' [-Wformat]
  275. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1952:4: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  276. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1952:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  277. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1952:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  278. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:1965:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  279. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2036:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  280. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2071:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  281. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2076:6: warning: format '%d' expects argument of type 'int', but argument 5 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  282. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2098:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  283. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2119:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  284. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2121:9: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'OMX_U8* {aka unsigned char*}' [-Wformat]
  285. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2168:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  286. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2181:13: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'OMX_U8* {aka unsigned char*}' [-Wformat]
  287. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2195:10: warning: format '%d' expects argument of type 'int', but argument 5 has type 'double' [-Wformat]
  288. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2233:10: warning: format '%d' expects argument of type 'int', but argument 6 has type 'OMX_U32 {aka long unsigned int}' [-Wformat]
  289. hardware/qcom/media/mm-video/vidc/venc/test/venc_test.cpp:2296:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  290. target Symbolic: wpa_supplicant (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/bin/wpa_supplicant)
  291. target Strip: pngtest (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/EXECUTABLES/pngtest_intermediates/pngtest)
  292. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/xbin/sqlite3
  293. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/lib/libc2dcolorconvert.so
  294. target Symbolic: libmm-omxcore (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/lib/libmm-omxcore.so)
  295. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/overlayRotator.cpp
  296. target Strip: wpa_supplicant (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/EXECUTABLES/wpa_supplicant_intermediates/wpa_supplicant)
  297. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/overlayMdpRot.cpp
  298. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/bin/pngtest
  299. target Strip: libmm-omxcore (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/lib/libmm-omxcore.so)
  300. target SharedLib: libmemalloc (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/SHARED_LIBRARIES/libmemalloc_intermediates/LINKED/libmemalloc.so)
  301. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/overlayMdp.cpp
  302. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/bin/wpa_supplicant
  303. target Symbolic: libmemalloc (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/lib/libmemalloc.so)
  304. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/lib/libmm-omxcore.so
  305. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/overlayUtils.cpp
  306. target Strip: libmemalloc (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/lib/libmemalloc.so)
  307. target thumb C++: liboverlay <= hardware/qcom/display-caf/liboverlay/overlay.cpp
  308. target thumb C++: libexternal <= hardware/qcom/display-caf/libexternal/external.cpp
  309. target SharedLib: gralloc.msm8960 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/SHARED_LIBRARIES/gralloc.msm8960_intermediates/LINKED/gralloc.msm8960.so)
  310. target Symbolic: libstagefright (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/lib/libstagefright.so)
  311. target SharedLib: copybit.msm8960 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/SHARED_LIBRARIES/copybit.msm8960_intermediates/LINKED/copybit.msm8960.so)
  312. In file included from hardware/qcom/display-caf/libexternal/external.cpp:31:0:
  313. /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/KERNEL_OBJ/usr/include/video/msm_hdmi_modes.h: In function 'void MSM_HDMI_MODES_INIT_TIMINGS(msm_hdmi_mode_timing_info*)':
  314. /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/KERNEL_OBJ/usr/include/video/msm_hdmi_modes.h:214:43: error: narrowing conversion of 'i' from 'int' to 'uint32_t {aka unsigned int}' inside { } is ill-formed in C++11 [-Werror=narrowing]
  315. Install: /home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/system/lib/libmemalloc.so
  316. target thumb C++: libqservice <= hardware/qcom/display-caf/libqservice/IQClient.cpp
  317. target Symbolic: gralloc.msm8960 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/lib/hw/gralloc.msm8960.so)
  318. target Symbolic: copybit.msm8960 (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/symbols/system/lib/hw/copybit.msm8960.so)
  319. cc1plus: all warnings being treated as errors
  320. target Strip: libstagefright (/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/lib/libstagefright.so)
  321. target thumb C++: libqservice <= hardware/qcom/display-caf/libqservice/IQService.cpp
  322. make: *** [/home/nolinuxnoparty/ubuntu-s4/out/target/product/find5/obj/SHARED_LIBRARIES/libexternal_intermediates/external.o] Error 1
  323. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement