Advertisement
gartimusprime01

Untitled

Nov 13th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.66 KB | None | 0 0
  1. c/frameparser.cpp:31:
  2. bionic/libc/include/sys/select.h:59:0: warning: "FD_SET" redefined [enabled by default]
  3. #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
  4. ^
  5. In file included from bionic/libc/include/sys/time.h:33:0,
  6. from bionic/libc/include/sys/select.h:33,
  7. from bionic/libc/include/unistd.h:34,
  8. from bionic/libc/include/fcntl.h:37,
  9. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  10. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:29:0: note: this is the location of the previous definition
  11. #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  12. ^
  13. In file included from bionic/libc/include/unistd.h:34:0,
  14. from bionic/libc/include/fcntl.h:37,
  15. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  16. bionic/libc/include/sys/select.h:60:0: warning: "FD_ISSET" redefined [enabled by default]
  17. #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  18. ^
  19. In file included from bionic/libc/include/sys/time.h:33:0,
  20. from bionic/libc/include/sys/select.h:33,
  21. from bionic/libc/include/unistd.h:34,
  22. from bionic/libc/include/fcntl.h:37,
  23. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  24. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:31:0: note: this is the location of the previous definition
  25. #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp)
  26. ^
  27. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/frameparser.cpp: In member function 'int frame_parse::parse_sc_frame(OMX_BUFFERHEADERTYPE*, OMX_BUFFERHEADERTYPE*, OMX_U32*)':
  28. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:466:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  29. if (parsed_length > bytes_to_skip) {
  30. ^
  31. target thumb C++: libOmxVdec <= hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/ts_parser.cpp
  32. target thumb C++: libOmxVdec <= hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp
  33. target thumb C++: libOmxVdec <= hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp
  34. target thumb C++: libOmxVdec <= hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/../common/src/extra_data_handler.cpp
  35. In file included from bionic/libc/include/pthread.h:33:0,
  36. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  37. bionic/libc/include/signal.h:64:0: warning: "NSIG" redefined [enabled by default]
  38. #define NSIG _NSIG
  39. ^
  40. In file included from out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  41. from bionic/libc/include/signal.h:50,
  42. from bionic/libc/include/pthread.h:33,
  43. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  44. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/asm/signal.h:11:0: note: this is the location of the previous definition
  45. #define NSIG 32
  46. ^
  47. In file included from bionic/libc/include/pthread.h:33:0,
  48. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  49. bionic/libc/include/signal.h:67:0: warning: "SIGRTMIN" redefined [enabled by default]
  50. #define SIGRTMIN (__libc_current_sigrtmin())
  51. ^
  52. In file included from out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  53. from bionic/libc/include/signal.h:50,
  54. from bionic/libc/include/pthread.h:33,
  55. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  56. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/asm/signal.h:54:0: note: this is the location of the previous definition
  57. #define SIGRTMIN 32
  58. ^
  59. In file included from bionic/libc/include/pthread.h:33:0,
  60. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  61. bionic/libc/include/signal.h:68:0: warning: "SIGRTMAX" redefined [enabled by default]
  62. #define SIGRTMAX (__libc_current_sigrtmax())
  63. ^
  64. In file included from out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  65. from bionic/libc/include/signal.h:50,
  66. from bionic/libc/include/pthread.h:33,
  67. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  68. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/asm/signal.h:55:0: note: this is the location of the previous definition
  69. #define SIGRTMAX _NSIG
  70. ^
  71. In file included from bionic/libc/include/unistd.h:34:0,
  72. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  73. bionic/libc/include/sys/select.h:40:0: warning: "FD_SETSIZE" redefined [enabled by default]
  74. #define FD_SETSIZE 1024
  75. ^
  76. In file included from bionic/libc/include/sys/time.h:33:0,
  77. from bionic/libc/include/time.h:33,
  78. from bionic/libc/include/pthread.h:32,
  79. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  80. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:28:0: note: this is the location of the previous definition
  81. #define FD_SETSIZE __FD_SETSIZE
  82. ^
  83. In file included from bionic/libc/include/unistd.h:34:0,
  84. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  85. bionic/libc/include/sys/select.h:41:0: warning: "NFDBITS" redefined [enabled by default]
  86. #define NFDBITS (8 * sizeof(unsigned long))
  87. ^
  88. In file included from bionic/libc/include/sys/time.h:33:0,
  89. from bionic/libc/include/time.h:33,
  90. from bionic/libc/include/pthread.h:32,
  91. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  92. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:26:0: note: this is the location of the previous definition
  93. #define NFDBITS __NFDBITS
  94. ^
  95. In file included from bionic/libc/include/unistd.h:34:0,
  96. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  97. bionic/libc/include/sys/select.h:42:0: warning: "__FDSET_LONGS" redefined [enabled by default]
  98. #define __FDSET_LONGS (FD_SETSIZE/NFDBITS)
  99. ^
  100. In file included from out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  101. from bionic/libc/include/sys/types.h:35,
  102. from bionic/libc/include/sys/time.h:32,
  103. from bionic/libc/include/time.h:33,
  104. from bionic/libc/include/pthread.h:32,
  105. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  106. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:28:0: note: this is the location of the previous definition
  107. #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
  108. ^
  109. In file included from bionic/libc/include/unistd.h:34:0,
  110. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  111. bionic/libc/include/sys/select.h:48:0: warning: "__FDELT" redefined [enabled by default]
  112. #define __FDELT(fd) ((fd) / NFDBITS)
  113. ^
  114. In file included from out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  115. from bionic/libc/include/sys/types.h:35,
  116. from bionic/libc/include/sys/time.h:32,
  117. from bionic/libc/include/time.h:33,
  118. from bionic/libc/include/pthread.h:32,
  119. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  120. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:31:0: note: this is the location of the previous definition
  121. #define __FDELT(d) ((d) / __NFDBITS)
  122. ^
  123. In file included from bionic/libc/include/unistd.h:34:0,
  124. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  125. bionic/libc/include/sys/select.h:49:0: warning: "__FDMASK" redefined [enabled by default]
  126. #define __FDMASK(fd) (1UL << ((fd) % NFDBITS))
  127. ^
  128. In file included from out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  129. from bionic/libc/include/sys/types.h:35,
  130. from bionic/libc/include/sys/time.h:32,
  131. from bionic/libc/include/time.h:33,
  132. from bionic/libc/include/pthread.h:32,
  133. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  134. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:34:0: note: this is the location of the previous definition
  135. #define __FDMASK(d) (1UL << ((d) % __NFDBITS))
  136. ^
  137. In file included from bionic/libc/include/unistd.h:34:0,
  138. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  139. bionic/libc/include/sys/select.h:52:0: warning: "FD_ZERO" redefined [enabled by default]
  140. #define FD_ZERO(set) (memset(set, 0, sizeof(*(fd_set*)(set))))
  141. ^
  142. In file included from bionic/libc/include/sys/time.h:33:0,
  143. from bionic/libc/include/time.h:33,
  144. from bionic/libc/include/pthread.h:32,
  145. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  146. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:32:0: note: this is the location of the previous definition
  147. #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp)
  148. ^
  149. In file included from bionic/libc/include/unistd.h:34:0,
  150. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  151. bionic/libc/include/sys/select.h:58:0: warning: "FD_CLR" redefined [enabled by default]
  152. #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
  153. ^
  154. In file included from bionic/libc/include/sys/time.h:33:0,
  155. from bionic/libc/include/time.h:33,
  156. from bionic/libc/include/pthread.h:32,
  157. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  158. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:30:0: note: this is the location of the previous definition
  159. #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp)
  160. ^
  161. In file included from bionic/libc/include/unistd.h:34:0,
  162. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  163. bionic/libc/include/sys/select.h:59:0: warning: "FD_SET" redefined [enabled by default]
  164. #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
  165. ^
  166. In file included from bionic/libc/include/sys/time.h:33:0,
  167. from bionic/libc/include/time.h:33,
  168. from bionic/libc/include/pthread.h:32,
  169. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  170. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:29:0: note: this is the location of the previous definition
  171. #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  172. ^
  173. In file included from bionic/libc/include/unistd.h:34:0,
  174. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  175. bionic/libc/include/sys/select.h:60:0: warning: "FD_ISSET" redefined [enabled by default]
  176. #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  177. ^
  178. In file included from bionic/libc/include/sys/time.h:33:0,
  179. from bionic/libc/include/time.h:33,
  180. from bionic/libc/include/pthread.h:32,
  181. from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  182. out/target/product/klteusc/obj/KERNEL_OBJ/usr/include/linux/time.h:31:0: note: this is the location of the previous definition
  183. #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp)
  184. ^
  185. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In function 'void* async_message_thread(void*)':
  186. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:230:40: error: 'V4L2_EVENT_MSM_VIDC_HW_OVERLOAD' was not declared in this scope
  187. } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_HW_OVERLOAD) {
  188. ^
  189. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:232:34: error: 'VDEC_MSG_EVT_HW_OVERLOAD' was not declared in this scope
  190. vdec_msg.msgcode=VDEC_MSG_EVT_HW_OVERLOAD;
  191. ^
  192. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: At global scope:
  193. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:478:1: warning: unused parameter 'devicefd' [-Wunused-parameter]
  194. VideoHeap::VideoHeap(int devicefd, size_t size, void* base,
  195. ^
  196. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:478:1: warning: unused parameter 'size' [-Wunused-parameter]
  197. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:478:1: warning: unused parameter 'base' [-Wunused-parameter]
  198. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:478:1: warning: unused parameter 'handle' [-Wunused-parameter]
  199. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:478:1: warning: unused parameter 'ionMapfd' [-Wunused-parameter]
  200. In file included from hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:48:0:
  201. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/inc/omx_vdec.h: In constructor 'omx_vdec::omx_vdec()':
  202. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/inc/omx_vdec.h:923:34: warning: 'omx_vdec::m_other_extradata' will be initialized after [-Wreorder]
  203. OMX_OTHER_EXTRADATATYPE *m_other_extradata;
  204. ^
  205. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/inc/omx_vdec.h:883:14: warning: 'bool omx_vdec::m_enable_android_native_buffers' [-Wreorder]
  206. bool m_enable_android_native_buffers;
  207. ^
  208. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:504:1: warning: when initialized here [-Wreorder]
  209. omx_vdec::omx_vdec(): m_error_propogated(false),
  210. ^
  211. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: At global scope:
  212. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:686:5: error: 'V4L2_EVENT_MSM_VIDC_HW_OVERLOAD' was not declared in this scope
  213. V4L2_EVENT_MSM_VIDC_HW_OVERLOAD
  214. ^
  215. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1877:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  216. OMX_ERRORTYPE omx_vdec::get_component_version
  217. ^
  218. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1877:16: warning: unused parameter 'componentName' [-Wunused-parameter]
  219. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1877:16: warning: unused parameter 'componentVersion' [-Wunused-parameter]
  220. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1877:16: warning: unused parameter 'componentUUID' [-Wunused-parameter]
  221. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1910:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  222. OMX_ERRORTYPE omx_vdec::send_command(OMX_IN OMX_HANDLETYPE hComp,
  223. ^
  224. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1910:16: warning: unused parameter 'cmdData' [-Wunused-parameter]
  225. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1947:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  226. OMX_ERRORTYPE omx_vdec::send_command_proxy(OMX_IN OMX_HANDLETYPE hComp,
  227. ^
  228. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1947:16: warning: unused parameter 'cmdData' [-Wunused-parameter]
  229. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2683:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  230. OMX_ERRORTYPE omx_vdec::get_parameter(OMX_IN OMX_HANDLETYPE hComp,
  231. ^
  232. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::set_parameter(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  233. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:3015:108: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  234. if ((portDefn->format.video.nFrameHeight != (int)fmt.fmt.pix_mp.height) ||
  235. ^
  236. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:3016:107: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  237. (portDefn->format.video.nFrameWidth != (int)fmt.fmt.pix_mp.width)) {
  238. ^
  239. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:3665:30: error: 'V4L2_CID_MPEG_VIDC_VIDEO_BUFFER_SIZE_LIMIT' was not declared in this scope
  240. control.id = V4L2_CID_MPEG_VIDC_VIDEO_BUFFER_SIZE_LIMIT;
  241. ^
  242. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: At global scope:
  243. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:3710:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  244. OMX_ERRORTYPE omx_vdec::get_config(OMX_IN OMX_HANDLETYPE hComp,
  245. ^
  246. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:3793:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  247. OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp,
  248. ^
  249. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4019:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  250. OMX_ERRORTYPE omx_vdec::get_extension_index(OMX_IN OMX_HANDLETYPE hComp,
  251. ^
  252. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4081:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  253. OMX_ERRORTYPE omx_vdec::get_state(OMX_IN OMX_HANDLETYPE hComp,
  254. ^
  255. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4103:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  256. OMX_ERRORTYPE omx_vdec::component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp,
  257. ^
  258. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4103:16: warning: unused parameter 'port' [-Wunused-parameter]
  259. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4103:16: warning: unused parameter 'peerComponent' [-Wunused-parameter]
  260. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4103:16: warning: unused parameter 'peerPort' [-Wunused-parameter]
  261. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4103:16: warning: unused parameter 'tunnelSetup' [-Wunused-parameter]
  262. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'OMX_ERRORTYPE omx_vdec::use_output_buffer(OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE**, OMX_U32, OMX_PTR, OMX_U32, OMX_U8*)':
  263. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4230:79: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  264. if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
  265. ^
  266. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: At global scope:
  267. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4184:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  268. OMX_ERRORTYPE omx_vdec::use_output_buffer(
  269. ^
  270. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4184:16: warning: unused parameter 'port' [-Wunused-parameter]
  271. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4782:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  272. OMX_ERRORTYPE omx_vdec::allocate_input_buffer(
  273. ^
  274. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4782:16: warning: unused parameter 'port' [-Wunused-parameter]
  275. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4970:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  276. OMX_ERRORTYPE omx_vdec::allocate_output_buffer(
  277. ^
  278. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4970:16: warning: unused parameter 'port' [-Wunused-parameter]
  279. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:5370:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  280. OMX_ERRORTYPE omx_vdec::free_buffer(OMX_IN OMX_HANDLETYPE hComp,
  281. ^
  282. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:5613:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  283. OMX_ERRORTYPE omx_vdec::empty_this_buffer_proxy(OMX_IN OMX_HANDLETYPE hComp,
  284. ^
  285. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:6059:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  286. OMX_ERRORTYPE omx_vdec::set_callbacks(OMX_IN OMX_HANDLETYPE hComp,
  287. ^
  288. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:6085:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  289. OMX_ERRORTYPE omx_vdec::component_deinit(OMX_IN OMX_HANDLETYPE hComp)
  290. ^
  291. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:6199:16: warning: unused parameter 'appData' [-Wunused-parameter]
  292. OMX_ERRORTYPE omx_vdec::use_EGL_image(OMX_IN OMX_HANDLETYPE hComp,
  293. ^
  294. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:6275:16: warning: unused parameter 'hComp' [-Wunused-parameter]
  295. OMX_ERRORTYPE omx_vdec::component_role_enum(OMX_IN OMX_HANDLETYPE hComp,
  296. ^
  297. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In static member function 'static int omx_vdec::async_message_process(void*, void*)':
  298. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:6871:14: error: 'VDEC_MSG_EVT_HW_OVERLOAD' was not declared in this scope
  299. case VDEC_MSG_EVT_HW_OVERLOAD:
  300. ^
  301. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty*)':
  302. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:7936:53: error: 'VENUS_EXTRADATA_SIZE' was not declared in this scope
  303. drv_ctx.video_resolution.frame_width);
  304. ^
  305. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'void omx_vdec::handle_extradata(OMX_BUFFERHEADERTYPE*)':
  306. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8431:108: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  307. if (!secure_mode && (drv_ctx.extradata_info.buffer_size > (p_buf_hdr->nAllocLen - p_buf_hdr->nFilledLen)) ) {
  308. ^
  309. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8568:22: error: 'EXTRADATA_STREAM_USERDATA' was not declared in this scope
  310. case EXTRADATA_STREAM_USERDATA:
  311. ^
  312. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'OMX_ERRORTYPE omx_vdec::enable_extradata(OMX_U32, bool, bool)':
  313. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8703:29: error: 'V4L2_MPEG_VIDC_EXTRADATA_STREAM_USERDATA' was not declared in this scope
  314. control.value = V4L2_MPEG_VIDC_EXTRADATA_STREAM_USERDATA;
  315. ^
  316. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'void omx_vdec::buf_ref_add(OMX_U32, OMX_U32)':
  317. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9627:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  318. for (i = 0; i < drv_ctx.op_buf.actualcount; i++) {
  319. ^
  320. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9640:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  321. for (i = 0; i < drv_ctx.op_buf.actualcount; i++) {
  322. ^
  323. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'void omx_vdec::buf_ref_remove(OMX_U32, OMX_U32)':
  324. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9660:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  325. for (i = 0; i < drv_ctx.op_buf.actualcount; i++) {
  326. ^
  327. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9677:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  328. if (i >= drv_ctx.op_buf.actualcount) {
  329. ^
  330. build/core/binary.mk:617: recipe for target '/home/garth/cm12/out/target/product/klteusc/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/src/omx_vdec_msm8974.o' failed
  331. make: *** [/home/garth/cm12/out/target/product/klteusc/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/src/omx_vdec_msm8974.o] Error 1
  332. make: *** Waiting for unfinished jobs....
  333. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/../common/src/extra_data_handler.cpp:100:9: warning: unused parameter 'payload_size' [-Wunused-parameter]
  334. OMX_U32 extra_data_handler::parse_frame_pack(OMX_U32 payload_size)
  335. ^
  336. hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/../common/src/extra_data_handler.cpp:238:9: warning: unused parameter 'pBufHdr' [-Wunused-parameter]
  337. OMX_S32 extra_data_handler::parse_ltrinfo(
  338. ^
  339.  
  340. real 76m55.685s
  341. user 17m53.786s
  342. sys 85m38.075s
  343. garth@garth-desktop:~/cm12$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement