Guest User

Untitled

a guest
Jul 26th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.32 KB | None | 0 0
  1. /home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/asm-generic/ioctl.h:68:28: note: expand
  2. ed from macro '_IOC'
  3. ((nr) << _IOC_NRSHIFT) | \
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  5. target thumb C++: libOmxVdec_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp
  6. ^
  7. system/core/include/log/log.h:156:52: note: expanded from macro 'ALOGE'
  8. #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  9. ^~~~~~~~~~~
  10. system/core/include/log/log.h:453:38hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:
  11. : 1439:36note:: expanded from macro 'ALOG'warning
  12. : implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
  13. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  14. ^~~~~~~~~~~
  15. if(ioctl(m_drv_fd, AUDIO_GET_EVRC_ENC_CONFIG,
  16. ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
  17. system/core/include/log/log.h/home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/linux/msm_
  18. audio_qcp.h:15:36: note: expanded from macro 'AUDIO_GET_EVRC_ENC_CONFIG'
  19. #define AUDIO_GET_EVRC_ENC_CONFIG _IOR(AUDIO_IOCTL_MAGIC, \
  20. ^~~~~~~~~~~~~~~~~~~~~~~~~
  21. /home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/asm-generic/ioctl.h:75:28: note: expand
  22. ed from macro '_IOR'
  23. #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
  24. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. /home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/asm-generic/ioctl.h:68:28: note: expand
  26. ed from macro '_IOC'
  27. ((nr) << _IOC_NRSHIFT) | \
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  29. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp::3568:14: warning: explicitly assign
  30. ing value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  31. 461:37: note: expanded from macro 'LOG_PRI'
  32. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1467:41: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
  33. port = port;
  34. ~~~~ ^ ~~~~ android_printLog(priority, tag, __VA_ARGS__)
  35.  
  36. ^~~~~~~~~~~
  37. if (ioctl(m_drv_fd, AUDIO_GET_CONFIG, &pcm_cfg) == -1)
  38. ~~~~~ ^~~~~~~~~~~~~~~~
  39. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  40. __android_log_print(prio, tag, fmt)/home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/linux/msm_audio.h
  41. :30 ^~~:
  42. 28: note: expanded from macro 'AUDIO_GET_CONFIG'
  43. #define AUDIO_GET_CONFIG _IOR(AUDIO_IOCTL_MAGIC, 3, \
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. /home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/asm-generic/ioctl.h:75:28: note: expanded from macro '_IOR'
  46. #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
  47. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. /home/robertica95/LOS14.1/out/target/product/can/obj/KERNEL_OBJ/usr/include/asm-generic/ioctl.h:68:28: note: expanded from macro '_IOC'
  49. ((nr) << _IOC_NRSHIFT) | \
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  51. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1489:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  52. OMX_EventError, OMX_ErrorInvalidState,
  53. ^~~~~~~~~~~~~~~~~~~~~
  54. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1502:35: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  55. OMX_ErrorSameState,
  56. ^~~~~~~~~~~~~~~~~~
  57. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:2224:38: warning: format specifies type 'unsigned int' but the argument has type 'OMX_TICKS' (aka 'long long') [-Wformat]
  58. omx_buf,nTimestamp);
  59. ^~~~~~~~~~
  60. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  61. #define DEBUG_DETAIL LOGV
  62. ^
  63. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  64. #define LOGV ALOGV
  65. ^
  66. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  67. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  68. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp: ^~~~~~~~~~~1510
  69. :41: note: warning(skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all):
  70. implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  71. system/core/include/log/log.h:453: OMX_ErrorIncorrectStateTransition,38
  72. : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. note: expanded from macro 'ALOG'
  74. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  75. ^~~~~~~~~~~
  76. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp
  77. :3653:14: warning: android_printLog(priority, tag, __VA_ARGS__)
  78. explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign] ^~~~~~~~~~~
  79.  
  80. port = port;
  81. ~~~~ ^ ~~~~
  82. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  83. __android_log_print(prio, tag, fmt)
  84. ^~~
  85. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:2237:38: warning: format specifies type 'unsigned int' but the argument has type 'OMX_TICKS' (aka 'long long') [-Wformat]
  86. omx_buf,nTimestamp);
  87. ^~~~~~~~~~hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp
  88. :1527:41: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  89. OMX_ErrorInvalidState,
  90. ^~~~~~~~~~~~~~~~~~~~~
  91. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  92. #define DEBUG_DETAIL LOGV
  93. ^
  94. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  95. #define LOGV ALOGV
  96. ^
  97. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  98. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  99. ^~~~~~~~~~~
  100. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  101. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  102. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  103. ^~~~~~~~~~~
  104. target thumb C++: libOmxVdec_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/hevc_utils.cpp
  105. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  106. android_printLog(priority, tag, __VA_ARGS__)
  107. ^~~~~~~~~~~
  108. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  109. __android_log_print(prio, tag, fmt)
  110. ^~~
  111. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1546:39: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  112. execute_omx_flush(-1,false);
  113. ~~~~~~~~~~~~~~~~~ ^~
  114. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1562:41: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  115. OMX_ErrorIncorrectStateTransition,
  116. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  117. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1570:41: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  118. OMX_ErrorIncorrectStateTransition,
  119. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:2836:52: warning: implicit conversion changes signedness: 'OMX_U32' (aka 'unsigned int') to 'OMX_S32' (aka 'int') [-Wsign-conversion]
  121. sample_idx = sample_idx_tbl[loop].sample_rate_idx;
  122. ~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  123. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1577:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  124. OMX_EventError, OMX_ErrorSameState,
  125. ^~~~~~~~~~~~~~~~~~
  126. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1585:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  127. OMX_EventError, OMX_ErrorInvalidState,
  128. ^~~~~~~~~~~~~~~~~~~~~
  129. target thumb C++: libOmxVdec_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
  130. target thumb C++: libOmxVidcCommon_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp
  131. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:3785:22: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  132. OMX_ErrorPortUnpopulated,
  133. ^~~~~~~~~~~~~~~~~~~~~~~~
  134. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:3794:22: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  135. OMX_ErrorPortUnpopulated,
  136. ^~~~~~~~~~~~~~~~~~~~~~~~
  137. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1622:39: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  138. execute_omx_flush(-1,false);
  139. ~~~~~~~~~~~~~~~~~ ^~
  140. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1631:6: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  141. OMX_ErrorIncorrectStateTransition,
  142. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  143. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1639:6: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  144. OMX_ErrorIncorrectStateTransition,
  145. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:3826:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  147. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_DISABLE_PENDING);
  148. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  149. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/omx_amr_aenc.h:103:50: note: expanded from macro 'BITMASK_CLEAR'
  150. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  151. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  152. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1646:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  153. OMX_EventError, OMX_ErrorSameState,
  154. ^~~~~~~~~~~~~~~~~~
  155. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1654:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  156. OMX_EventError, OMX_ErrorInvalidState,
  157. ^~~~~~~~~~~~~~~~~~~~~
  158. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:3859:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  159. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_DISABLE_PENDING);
  160. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/omx_amr_aenc.h:103:50: note: expanded from macro 'BITMASK_CLEAR'
  162. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  163. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  164. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1676:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  165. OMX_EventError, OMX_ErrorSameState,
  166. ^~~~~~~~~~~~~~~~~~
  167. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:3872:26: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  168. if (release_done(-1))
  169. ~~~~~~~~~~~~ ^~
  170. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1684:41: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  171. OMX_ErrorIncorrectStateTransition,
  172. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:3884:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  174. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_LOADING_PENDING);
  175. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/omx_amr_aenc.h:103:50: note: expanded from macro 'BITMASK_CLEAR'
  177. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  178. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  179. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1692:41: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  180. OMX_ErrorIncorrectStateTransition,
  181. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1701:41: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  183. OMX_ErrorInvalidState,
  184. ^~~~~~~~~~~~~~~~~~~~~
  185. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:1724:57: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  186. OMX_EventError, OMX_ErrorInvalidState,
  187. ^~~~~~~~~~~~~~~~~~~~~
  188. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpphardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp::26861749::2035:: warningwarning: : format specifies type 'int' but the argument has type 'OMX_VERSIONTYPE' [-Wformat]implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  189.  
  190. OMX_CommandFlush, OMX_ErrorBadPortIndex, NULL ); component_Role.nVersion,
  191.  
  192. ^~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
  193.  
  194. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:62:27: note: expanded from macro 'DEBUG_PRINT_ERROR'
  195. #define DEBUG_PRINT_ERROR LOGE
  196. ^
  197. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:43:14: note: expanded from macro 'LOGE'
  198. #define LOGE ALOGE
  199. ^
  200. system/core/include/log/log.h:156:52: note: expanded from macro 'ALOGE'
  201. #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  202. ^~~~~~~~~~~
  203. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  204. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  205. ^~~~~~~~~~~
  206. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  207. android_printLog(priority, tag, __VA_ARGS__)
  208. ^~~~~~~~~~~
  209. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  210. __android_log_print(prio, tag, fmt)
  211. ^~~
  212. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4002:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  213. meta_in.nFlags &= ~OMX_BUFFERFLAG_EOS;
  214. ~~ ^~~~~~~~~~~~~~~~~~~
  215. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3177:25: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  216. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_MUTED);
  217. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  218. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  219. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  220. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  221. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4052:26: warning: format specifies type 'unsigned long' but the argument has type 'OMX_U32' (aka 'unsigned int') [-Wformat]
  222. buffer->nAllocLen,buffer->pBuffer,
  223. ^~~~~~~~~~~~~~~~~
  224. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  225. #define DEBUG_DETAIL LOGV
  226. ^
  227. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  228. #define LOGV ALOGV
  229. ^
  230. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  231. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  232. ^~~~~~~~~~~
  233. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  234. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  235. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:2228:38: warning: LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  236. format specifies type 'unsigned int' but the argument has type 'OMX_TICKS' (aka 'long long') [-Wformat] ^~~~~~~~~~~
  237.  
  238. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpphardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp::32913077::1425:system/core/include/log/log.h omx_buf,nTimestamp);:
  239. 461: ^~~~~~~~~~37
  240. : note: expanded from macro 'LOG_PRI'
  241. target thumb C++: libOmxVidcCommon_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp
  242. : android_printLog(priority, tag, __VA_ARGS__)
  243. warning ^~~~~~~~~~~
  244. : explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  245. port = port;
  246. ~~~~ ^ ~~~~
  247. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  248. __android_log_print(prio, tag, fmt)
  249. ^~~
  250. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  251. #define DEBUG_DETAIL LOGV
  252. ^
  253. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4053:26hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:: 55:14warning:: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]note:
  254. expanded from macro 'LOGV'
  255. #define LOGV ALOGV
  256. ^
  257. nReadbytes,nNumOutputBuf);
  258. system/core/include/log/log.h: ^~~~~~~~~~93
  259. :42: note: expanded from macro 'ALOGV'
  260. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  261. ^~~~~~~~~~~
  262. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  263. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  264. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/aenc_svr.h:64:27: note LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__):
  265. expanded from macro 'DEBUG_DETAIL' ^~~~~~~~~~~
  266.  
  267. #define DEBUG_DETAIL LOGV
  268. ^
  269. system/core/include/log/log.h:461:hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/aenc_svr.h37::55 :14:note : expanded from macro 'LOG_PRI'note:
  270. expanded from macro 'LOGV'
  271. #define LOGV ALOGV
  272. ^
  273. android_printLog(priority, tag, __VA_ARGS__)
  274. ^~~~~~~~~~~
  275. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  276. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  277. system/core/include/log/log.h ^~~~~~~~~~~:
  278. 618:36: note: note(skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all):
  279. expanded from macro 'android_printLog'
  280. __android_log_print(prio, tag, fmt)
  281. ^~~
  282. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  283. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  284. ^~~~~~~~~~~
  285. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  286. android_printLog(priority, tag, __VA_ARGS__)
  287. ^~~~~~~~~~~
  288. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  289. __android_log_print(prio, tag, fmt)
  290. ^~~
  291. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4057:38: warning: implicit conversion changes signedness: 'OMX_U64' (aka 'unsigned long long') to 'OMX_TICKS' (aka 'long long') [-Wsign-conversion]
  292. buffer->nTimeStamp = nTimestamp;
  293. ~ ^~~~~~~~~~
  294. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:2241:38: warning: format specifies type 'unsigned int' but the argument has type 'OMX_TICKS' (aka 'long long') [-Wformat]
  295. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4061:45: omx_buf,nTimestamp);warning
  296. : ^~~~~~~~~~
  297. format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  298. DEBUG_PRINT("Read bytes %d\n",nReadbytes);
  299. ~~ ^~~~~~~~~~
  300. %zd
  301. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/aenc_svr.h:63:27: hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:note64: :27expanded from macro 'DEBUG_PRINT':
  302. note: expanded from macro 'DEBUG_DETAIL'
  303. #define DEBUG_PRINT LOGI
  304. ^
  305. #define DEBUG_DETAIL LOGV
  306. ^
  307. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/inc/aenc_svr.h:59:14: note: expanded from macro 'LOGI'
  308. #define LOGI ALOGI
  309. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h ^:
  310. 55:14: note: expanded from macro 'LOGV'
  311. system/core/include/log/log.h:128:51#define LOGV ALOGV:
  312. ^
  313. note: expanded from macro 'ALOGI'
  314. system/core/include/log/log.h:93:42: #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  315. note ^~~~~~~~~~~:
  316. expanded from macro 'ALOGV'
  317. system/core/include/log/log.h:453:38: note: #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  318. expanded from macro 'ALOG' ^~~~~~~~~~~
  319.  
  320. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  321. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  322. ^~~~~~~~~~~
  323. system/core/include/log/log.hsystem/core/include/log/log.h::461453::3738:: notenote: : expanded from macro 'LOG_PRI'expanded from macro 'ALOG'
  324.  
  325. android_printLog(priority, tag, __VA_ARGS__) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  326.  
  327. ^~~~~~~~~~~ ^~~~~~~~~~~
  328.  
  329. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'system/core/include/log/log.h:
  330. 461:37: note: expanded from macro 'LOG_PRI'
  331. __android_log_print(prio, tag, fmt)
  332. ^~~
  333. android_printLog(priority, tag, __VA_ARGS__)
  334. ^~~~~~~~~~~
  335. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  336. __android_log_print(prio, tag, fmt)
  337. ^~~
  338. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4073:42: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion]
  339. buffer->nFilledLen = (OMX_U32)(nReadbytes - buffer->nOffset);
  340. ^~~~~~~~~~ ~
  341. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4075:32: warning: implicit conversion changes signedness: 'OMX_U64' (aka 'unsigned long long') to 'OMX_TICKS' (aka 'long long') [-Wsign-conversion]
  342. buffer->nTimeStamp = ts;
  343. ~ ^~
  344. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4076:32: warning: implicit conversion changes signedness: 'OMX_TICKS' (aka 'long long') to 'OMX_U64' (aka 'unsigned long long') [-Wsign-conversion]
  345. nTimestamp = buffer->nTimeStamp;
  346. ~ ~~~~~~~~^~~~~~~~~~
  347. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4085:36: warning: implicit conversion changes signedness: 'OMX_U64' (aka 'unsigned long long') to 'OMX_TICKS' (aka 'long long') [-Wsign-conversion]
  348. buffer->nTimeStamp = nTimestamp;
  349. ~ ^~~~~~~~~~
  350. warning: hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  351. 3292:18: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  352. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_MUTED);
  353. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  354. peerPort = peerPort;
  355. ~~~~~~~~ ^ ~~~~~~~~
  356. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  357. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  358. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  359. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3332:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  360. port = port;
  361. ~~~~ ^ ~~~~
  362. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3386:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  363. port = port;
  364. ~~~~ ^ ~~~~
  365. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3191:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  366. port = port;
  367. ~~~~ ^ ~~~~
  368. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3192:18: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  369. peerPort = peerPort;
  370. ~~~~~~~~ ^ ~~~~~~~~
  371. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3232:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  372. port = port;
  373. ~~~~ ^ ~~~~
  374. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3480:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  375. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_IDLE_PENDING);
  376. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  378. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  379. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  380. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3491:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  381. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_ENABLE_PENDING);
  382. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  383. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  384. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  385. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  386. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3500:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  387. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_ENABLE_PENDING);
  388. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  389. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  390. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  391. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  392. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4273:31:hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3286:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  393. port = port;
  394. ~~~~ ^ ~~~~
  395. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:2689:20: warning: format specifies type 'int' but the argument has type 'OMX_VERSIONTYPE' [-Wformat]
  396. component_Role.nVersion,
  397. ^~~~~~~~
  398. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:62:27: note: expanded from macro 'DEBUG_PRINT_ERROR'
  399. #define DEBUG_PRINT_ERROR LOGE
  400. ^
  401. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:43:14: note: expanded from macro 'LOGE'
  402. #define LOGE ALOGE
  403. ^
  404. system/core/include/log/log.h:156:52: note: expanded from macro 'ALOGE'
  405. #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  406. ^~~~~~~~~~~
  407. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  408. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  409. ^~~~~~~~~~~
  410. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  411. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3584:17: android_printLog(priority, tag, __VA_ARGS__)
  412. ^~~~~~~~~~~
  413. warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  414. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_IDLE_PENDING);
  415. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  416. system/core/include/log/log.h:618:36:hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  417. note: expanded from macro 'android_printLog'
  418. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  419. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  420. __android_log_print(prio, tag, fmt)
  421. ^~~
  422. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3593:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  423. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_ENABLE_PENDING);
  424. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  425. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  426. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  427. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  428. warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  429. execute_omx_flush(-1,false);
  430. ~~~~~~~~~~~~~~~~~ ^~
  431. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3603:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  432. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_ENABLE_PENDING);
  433. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  435. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  436. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  437. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3668:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  438. port = port;
  439. ~~~~ ^ ~~~~
  440. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3753:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  441. port = port;
  442. ~~~~ ^ ~~~~
  443. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3379:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  444. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_IDLE_PENDING);
  445. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  446. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  447. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4403:19: warning: explicitly assigning value of variable of type 'OMX_BUFFERHEADERTYPE **' to itself [-Wself-assign]
  448. bufferHdr = bufferHdr;
  449. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex)) ~~~~~~~~~ ^ ~~~~~~~~~
  450.  
  451. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  452. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3885:22: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  453. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3080:25: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  454. OMX_ErrorPortUnpopulated,
  455. ^~~~~~~~~~~~~~~~~~~~~~~~
  456. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-amrnb/qdsp6/src/omx_amr_aenc.cpp:4404:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  457. port = port;
  458. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_MUTED);
  459. ~~~~ ^ ~~~~
  460. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  461. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  462. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  463. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  464. target thumb C++: libOmxVenc_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/omx_video_base.cpp
  465. target thumb C++: libOmxVenc_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/omx_video_encoder.cpp
  466. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:234:29: error: use of undeclared identifier 'V4L2_EVENT_BITDEPTH_FLAG'
  467. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3894:22: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  468. if(ptr[2] & V4L2_EVENT_BITDEPTH_FLAG) {
  469. ^
  470. OMX_ErrorPortUnpopulated,
  471. ^~~~~~~~~~~~~~~~~~~~~~~~
  472. target thumb C++: libOmxVenc_32 <= hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp
  473. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3390:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  474. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_ENABLE_PENDING);
  475. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  476. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  477. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  478. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  479. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3399:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  480. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_ENABLE_PENDING);
  481. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  482. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  483. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  484. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  485. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3926:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  486. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_DISABLE_PENDING);
  487. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  489. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  490. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  491. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:3959:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  492. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_DISABLE_PENDING);
  493. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  494. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp102::348350::17 : note: warning: expanded from macro 'BITMASK_CLEAR'
  495. implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  496. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  497. ~~ ^~~~~~~~~~~~~~~~~~~~~~~ BITMASK_CLEAR(&m_flags, OMX_COMPONENT_IDLE_PENDING);
  498.  
  499. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  500. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  501. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  502. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  503. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3194:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  504. port = port;
  505. ~~~~ ^ ~~~~
  506. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3195:18: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  507. peerPort = peerPort;
  508. ~~~~~~~~ ^ ~~~~~~~~
  509. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpphardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp::34923972::1726:: warningwarning: : implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  510.  
  511. if (release_done(-1))
  512. ~~~~~~~~~~~~ ^~
  513. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_ENABLE_PENDING);
  514. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  515. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  516. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  517. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  518. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpphardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp::32353982::1413:: warningwarning: : explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  519.  
  520. port = port;
  521. ~~~~ ^ ~~~~
  522. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_LOADING_PENDING);
  523. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  525. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  526. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  527. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3502:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  528. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_ENABLE_PENDING);
  529. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  531. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  532. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  533. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3567:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  534. port = port;
  535. ~~~~ ^ ~~~~
  536. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3289:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  537. port = port;
  538. ~~~~ ^ ~~~~
  539. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3652:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  540. port = port;
  541. ~~~~ ^ ~~~~
  542. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4102:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  543. meta_in.nFlags &= ~OMX_BUFFERFLAG_EOS;
  544. ~~ ^~~~~~~~~~~~~~~~~~~
  545. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4114:22: warning: implicit conversion changes signedness: 'OMX_TICKS' (aka 'long long') to 'OMX_U64' (aka 'unsigned long long') [-Wsign-conversion]
  546. ts = buffer->nTimeStamp;
  547. ~ ~~~~~~~~^~~~~~~~~~
  548. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4128:19: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  549. OMX_ErrorHardware,
  550. ^~~~~~~~~~~~~~~~~
  551. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3382:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  552. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_IDLE_PENDING);
  553. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  554. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  555. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  556. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  557. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3393:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  558. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_ENABLE_PENDING);
  559. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  560. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  561. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  562. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  563. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3402:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  564. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_ENABLE_PENDING);
  565. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  566. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  567. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  568. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  569. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4179:26: warning: format specifies type 'unsigned long' but the argument has type 'OMX_U32' (aka 'unsigned int') [-Wformat]
  570. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:238:29: error: use of undeclared identifier 'V4L2_EVENT_PICSTRUCT_FLAG'
  571. buffer->nAllocLen,m_tmp_out_meta_buf,
  572. ^~~~~~~~~~~~~~~~~
  573. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp if(ptr[2] & V4L2_EVENT_PICSTRUCT_FLAG) {:
  574. 3785: ^22
  575. : warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  576. OMX_ErrorPortUnpopulated,
  577. ^~~~~~~~~~~~~~~~~~~~~~~~
  578. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3794:22: hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:64warning:: 27: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  579. note: expanded from macro 'DEBUG_DETAIL'
  580. #define DEBUG_DETAIL LOGV OMX_ErrorPortUnpopulated,
  581.  
  582. ^ ^~~~~~~~~~~~~~~~~~~~~~~~
  583.  
  584. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  585. #define LOGV ALOGV
  586. ^
  587. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  588. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  589. ^~~~~~~~~~~
  590. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  591. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  592. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  593. ^~~~~~~~~~~
  594. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  595. android_printLog(priority, tag, __VA_ARGS__)
  596. ^~~~~~~~~~~
  597. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  598. __android_log_print(prio, tag, fmt)
  599. ^~~
  600. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4180:26: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  601. nReadbytes,nNumOutputBuf);
  602. ^~~~~~~~~~
  603. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  604. #define DEBUG_DETAIL LOGV
  605. ^
  606. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  607. #define LOGV ALOGV
  608. ^
  609. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  610. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  611. ^~~~~~~~~~~
  612. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  613. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  614. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  615. ^~~~~~~~~~~
  616. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  617. android_printLog(priority, tag, __VA_ARGS__)
  618. ^~~~~~~~~~~
  619. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  620. __android_log_print(prio, tag, fmt)
  621. ^~~
  622. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4185:55: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  623. metainfo = (int)((sizeof(ENC_META_OUT) * numframes)+
  624. ~ ^~~~~~~~~
  625. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4187:55: warning: implicit conversion changes signedness: 'OMX_S32' (aka 'int') to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  626. audaac_rec_install_adif_header_variable(0,sample_idx,
  627. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
  628. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4189hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp::553826:: 13: warning: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned int') [-Wsign-conversion]
  629. implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  630. memcpy(buffer->pBuffer,m_tmp_out_meta_buf,metainfo);
  631. ~~~~~~ ^~~~~~~~
  632. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_DISABLE_PENDING);
  633. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  634. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  635. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp
  636. :4190 ~~ ^~~~~~~~~~~~~~~~~~~~~~~:
  637. 70: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned int') [-Wsign-conversion]
  638. memcpy(buffer->pBuffer + metainfo,&audaac_header_adif[0],szadifhr);
  639. ~~~~~~ ^~~~~~~~
  640. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4192:55: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned int') [-Wsign-conversion]
  641. m_tmp_out_meta_buf + metainfo,(nReadbytes - metainfo));
  642. ~~~~~~~~~~~^~~~~~~~~~
  643. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4195:37: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  644. meta_out->frame_size += szadifhr;
  645. ~~ ^~~~~~~~
  646. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4201:47: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  647. meta_out->offset_to_frame += szadifhr;
  648. ~~ ^~~~~~~~
  649. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4211:56: warning: implicit conversion changes signedness: 'OMX_S32' (aka 'int') to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  650. audaac_rec_install_mp4ff_header_variable(0,sample_idx,
  651. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
  652. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4230:26: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  653. nReadbytes,nNumOutputBuf);
  654. ^~~~~~~~~~
  655. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  656. #define DEBUG_DETAIL LOGV
  657. ^
  658. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.hhardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp::553486::1417:: notewarning: : expanded from macro 'LOGV'implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  659.  
  660. #define LOGV ALOGV
  661. ^
  662. BITMASK_CLEAR(&m_flags, OMX_COMPONENT_IDLE_PENDING);system/core/include/log/log.h
  663. :93 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:
  664. 42: note: hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpphardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h::expanded from macro 'ALOGV'3859102::
  665. 1350:: warningnote: : expanded from macro 'BITMASK_CLEAR'implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]#define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  666.  
  667.  
  668. ^~~~~~~~~~~
  669. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  670. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  671. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  672. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_DISABLE_PENDING);
  673. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  674. system/core/include/log/log.h:453hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h::38102:: 50: note: noteexpanded from macro 'ALOG':
  675. expanded from macro 'BITMASK_CLEAR'
  676. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  677. ^~~~~~~~~~~
  678. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  679. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  680. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  681. android_printLog(priority, tag, __VA_ARGS__)
  682. ^~~~~~~~~~~
  683. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  684. __android_log_print(prio, tag, fmt)
  685. ^~~
  686. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4235:37: warning: implicit conversion changes signedness: 'OMX_U64' (aka 'unsigned long long') to 'OMX_TICKS' (aka 'long long') [-Wsign-conversion]
  687. buffer->nTimeStamp = nTimestamp;
  688. ~ ^~~~~~~~~~
  689. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3495:17: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  690. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_ENABLE_PENDING);
  691. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~4244
  692. :23: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h
  693. :102:50: note: expanded from macro 'BITMASK_CLEAR'
  694. OMX_ErrorHardware,
  695. ^~~~~~~~~~~~~~~~~
  696. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  697. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  698. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3872:26: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  699. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4252:34: warning if (release_done(-1)):
  700. ~~~~~~~~~~~~ ^~implicit conversion changes signedness: 'unsigned long long' to 'OMX_TICKS' (aka 'long long') [-Wsign-conversion]
  701.  
  702. buffer->nTimeStamp = ts + (frameduration * m_frame_count);
  703. ~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  704. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4254:31: warning: implicit conversion changes signedness: 'OMX_TICKS' (aka 'long long') to 'OMX_U64' (aka 'unsigned long long') [-Wsign-conversion]
  705. nTimestamp = buffer->nTimeStamp;
  706. ~ ~~~~~~~~^~~~~~~~~~
  707. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4257:41: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion]
  708. buffer->nFilledLen = (OMX_U32)(nReadbytes - buffer->nOffset + szadifhr);
  709. ^~~~~~~~~~ ~
  710. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4257:72: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
  711. buffer->nFilledLen = (OMX_U32)(nReadbytes - buffer->nOffset + szadifhr);
  712. ~ ^~~~~~~~
  713. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:3884:13: warninghardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp: :3505:implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]17:
  714. warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  715. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_LOADING_PENDING);
  716. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  717. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/omx_qcelp13_aenc.h:102 BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_ENABLE_PENDING);:
  718. 50: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  719. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4268note:: 36:expanded from macro 'BITMASK_CLEAR' hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h
  720. :warning102: :50:implicit conversion changes signedness: 'OMX_U64' (aka 'unsigned long long') to 'OMX_TICKS' (aka 'long long') [-Wsign-conversion]
  721. note: expanded from macro 'BITMASK_CLEAR'
  722. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  723. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  724. buffer->nTimeStamp = nTimestamp;
  725. ~ ^~~~~~~~~~
  726. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  727. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  728. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3570:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  729. port = port;
  730. ~~~~ ^ ~~~~
  731. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3655:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  732. port = port;
  733. ~~~~ ^ ~~~~
  734. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4004:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  735. meta_in.nFlags &= ~OMX_BUFFERFLAG_EOS;
  736. ~~ ^~~~~~~~~~~~~~~~~~~
  737. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4025:19: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  738. OMX_ErrorHardware,
  739. ^~~~~~~~~~~~~~~~~
  740. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4459:31: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  741. execute_omx_flush(-1,false);
  742. ~~~~~~~~~~~~~~~~~ ^~
  743. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4068:26: warning: format specifies type 'unsigned long' but the argument has type 'OMX_U32' (aka 'unsigned int') [-Wformat]
  744. buffer->nAllocLen,buffer->pBuffer,
  745. ^~~~~~~~~~~~~~~~~
  746. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  747. #define DEBUG_DETAIL LOGV
  748. ^
  749. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  750. #define LOGV ALOGV
  751. ^
  752. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  753. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  754. ^~~~~~~~~~~
  755. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  756. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  757. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  758. ^~~~~~~~~~~
  759. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  760. android_printLog(priority, tag, __VA_ARGS__)
  761. ^~~~~~~~~~~
  762. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  763. __android_log_print(prio, tag, fmt)
  764. ^~~
  765. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4069:26: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  766. nReadbytes,nNumOutputBuf);
  767. ^~~~~~~~~~
  768. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3787:22: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  769. OMX_ErrorPortUnpopulated,
  770. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h: ^~~~~~~~~~~~~~~~~~~~~~~~64
  771. :27: note: expanded from macro 'DEBUG_DETAIL'
  772. #define DEBUG_DETAIL LOGV
  773. ^
  774. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  775. #define LOGV ALOGVhardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp
  776. :3796 ^:
  777. 22: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'unsigned int' [-Wsign-conversion]
  778. system/core/include/log/log.h:93:42: OMX_ErrorPortUnpopulated,
  779. note ^~~~~~~~~~~~~~~~~~~~~~~~:
  780. expanded from macro 'ALOGV'
  781. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  782. ^~~~~~~~~~~
  783. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  784. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  785. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  786. ^~~~~~~~~~~
  787. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  788. android_printLog(priority, tag, __VA_ARGS__)
  789. ^~~~~~~~~~~
  790. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  791. __android_log_print(prio, tag, fmt)
  792. ^~~
  793. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4082:20: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  794. OMX_ErrorHardware,
  795. ^~~~~~~~~~~~~~~~~
  796. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4087:45: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  797. DEBUG_PRINT("Read bytes %d\n",nReadbytes);
  798. ~~ ^~~~~~~~~~
  799. %zd
  800. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:63:27: note: expanded from macro 'DEBUG_PRINT'
  801. #define DEBUG_PRINT LOGI
  802. ^
  803. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/inc/aenc_svr.h:59:14: note: expanded from macro 'LOGI'
  804. #define LOGI ALOGI
  805. ^
  806. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cppsystem/core/include/log/log.h::4589128::1951:: warningnote: : expanded from macro 'ALOGI'explicitly assigning value of variable of type 'OMX_BUFFERHEADERTYPE **' to itself [-Wself-assign]
  807.  
  808. bufferHdr = bufferHdr;
  809. ~~~~~~~~~ ^ ~~~~~~~~~
  810. #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  811. ^~~~~~~~~~~
  812. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:4590:14: warningsystem/core/include/log/log.h: :453:explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]38:
  813. note: expanded from macro 'ALOG'
  814. port = port;
  815. ~~~~ ^ ~~~~
  816. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  817. ^~~~~~~~~~~
  818. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  819. android_printLog(priority, tag, __VA_ARGS__)
  820. ^~~~~~~~~~~
  821. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  822. __android_log_print(prio, tag, fmt)
  823. ^~~
  824. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4100:42: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion]
  825. buffer->nFilledLen = (OMX_U32)(nReadbytes - buffer->nOffset);
  826. ^~~~~~~~~~ ~
  827. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3828:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  828. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_INPUT_DISABLE_PENDING);
  829. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  830. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  831. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  832. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  833. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3861:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  834. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_OUTPUT_DISABLE_PENDING);
  835. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  836. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  837. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  838. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  839. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3874:26: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  840. if (release_done(-1))
  841. ~~~~~~~~~~~~ ^~
  842. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:3886:13: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  843. BITMASK_CLEAR((&m_flags),OMX_COMPONENT_LOADING_PENDING);
  844. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  845. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/omx_evrc_aenc.h:102:50: note: expanded from macro 'BITMASK_CLEAR'
  846. (mArray)[BITMASK_OFFSET(mIndex)] &= ~(BITMASK_FLAG(mIndex))
  847. ~~ ^~~~~~~~~~~~~~~~~~~~~~~
  848. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4300:31: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  849. execute_omx_flush(-1,false);
  850. ~~~~~~~~~~~~~~~~~ ^~
  851. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:5062:47: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
  852. max_bitrate = m_aac_param.nSampleRate *
  853. ~ ~~~~~~~~~~~~~~~~~~~~~~~~^
  854. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:5067:33: warning: implicit conversion changes signedness: 'OMX_U32' (aka 'unsigned int') to 'int' [-Wsign-conversion]
  855. min_bitrate = m_aac_param.nSampleRate;
  856. ~ ~~~~~~~~~~~~^~~~~~~~~~~
  857. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4006:27: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
  858. meta_in.nFlags &= ~OMX_BUFFERFLAG_EOS;
  859. ~~ ^~~~~~~~~~~~~~~~~~~
  860. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4027:19: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:
  861. 4428:19: warning: OMX_ErrorHardware,
  862. explicitly assigning value of variable of type 'OMX_BUFFERHEADERTYPE **' to itself [-Wself-assign] ^~~~~~~~~~~~~~~~~
  863.  
  864. bufferHdr = bufferHdr;
  865. ~~~~~~~~~ ^ ~~~~~~~~~
  866. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-qcelp13/qdsp6/src/omx_qcelp13_aenc.cpp:4429:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  867. port = port;
  868. ~~~~ ^ ~~~~
  869. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4070:26: warning: format specifies type 'unsigned long' but the argument has type 'OMX_U32' (aka 'unsigned int') [-Wformat]
  870. buffer->nAllocLen,buffer->pBuffer,
  871. ^~~~~~~~~~~~~~~~~
  872. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  873. #define DEBUG_DETAIL LOGV
  874. ^
  875. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  876. #define LOGV ALOGV
  877. ^
  878. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  879. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  880. ^~~~~~~~~~~
  881. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  882. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  883. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  884. ^~~~~~~~~~~
  885. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  886. android_printLog(priority, tag, __VA_ARGS__)
  887. ^~~~~~~~~~~
  888. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  889. __android_log_print(prio, tag, fmt)
  890. ^~~
  891. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4071:26: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  892. nReadbytes,nNumOutputBuf);
  893. ^~~~~~~~~~
  894. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:64:27: note: expanded from macro 'DEBUG_DETAIL'
  895. #define DEBUG_DETAIL LOGV
  896. ^
  897. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:55:14: note: expanded from macro 'LOGV'
  898. #define LOGV ALOGV
  899. ^
  900. system/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'
  901. #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
  902. ^~~~~~~~~~~
  903. note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  904. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  905. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  906. ^~~~~~~~~~~
  907. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  908. android_printLog(priority, tag, __VA_ARGS__)
  909. ^~~~~~~~~~~
  910. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  911. __android_log_print(prio, tag, fmt)
  912. ^~~
  913. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4084:20: warning: implicit conversion changes signedness: 'OMX_ERRORTYPE' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  914. OMX_ErrorHardware,
  915. ^~~~~~~~~~~~~~~~~
  916. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4089:45: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
  917. DEBUG_PRINT("Read bytes %d\n",nReadbytes);
  918. ~~ ^~~~~~~~~~
  919. %zd
  920. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:63:27: note: expanded from macro 'DEBUG_PRINT'
  921. #define DEBUG_PRINT LOGI
  922. ^
  923. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/inc/aenc_svr.h:59:14: note: expanded from macro 'LOGI'
  924. #define LOGI ALOGI
  925. ^
  926. system/core/include/log/log.h:128:51: note: expanded from macro 'ALOGI'
  927. #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
  928. ^~~~~~~~~~~
  929. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  930. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  931. ^~~~~~~~~~~
  932. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  933. android_printLog(priority, tag, __VA_ARGS__)
  934. ^~~~~~~~~~~
  935. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  936. __android_log_print(prio, tag, fmt)
  937. ^~~
  938. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4101:42: warning: implicit conversion changes signedness: 'ssize_t' (aka 'long') to 'unsigned long' [-Wsign-conversion]
  939. buffer->nFilledLen = (OMX_U32)(nReadbytes - buffer->nOffset);
  940. ^~~~~~~~~~ ~
  941. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4300:31: warning: implicit conversion changes signedness: 'int' to 'OMX_U32' (aka 'unsigned int') [-Wsign-conversion]
  942. execute_omx_flush(-1,false);
  943. ~~~~~~~~~~~~~~~~~ ^~
  944. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4428:19: warning: explicitly assigning value of variable of type 'OMX_BUFFERHEADERTYPE **' to itself [-Wself-assign]
  945. bufferHdr = bufferHdr;
  946. ~~~~~~~~~ ^ ~~~~~~~~~
  947. hardware/qcom/audio-caf/msm8937/mm-audio/aenc-evrc/qdsp6/src/omx_evrc_aenc.cpp:4429:14: warning: explicitly assigning value of variable of type 'OMX_U32' (aka 'unsigned int') to itself [-Wself-assign]
  948. port = port;
  949. ~~~~ ^ ~~~~
  950. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:2351:25: error: use of undeclared identifier 'MSM_VIDC_PIC_STRUCT_PROGRESSIVE'
  951. m_progressive = MSM_VIDC_PIC_STRUCT_PROGRESSIVE;
  952. ^
  953. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2945:39: error: use of undeclared identifier 'MSM_VIDC_BT601_6_625'
  954. OMX_U32 color_space = MSM_VIDC_BT601_6_625;
  955. ^
  956. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2947:41: error: use of undeclared identifier 'MSM_VIDC_MATRIX_601_6_625'
  957. OMX_U32 matrix_coeffs = MSM_VIDC_MATRIX_601_6_625;
  958. ^
  959. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2948:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_601_6_625'
  960. OMX_U32 transfer_chars = MSM_VIDC_TRANSFER_601_6_625;
  961. ^
  962. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2952:39: error: use of undeclared identifier 'MSM_VIDC_BT709_5'
  963. color_space = MSM_VIDC_BT709_5;
  964. ^
  965. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2955:39: error: use of undeclared identifier 'MSM_VIDC_BT470_6_M'
  966. color_space = MSM_VIDC_BT470_6_M;
  967. ^
  968. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2958:39: error: use of undeclared identifier 'MSM_VIDC_BT601_6_625'
  969. color_space = MSM_VIDC_BT601_6_625;
  970. ^
  971. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10358:14: error: use of undeclared identifier 'MSM_VIDC_BT709_5'
  972. case MSM_VIDC_BT709_5:
  973. ^
  974. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2961:39: error: use of undeclared identifier 'MSM_VIDC_BT601_6_525'
  975. color_space = MSM_VIDC_BT601_6_525;
  976. ^
  977. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10362:14: error: use of undeclared identifier 'MSM_VIDC_BT470_6_M'
  978. case MSM_VIDC_BT470_6_M:
  979. ^
  980. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2964:39: error: use of undeclared identifier 'MSM_VIDC_GENERIC_FILM'
  981. color_space = MSM_VIDC_GENERIC_FILM;
  982. ^
  983. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10365:14: error: use of undeclared identifier 'MSM_VIDC_BT601_6_625'
  984. case MSM_VIDC_BT601_6_625:
  985. ^
  986. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2967:39: error: use of undeclared identifier 'MSM_VIDC_BT2020'
  987. color_space = MSM_VIDC_BT2020;
  988. ^
  989. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10368:14: error: use of undeclared identifier 'MSM_VIDC_BT601_6_525'
  990. case MSM_VIDC_BT601_6_525:
  991. ^
  992. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2970:39: error: use of undeclared identifier 'MSM_VIDC_BT601_6_625'
  993. color_space = MSM_VIDC_BT601_6_625;
  994. ^
  995. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10372:14: error: use of undeclared identifier 'MSM_VIDC_GENERIC_FILM'
  996. case MSM_VIDC_GENERIC_FILM:
  997. ^
  998. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2986:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_601_6_525'
  999. transfer_chars = MSM_VIDC_TRANSFER_601_6_525;
  1000. ^
  1001. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10375:14: error: use of undeclared identifier 'MSM_VIDC_BT2020'
  1002. case MSM_VIDC_BT2020:
  1003. ^
  1004. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10378:14: error: use of undeclared identifier 'MSM_VIDC_UNSPECIFIED'
  1005. case MSM_VIDC_UNSPECIFIED:
  1006. ^
  1007. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2989:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_UNSPECIFIED'
  1008. transfer_chars = MSM_VIDC_TRANSFER_UNSPECIFIED;
  1009. ^
  1010. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10389:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT709_5'
  1011. case MSM_VIDC_TRANSFER_BT709_5:
  1012. ^
  1013. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2992:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT_470_6_M'
  1014. transfer_chars = MSM_VIDC_TRANSFER_BT_470_6_M;
  1015. ^
  1016. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10390:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_601_6_525'
  1017. case MSM_VIDC_TRANSFER_601_6_525: // case MSM_VIDC_TRANSFER_601_6_625:
  1018. ^
  1019. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2995:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT_470_6_BG'
  1020. transfer_chars = MSM_VIDC_TRANSFER_BT_470_6_BG;
  1021. ^
  1022. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10393:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT_470_6_M'
  1023. case MSM_VIDC_TRANSFER_BT_470_6_M:
  1024. ^
  1025. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:2998:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_SMPTE_240M'
  1026. transfer_chars = MSM_VIDC_TRANSFER_SMPTE_240M;
  1027. ^
  1028. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10396:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT_470_6_BG'
  1029. case MSM_VIDC_TRANSFER_BT_470_6_BG:
  1030. ^
  1031. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:3001:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_LINEAR'
  1032. transfer_chars = MSM_VIDC_TRANSFER_LINEAR;
  1033. ^
  1034. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10399:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_SMPTE_240M'
  1035. case MSM_VIDC_TRANSFER_SMPTE_240M:
  1036. ^
  1037. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:3004:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_IEC_61966'
  1038. transfer_chars = MSM_VIDC_TRANSFER_IEC_61966;
  1039. ^
  1040. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10402:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_LINEAR'
  1041. case MSM_VIDC_TRANSFER_LINEAR:
  1042. ^
  1043. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:3007:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT_1361'
  1044. transfer_chars = MSM_VIDC_TRANSFER_BT_1361;
  1045. ^
  1046. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10405:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_IEC_61966'
  1047. case MSM_VIDC_TRANSFER_IEC_61966:
  1048. ^
  1049. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:3010:42: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_SRGB'
  1050. transfer_chars = MSM_VIDC_TRANSFER_SRGB;
  1051. ^
  1052. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10408:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_BT_1361'
  1053. case MSM_VIDC_TRANSFER_BT_1361:
  1054. ^
  1055. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1056. hardware/qcom/media-caf/msm8937/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp:10411:14: error: use of undeclared identifier 'MSM_VIDC_TRANSFER_SRGB'
  1057. case MSM_VIDC_TRANSFER_SRGB:
  1058. ^
  1059. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1060. 72 warnings generated.
  1061. target thumb C++: libc2dcolorconvert_32 <= hardware/qcom/media-caf/msm8937/libc2dcolorconvert/C2DColorConverter.cpp
  1062. 67 warnings generated.
  1063. 69 warnings generated.
  1064. target thumb C: libQWiFiSoftApCfg_32 <= system/qcom/softap/jni/QWiFiSoftApCfg.c
  1065. 20 errors generated.
  1066. make: *** [/home/robertica95/LOS14.1/out/target/product/can/obj_arm/SHARED_LIBRARIES/libOmxVdec_intermediates/src/omx_vdec_v4l2.o] Error 1
  1067. make: *** Waiting for unfinished jobs....
  1068. 20 errors generated.
  1069. make: *** [/home/robertica95/LOS14.1/out/target/product/can/obj_arm/SHARED_LIBRARIES/libOmxVenc_intermediates/src/video_encoder_device_v4l2.o] Error 1
  1070. system/qcom/softap/jni/QWiFiSoftApCfg.c:46:56: warning: unused parameter 'len' [-Wunused-parameter]
  1071. static void softap_handle_custom_event(char * buf, int len)
  1072. ^
  1073. 92 warnings generated.
  1074. system/qcom/softap/jni/QWiFiSoftApCfg.c:275:34: warning: unused parameter 'env' [-Wunused-parameter]
  1075. (JNIEnv *env, jobject obj)
  1076. ^
  1077. system/qcom/softap/jni/QWiFiSoftApCfg.c:275:47: warning: unused parameter 'obj' [-Wunused-parameter]
  1078. (JNIEnv *env, jobject obj)
  1079. ^
  1080. system/qcom/softap/jni/QWiFiSoftApCfg.c:283:47: warning: unused parameter 'obj' [-Wunused-parameter]
  1081. (JNIEnv *env, jobject obj)
  1082. ^
  1083. system/qcom/softap/jni/QWiFiSoftApCfg.c:299:34: warning: unused parameter 'env' [-Wunused-parameter]
  1084. (JNIEnv *env, jobject obj)
  1085. ^
  1086. system/qcom/softap/jni/QWiFiSoftApCfg.c:299:47: warning: unused parameter 'obj' [-Wunused-parameter]
  1087. (JNIEnv *env, jobject obj)
  1088. ^
  1089. system/qcom/softap/jni/QWiFiSoftApCfg.c:311:39: warning: unused parameter 'obj' [-Wunused-parameter]
  1090. (JNIEnv *env, jobject obj, jstring jcmd)
  1091. ^
  1092. 7 warnings generated.
  1093. make: Leaving directory `/home/robertica95/LOS14.1'
  1094. #### make failed to build some targets (29:37 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment