Advertisement
arxcorp

imx-lib compile error

Mar 14th, 2012
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 142.96 KB | None | 0 0
  1. This package has a Debian revision number but there does not seem to be
  2. an appropriate original tar file or .orig directory in the parent directory;
  3. (expected one of imx-lib_2.0.0.orig.tar.gz, imx-lib_2.0.0.orig.tar.bz2,
  4. imx-lib_2.0.0.orig.tar.lzma, imx-lib_2.0.0.orig.tar.xz or imx-lib.orig)
  5. continue anyway? (y/n) dpkg-buildpackage -rfakeroot -D -us -uc
  6. dpkg-buildpackage: warning: using a gain-root-command while being root
  7. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  8. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
  9. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  10. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  11. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
  12. dpkg-buildpackage: source package imx-lib
  13. dpkg-buildpackage: source version 2.0.0-20110714
  14. dpkg-buildpackage: source changed by Matt Sealey <matt@genesi-usa.com>
  15. dpkg-source --before-build imx-lib
  16. dpkg-buildpackage: host architecture armel
  17. fakeroot debian/rules clean
  18. dh clean
  19. dh_testdir
  20. dh_auto_clean
  21. make[1]: Entering directory `/root/genesi/imx-lib/imx-lib'
  22. make -C ipu clean
  23. make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/ipu'
  24. make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/ipu'
  25. make -C sahara2 clean
  26. make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/sahara2'
  27. make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/sahara2'
  28. make -C screenlayer clean
  29. make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/screenlayer'
  30. make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/screenlayer'
  31. make -C vpu clean
  32. make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/vpu'
  33. rm -f libvpu.* vpu_io.o vpu_util.o vpu_lib.o
  34. make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/vpu'
  35. make[1]: Leaving directory `/root/genesi/imx-lib/imx-lib'
  36. dh_clean
  37. dpkg-source -b imx-lib
  38. dpkg-source: info: using source format `3.0 (native)'
  39. dpkg-source: info: building imx-lib in imx-lib_2.0.0-20110714.tar.gz
  40. dpkg-source: info: building imx-lib in imx-lib_2.0.0-20110714.dsc
  41. debian/rules build
  42. dh build
  43. dh_testdir
  44. dh_auto_configure
  45. dh_auto_build
  46. make[1]: Entering directory `/root/genesi/imx-lib/imx-lib'
  47. make -C ipu all
  48. make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/ipu'
  49. gcc -DIMX51 -I/usr/src/linux/include/ -Wall -O2 -fPIC -c mxc_ipu_hl_lib.c -o mxc_ipu_hl_lib.o
  50. In file included from mxc_ipu_hl_lib.c:45:
  51. mxc_ipu_hl_lib.h:96:23: error: linux/ipu.h: No such file or directory
  52. mxc_ipu_hl_lib.h:97:25: error: linux/mxcfb.h: No such file or directory
  53. In file included from mxc_ipu_hl_lib.c:45:
  54. mxc_ipu_hl_lib.h:147: error: expected specifier-qualifier-list before ‘ipu_mem_info’
  55. mxc_ipu_hl_lib.h:218: error: expected specifier-qualifier-list before ‘ipu_motion_sel’
  56. mxc_ipu_hl_lib.h:235: error: field ‘pos’ has incomplete type
  57. mxc_ipu_hl_lib.h:240: error: expected specifier-qualifier-list before ‘dma_addr_t’
  58. mxc_ipu_hl_lib.h:276: error: expected specifier-qualifier-list before ‘dma_addr_t’
  59. mxc_ipu_hl_lib.h:394: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  60. mxc_ipu_hl_lib.h:394: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  61. mxc_ipu_hl_lib.h:395: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  62. mxc_ipu_hl_lib.c:109: error: expected specifier-qualifier-list before ‘ipu_mem_info’
  63. mxc_ipu_hl_lib.c:208: error: expected ‘)’ before ‘*’ token
  64. mxc_ipu_hl_lib.c:212: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fmt_to_bpp’
  65. mxc_ipu_hl_lib.c: In function ‘colorspaceofpixel’:
  66. mxc_ipu_hl_lib.c:257: error: ‘IPU_PIX_FMT_RGB565’ undeclared (first use in this function)
  67. mxc_ipu_hl_lib.c:257: error: (Each undeclared identifier is reported only once
  68. mxc_ipu_hl_lib.c:257: error: for each function it appears in.)
  69. mxc_ipu_hl_lib.c:258: error: ‘IPU_PIX_FMT_BGR24’ undeclared (first use in this function)
  70. mxc_ipu_hl_lib.c:259: error: ‘IPU_PIX_FMT_RGB24’ undeclared (first use in this function)
  71. mxc_ipu_hl_lib.c:260: error: ‘IPU_PIX_FMT_BGRA32’ undeclared (first use in this function)
  72. mxc_ipu_hl_lib.c:261: error: ‘IPU_PIX_FMT_BGR32’ undeclared (first use in this function)
  73. mxc_ipu_hl_lib.c:262: error: ‘IPU_PIX_FMT_RGBA32’ undeclared (first use in this function)
  74. mxc_ipu_hl_lib.c:263: error: ‘IPU_PIX_FMT_RGB32’ undeclared (first use in this function)
  75. mxc_ipu_hl_lib.c:264: error: ‘IPU_PIX_FMT_ABGR32’ undeclared (first use in this function)
  76. mxc_ipu_hl_lib.c:267: error: ‘IPU_PIX_FMT_UYVY’ undeclared (first use in this function)
  77. mxc_ipu_hl_lib.c:268: error: ‘IPU_PIX_FMT_YUYV’ undeclared (first use in this function)
  78. mxc_ipu_hl_lib.c:269: error: ‘IPU_PIX_FMT_YUV420P2’ undeclared (first use in this function)
  79. mxc_ipu_hl_lib.c:270: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
  80. mxc_ipu_hl_lib.c:271: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
  81. mxc_ipu_hl_lib.c:272: error: ‘IPU_PIX_FMT_YVU422P’ undeclared (first use in this function)
  82. mxc_ipu_hl_lib.c:273: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
  83. mxc_ipu_hl_lib.c:274: error: ‘IPU_PIX_FMT_YUV444’ undeclared (first use in this function)
  84. mxc_ipu_hl_lib.c:275: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
  85. mxc_ipu_hl_lib.c: In function ‘_ipu_get_arch_rot_begin’:
  86. mxc_ipu_hl_lib.c:341: error: ‘IPU_ROTATE_90_RIGHT’ undeclared (first use in this function)
  87. mxc_ipu_hl_lib.c:346: error: ‘IPU_ROTATE_HORIZ_FLIP’ undeclared (first use in this function)
  88. mxc_ipu_hl_lib.c: In function ‘_ipu_task_busy_in_hw’:
  89. mxc_ipu_hl_lib.c:388: warning: implicit declaration of function ‘ipu_is_channel_busy’
  90. mxc_ipu_hl_lib.c:388: error: ‘MEM_PRP_ENC_MEM’ undeclared (first use in this function)
  91. mxc_ipu_hl_lib.c:389: error: ‘MEM_PRP_VF_MEM’ undeclared (first use in this function)
  92. mxc_ipu_hl_lib.c:390: error: ‘MEM_VDI_PRP_VF_MEM_P’ undeclared (first use in this function)
  93. mxc_ipu_hl_lib.c:391: error: ‘MEM_VDI_PRP_VF_MEM’ undeclared (first use in this function)
  94. mxc_ipu_hl_lib.c:392: error: ‘MEM_VDI_PRP_VF_MEM_N’ undeclared (first use in this function)
  95. mxc_ipu_hl_lib.c:395: error: ‘MEM_PP_MEM’ undeclared (first use in this function)
  96. mxc_ipu_hl_lib.c:397: error: ‘MEM_ROT_ENC_MEM’ undeclared (first use in this function)
  97. mxc_ipu_hl_lib.c:399: error: ‘MEM_ROT_VF_MEM’ undeclared (first use in this function)
  98. mxc_ipu_hl_lib.c:401: error: ‘MEM_ROT_PP_MEM’ undeclared (first use in this function)
  99. mxc_ipu_hl_lib.c: In function ‘_ipu_update_offset’:
  100. mxc_ipu_hl_lib.c:435: error: ‘IPU_PIX_FMT_YUV420P2’ undeclared (first use in this function)
  101. mxc_ipu_hl_lib.c:436: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
  102. mxc_ipu_hl_lib.c:442: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
  103. mxc_ipu_hl_lib.c:448: error: ‘IPU_PIX_FMT_YVU422P’ undeclared (first use in this function)
  104. mxc_ipu_hl_lib.c:454: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
  105. mxc_ipu_hl_lib.c:460: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
  106. mxc_ipu_hl_lib.c:466: warning: implicit declaration of function ‘fmt_to_bpp’
  107. mxc_ipu_hl_lib.c: At top level:
  108. mxc_ipu_hl_lib.c:471: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  109. mxc_ipu_hl_lib.c:472: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  110. mxc_ipu_hl_lib.c: In function ‘_ipu_split_mode_set_stripe’:
  111. mxc_ipu_hl_lib.c:478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  112. mxc_ipu_hl_lib.c:479: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  113. mxc_ipu_hl_lib.c:479: error: ‘IPU_ROTATE_VERT_FLIP’ undeclared (first use in this function)
  114. mxc_ipu_hl_lib.c:481: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  115. mxc_ipu_hl_lib.c:481: error: ‘IPU_ROTATE_HORIZ_FLIP’ undeclared (first use in this function)
  116. mxc_ipu_hl_lib.c:483: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  117. mxc_ipu_hl_lib.c:483: error: ‘IPU_ROTATE_180’ undeclared (first use in this function)
  118. mxc_ipu_hl_lib.c:491: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  119. mxc_ipu_hl_lib.c:492: warning: implicit declaration of function ‘bytes_per_pixel’
  120. mxc_ipu_hl_lib.c:492: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
  121. mxc_ipu_hl_lib.c:494: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  122. mxc_ipu_hl_lib.c:495: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  123. mxc_ipu_hl_lib.c:497: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  124. mxc_ipu_hl_lib.c:498: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  125. mxc_ipu_hl_lib.c:502: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  126. mxc_ipu_hl_lib.c:503: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  127. mxc_ipu_hl_lib.c:504: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  128. mxc_ipu_hl_lib.c:506: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  129. mxc_ipu_hl_lib.c:507: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  130. mxc_ipu_hl_lib.c:508: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  131. mxc_ipu_hl_lib.c:510: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  132. mxc_ipu_hl_lib.c:511: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  133. mxc_ipu_hl_lib.c:512: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  134. mxc_ipu_hl_lib.c:518: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  135. mxc_ipu_hl_lib.c:519: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  136. mxc_ipu_hl_lib.c:520: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  137. mxc_ipu_hl_lib.c:522: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  138. mxc_ipu_hl_lib.c:523: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  139. mxc_ipu_hl_lib.c:524: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  140. mxc_ipu_hl_lib.c:526: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  141. mxc_ipu_hl_lib.c:527: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  142. mxc_ipu_hl_lib.c:528: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  143. mxc_ipu_hl_lib.c:539: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  144. mxc_ipu_hl_lib.c:540: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
  145. mxc_ipu_hl_lib.c:542: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  146. mxc_ipu_hl_lib.c:543: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  147. mxc_ipu_hl_lib.c:545: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  148. mxc_ipu_hl_lib.c:546: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  149. mxc_ipu_hl_lib.c:550: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  150. mxc_ipu_hl_lib.c:551: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  151. mxc_ipu_hl_lib.c:552: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  152. mxc_ipu_hl_lib.c:554: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  153. mxc_ipu_hl_lib.c:555: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  154. mxc_ipu_hl_lib.c:556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  155. mxc_ipu_hl_lib.c:558: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  156. mxc_ipu_hl_lib.c:559: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  157. mxc_ipu_hl_lib.c:560: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  158. mxc_ipu_hl_lib.c:565: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  159. mxc_ipu_hl_lib.c:566: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  160. mxc_ipu_hl_lib.c:567: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  161. mxc_ipu_hl_lib.c:569: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  162. mxc_ipu_hl_lib.c:570: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  163. mxc_ipu_hl_lib.c:571: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  164. mxc_ipu_hl_lib.c:573: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  165. mxc_ipu_hl_lib.c:574: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  166. mxc_ipu_hl_lib.c:575: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  167. mxc_ipu_hl_lib.c:588: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  168. mxc_ipu_hl_lib.c:589: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  169. mxc_ipu_hl_lib.c:590: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  170. mxc_ipu_hl_lib.c:592: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  171. mxc_ipu_hl_lib.c:593: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  172. mxc_ipu_hl_lib.c:594: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  173. mxc_ipu_hl_lib.c:596: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  174. mxc_ipu_hl_lib.c:597: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  175. mxc_ipu_hl_lib.c:598: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  176. mxc_ipu_hl_lib.c:604: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  177. mxc_ipu_hl_lib.c:605: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  178. mxc_ipu_hl_lib.c:606: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  179. mxc_ipu_hl_lib.c:608: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  180. mxc_ipu_hl_lib.c:609: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  181. mxc_ipu_hl_lib.c:610: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  182. mxc_ipu_hl_lib.c:612: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  183. mxc_ipu_hl_lib.c:613: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  184. mxc_ipu_hl_lib.c:614: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  185. mxc_ipu_hl_lib.c:618: warning: implicit declaration of function ‘ipu_update_channel_buffer’
  186. mxc_ipu_hl_lib.c:618: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  187. mxc_ipu_hl_lib.c:619: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
  188. mxc_ipu_hl_lib.c:621: error: ‘out_buf_paddr’ undeclared (first use in this function)
  189. mxc_ipu_hl_lib.c:621: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  190. mxc_ipu_hl_lib.c:623: warning: implicit declaration of function ‘ipu_update_channel_offset’
  191. mxc_ipu_hl_lib.c:623: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  192. mxc_ipu_hl_lib.c:625: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  193. mxc_ipu_hl_lib.c:626: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  194. mxc_ipu_hl_lib.c:627: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  195. mxc_ipu_hl_lib.c:628: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  196. mxc_ipu_hl_lib.c:629: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  197. mxc_ipu_hl_lib.c:630: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  198. mxc_ipu_hl_lib.c:633: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  199. mxc_ipu_hl_lib.c:634: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
  200. mxc_ipu_hl_lib.c:636: error: ‘in_buf_paddr’ undeclared (first use in this function)
  201. mxc_ipu_hl_lib.c:636: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  202. mxc_ipu_hl_lib.c:637: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  203. mxc_ipu_hl_lib.c:639: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
  204. mxc_ipu_hl_lib.c:640: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  205. mxc_ipu_hl_lib.c:641: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  206. mxc_ipu_hl_lib.c:642: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  207. mxc_ipu_hl_lib.c:643: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  208. mxc_ipu_hl_lib.c:644: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  209. mxc_ipu_hl_lib.c:653: warning: implicit declaration of function ‘ipu_select_buffer’
  210. mxc_ipu_hl_lib.c:653: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  211. mxc_ipu_hl_lib.c:654: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  212. mxc_ipu_hl_lib.c: In function ‘__ipu_task_check’:
  213. mxc_ipu_hl_lib.c:667: error: ‘IPU_ROTATE_90_RIGHT’ undeclared (first use in this function)
  214. mxc_ipu_hl_lib.c:669: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  215. mxc_ipu_hl_lib.c:670: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  216. mxc_ipu_hl_lib.c:671: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  217. mxc_ipu_hl_lib.c:672: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  218. mxc_ipu_hl_lib.c:679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  219. mxc_ipu_hl_lib.c:679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  220. mxc_ipu_hl_lib.c:680: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  221. mxc_ipu_hl_lib.c:680: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  222. mxc_ipu_hl_lib.c:685: error: ‘IPU_ROTATE_NONE’ undeclared (first use in this function)
  223. mxc_ipu_hl_lib.c:698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  224. mxc_ipu_hl_lib.c:698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  225. mxc_ipu_hl_lib.c:704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
  226. mxc_ipu_hl_lib.c:704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  227. mxc_ipu_hl_lib.c:705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
  228. mxc_ipu_hl_lib.c:705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  229. mxc_ipu_hl_lib.c:706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  230. mxc_ipu_hl_lib.c:706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  231. mxc_ipu_hl_lib.c:707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  232. mxc_ipu_hl_lib.c:707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  233. mxc_ipu_hl_lib.c:710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  234. mxc_ipu_hl_lib.c:711: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  235. mxc_ipu_hl_lib.c:712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  236. mxc_ipu_hl_lib.c:713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  237. mxc_ipu_hl_lib.c:718: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  238. mxc_ipu_hl_lib.c:719: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  239. mxc_ipu_hl_lib.c:720: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  240. mxc_ipu_hl_lib.c:721: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  241. mxc_ipu_hl_lib.c: In function ‘_ipu_task_check’:
  242. mxc_ipu_hl_lib.c:749: error: ‘ipu_lib_overlay_param_t’ has no member named ‘global_alpha_en’
  243. mxc_ipu_hl_lib.c:749: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  244. mxc_ipu_hl_lib.c:755: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
  245. mxc_ipu_hl_lib.c:756: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  246. mxc_ipu_hl_lib.c:756: error: ‘ipu_lib_input_param_t’ has no member named ‘motion_sel’
  247. mxc_ipu_hl_lib.c:757: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  248. mxc_ipu_hl_lib.c:757: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  249. mxc_ipu_hl_lib.c:758: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  250. mxc_ipu_hl_lib.c:758: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  251. mxc_ipu_hl_lib.c:759: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  252. mxc_ipu_hl_lib.c:759: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  253. mxc_ipu_hl_lib.c:760: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  254. mxc_ipu_hl_lib.c:760: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  255. mxc_ipu_hl_lib.c:761: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  256. mxc_ipu_hl_lib.c:761: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  257. mxc_ipu_hl_lib.c:762: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  258. mxc_ipu_hl_lib.c:762: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  259. mxc_ipu_hl_lib.c:763: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  260. mxc_ipu_hl_lib.c:763: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  261. mxc_ipu_hl_lib.c:764: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  262. mxc_ipu_hl_lib.c:764: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  263. mxc_ipu_hl_lib.c:765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  264. mxc_ipu_hl_lib.c:765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  265. mxc_ipu_hl_lib.c:767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  266. mxc_ipu_hl_lib.c:767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  267. mxc_ipu_hl_lib.c:769: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  268. mxc_ipu_hl_lib.c:769: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  269. mxc_ipu_hl_lib.c:770: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  270. mxc_ipu_hl_lib.c:771: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  271. mxc_ipu_hl_lib.c:772: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  272. mxc_ipu_hl_lib.c:775: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  273. mxc_ipu_hl_lib.c:776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  274. mxc_ipu_hl_lib.c:776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  275. mxc_ipu_hl_lib.c:777: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  276. mxc_ipu_hl_lib.c:786: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  277. mxc_ipu_hl_lib.c:787: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  278. mxc_ipu_hl_lib.c:787: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  279. mxc_ipu_hl_lib.c:788: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  280. mxc_ipu_hl_lib.c:789: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  281. mxc_ipu_hl_lib.c:789: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  282. mxc_ipu_hl_lib.c:791: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  283. mxc_ipu_hl_lib.c:791: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  284. mxc_ipu_hl_lib.c:794: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  285. mxc_ipu_hl_lib.c:795: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
  286. mxc_ipu_hl_lib.c:796: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
  287. mxc_ipu_hl_lib.c:798: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  288. mxc_ipu_hl_lib.c:799: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  289. mxc_ipu_hl_lib.c:803: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  290. mxc_ipu_hl_lib.c:804: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  291. mxc_ipu_hl_lib.c:804: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  292. mxc_ipu_hl_lib.c:805: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  293. mxc_ipu_hl_lib.c:809: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  294. mxc_ipu_hl_lib.c:810: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  295. mxc_ipu_hl_lib.c:811: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  296. mxc_ipu_hl_lib.c:811: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  297. mxc_ipu_hl_lib.c:812: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  298. mxc_ipu_hl_lib.c:812: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  299. mxc_ipu_hl_lib.c:813: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  300. mxc_ipu_hl_lib.c:813: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  301. mxc_ipu_hl_lib.c:814: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  302. mxc_ipu_hl_lib.c:814: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  303. mxc_ipu_hl_lib.c:815: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  304. mxc_ipu_hl_lib.c:815: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  305. mxc_ipu_hl_lib.c:816: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  306. mxc_ipu_hl_lib.c:816: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  307. mxc_ipu_hl_lib.c:817: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  308. mxc_ipu_hl_lib.c:817: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  309. mxc_ipu_hl_lib.c:818: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  310. mxc_ipu_hl_lib.c:818: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  311. mxc_ipu_hl_lib.c:819: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  312. mxc_ipu_hl_lib.c:820: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  313. mxc_ipu_hl_lib.c:820: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  314. mxc_ipu_hl_lib.c:822: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  315. mxc_ipu_hl_lib.c:823: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  316. mxc_ipu_hl_lib.c:825: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  317. mxc_ipu_hl_lib.c:825: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
  318. mxc_ipu_hl_lib.c:826: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  319. mxc_ipu_hl_lib.c:827: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  320. mxc_ipu_hl_lib.c:828: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  321. mxc_ipu_hl_lib.c:831: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  322. mxc_ipu_hl_lib.c:832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  323. mxc_ipu_hl_lib.c:832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  324. mxc_ipu_hl_lib.c:833: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  325. mxc_ipu_hl_lib.c:834: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  326. mxc_ipu_hl_lib.c:835: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  327. mxc_ipu_hl_lib.c:835: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  328. mxc_ipu_hl_lib.c:838: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  329. mxc_ipu_hl_lib.c:841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  330. mxc_ipu_hl_lib.c:841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  331. mxc_ipu_hl_lib.c:842: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  332. mxc_ipu_hl_lib.c:842: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  333. mxc_ipu_hl_lib.c:848: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  334. mxc_ipu_hl_lib.c:849: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  335. mxc_ipu_hl_lib.c:850: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  336. mxc_ipu_hl_lib.c:853: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  337. mxc_ipu_hl_lib.c:854: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  338. mxc_ipu_hl_lib.c:859: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  339. mxc_ipu_hl_lib.c:869: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  340. mxc_ipu_hl_lib.c:870: warning: implicit declaration of function ‘ipu_calc_stripes_sizes’
  341. mxc_ipu_hl_lib.c:870: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
  342. mxc_ipu_hl_lib.c:871: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  343. mxc_ipu_hl_lib.c:877: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  344. mxc_ipu_hl_lib.c:878: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  345. mxc_ipu_hl_lib.c:879: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  346. mxc_ipu_hl_lib.c:880: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
  347. mxc_ipu_hl_lib.c:881: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  348. mxc_ipu_hl_lib.c:887: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  349. mxc_ipu_hl_lib.c:888: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  350. mxc_ipu_hl_lib.c:891: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  351. mxc_ipu_hl_lib.c:892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  352. mxc_ipu_hl_lib.c:898: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  353. mxc_ipu_hl_lib.c:899: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  354. mxc_ipu_hl_lib.c:900: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  355. mxc_ipu_hl_lib.c:901: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  356. mxc_ipu_hl_lib.c:903: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  357. mxc_ipu_hl_lib.c:910: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  358. mxc_ipu_hl_lib.c:911: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  359. mxc_ipu_hl_lib.c:912: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  360. mxc_ipu_hl_lib.c:913: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  361. mxc_ipu_hl_lib.c:915: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  362. mxc_ipu_hl_lib.c:925: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  363. mxc_ipu_hl_lib.c:926: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  364. mxc_ipu_hl_lib.c:927: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  365. mxc_ipu_hl_lib.c:928: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  366. mxc_ipu_hl_lib.c:929: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  367. mxc_ipu_hl_lib.c:931: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  368. mxc_ipu_hl_lib.c:941: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  369. mxc_ipu_hl_lib.c:942: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  370. mxc_ipu_hl_lib.c:943: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  371. mxc_ipu_hl_lib.c:944: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  372. mxc_ipu_hl_lib.c:945: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  373. mxc_ipu_hl_lib.c:948: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  374. mxc_ipu_hl_lib.c:960: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  375. mxc_ipu_hl_lib.c: At top level:
  376. mxc_ipu_hl_lib.c:981: error: expected declaration specifiers or ‘...’ before ‘ipu_channel_t’
  377. mxc_ipu_hl_lib.c:981: warning: ‘struct fb_var_screeninfo’ declared inside parameter list
  378. mxc_ipu_hl_lib.c:981: warning: its scope is only this definition or declaration, which is probably not what you want
  379. mxc_ipu_hl_lib.c: In function ‘fit_fb_setting’:
  380. mxc_ipu_hl_lib.c:983: error: ‘fb_chan’ undeclared (first use in this function)
  381. mxc_ipu_hl_lib.c:983: error: ‘MEM_BG_SYNC’ undeclared (first use in this function)
  382. mxc_ipu_hl_lib.c:984: error: dereferencing pointer to incomplete type
  383. mxc_ipu_hl_lib.c:984: error: dereferencing pointer to incomplete type
  384. mxc_ipu_hl_lib.c:985: error: dereferencing pointer to incomplete type
  385. mxc_ipu_hl_lib.c:986: error: dereferencing pointer to incomplete type
  386. mxc_ipu_hl_lib.c:987: error: dereferencing pointer to incomplete type
  387. mxc_ipu_hl_lib.c:987: error: dereferencing pointer to incomplete type
  388. mxc_ipu_hl_lib.c:990: error: dereferencing pointer to incomplete type
  389. mxc_ipu_hl_lib.c:993: error: dereferencing pointer to incomplete type
  390. mxc_ipu_hl_lib.c:994: error: dereferencing pointer to incomplete type
  391. mxc_ipu_hl_lib.c:996: error: ‘MEM_DC_SYNC’ undeclared (first use in this function)
  392. mxc_ipu_hl_lib.c:997: error: dereferencing pointer to incomplete type
  393. mxc_ipu_hl_lib.c:997: error: dereferencing pointer to incomplete type
  394. mxc_ipu_hl_lib.c:998: error: dereferencing pointer to incomplete type
  395. mxc_ipu_hl_lib.c:999: error: dereferencing pointer to incomplete type
  396. mxc_ipu_hl_lib.c:1000: error: dereferencing pointer to incomplete type
  397. mxc_ipu_hl_lib.c:1000: error: dereferencing pointer to incomplete type
  398. mxc_ipu_hl_lib.c:1001: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
  399. mxc_ipu_hl_lib.c:1002: error: dereferencing pointer to incomplete type
  400. mxc_ipu_hl_lib.c:1003: error: dereferencing pointer to incomplete type
  401. mxc_ipu_hl_lib.c:1004: error: dereferencing pointer to incomplete type
  402. mxc_ipu_hl_lib.c:1005: error: dereferencing pointer to incomplete type
  403. mxc_ipu_hl_lib.c:1006: error: dereferencing pointer to incomplete type
  404. mxc_ipu_hl_lib.c: At top level:
  405. mxc_ipu_hl_lib.c:1014: warning: ‘struct fb_fix_screeninfo’ declared inside parameter list
  406. mxc_ipu_hl_lib.c:1014: warning: ‘struct fb_var_screeninfo’ declared inside parameter list
  407. mxc_ipu_hl_lib.c: In function ‘__fill_fb_black’:
  408. mxc_ipu_hl_lib.c:1020: error: ‘IPU_PIX_FMT_UYVY’ undeclared (first use in this function)
  409. mxc_ipu_hl_lib.c:1020: error: ‘IPU_PIX_FMT_YUYV’ undeclared (first use in this function)
  410. mxc_ipu_hl_lib.c:1027: error: dereferencing pointer to incomplete type
  411. mxc_ipu_hl_lib.c:1027: error: dereferencing pointer to incomplete type
  412. mxc_ipu_hl_lib.c:1030: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
  413. mxc_ipu_hl_lib.c:1031: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
  414. mxc_ipu_hl_lib.c:1032: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
  415. mxc_ipu_hl_lib.c:1034: error: dereferencing pointer to incomplete type
  416. mxc_ipu_hl_lib.c:1034: error: dereferencing pointer to incomplete type
  417. mxc_ipu_hl_lib.c:1042: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
  418. mxc_ipu_hl_lib.c:1044: error: dereferencing pointer to incomplete type
  419. mxc_ipu_hl_lib.c:1044: error: dereferencing pointer to incomplete type
  420. mxc_ipu_hl_lib.c:1055: error: dereferencing pointer to incomplete type
  421. mxc_ipu_hl_lib.c:1055: error: dereferencing pointer to incomplete type
  422. mxc_ipu_hl_lib.c: At top level:
  423. mxc_ipu_hl_lib.c:1058: error: expected ‘)’ before ‘*’ token
  424. mxc_ipu_hl_lib.c:1093: error: expected ‘)’ before ‘*’ token
  425. mxc_ipu_hl_lib.c: In function ‘_ipu_mem_alloc’:
  426. mxc_ipu_hl_lib.c:1114: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  427. mxc_ipu_hl_lib.c:1114: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  428. mxc_ipu_hl_lib.c:1121: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  429. mxc_ipu_hl_lib.c:1128: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  430. mxc_ipu_hl_lib.c:1128: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  431. mxc_ipu_hl_lib.c:1132: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  432. mxc_ipu_hl_lib.c:1133: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  433. mxc_ipu_hl_lib.c:1135: warning: implicit declaration of function ‘__ipu_mem_alloc’
  434. mxc_ipu_hl_lib.c:1135: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  435. mxc_ipu_hl_lib.c:1137: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifr_size’
  436. mxc_ipu_hl_lib.c:1138: error: ‘ipu_lib_priv_handle_t’ has no member named ‘inbuf_start’
  437. mxc_ipu_hl_lib.c:1141: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  438. mxc_ipu_hl_lib.c:1144: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  439. mxc_ipu_hl_lib.c:1144: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  440. mxc_ipu_hl_lib.c:1145: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  441. mxc_ipu_hl_lib.c:1151: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_paddr’
  442. mxc_ipu_hl_lib.c:1152: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  443. mxc_ipu_hl_lib.c:1154: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  444. mxc_ipu_hl_lib.c:1156: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_size’
  445. mxc_ipu_hl_lib.c:1157: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_start’
  446. mxc_ipu_hl_lib.c:1160: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  447. mxc_ipu_hl_lib.c:1163: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  448. mxc_ipu_hl_lib.c:1163: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_paddr’
  449. mxc_ipu_hl_lib.c:1164: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_paddr’
  450. mxc_ipu_hl_lib.c:1167: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  451. mxc_ipu_hl_lib.c:1168: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_alpha_paddr’
  452. mxc_ipu_hl_lib.c:1169: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  453. mxc_ipu_hl_lib.c:1171: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  454. mxc_ipu_hl_lib.c:1173: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_alpha_size’
  455. mxc_ipu_hl_lib.c:1174: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_alpha_start’
  456. mxc_ipu_hl_lib.c:1177: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  457. mxc_ipu_hl_lib.c:1182: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  458. mxc_ipu_hl_lib.c:1182: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_alpha_paddr’
  459. mxc_ipu_hl_lib.c:1183: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_alpha_paddr’
  460. mxc_ipu_hl_lib.c:1189: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  461. mxc_ipu_hl_lib.c:1190: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  462. mxc_ipu_hl_lib.c:1191: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  463. mxc_ipu_hl_lib.c:1192: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  464. mxc_ipu_hl_lib.c:1192: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  465. mxc_ipu_hl_lib.c:1194: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  466. mxc_ipu_hl_lib.c:1197: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  467. mxc_ipu_hl_lib.c:1197: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  468. mxc_ipu_hl_lib.c:1204: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  469. mxc_ipu_hl_lib.c:1204: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  470. mxc_ipu_hl_lib.c:1205: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  471. mxc_ipu_hl_lib.c:1207: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  472. mxc_ipu_hl_lib.c:1209: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ofr_size’
  473. mxc_ipu_hl_lib.c:1210: error: ‘ipu_lib_priv_handle_t’ has no member named ‘outbuf_start’
  474. mxc_ipu_hl_lib.c:1213: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  475. mxc_ipu_hl_lib.c:1216: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  476. mxc_ipu_hl_lib.c:1217: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  477. mxc_ipu_hl_lib.c:1217: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  478. mxc_ipu_hl_lib.c:1218: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  479. mxc_ipu_hl_lib.c:1229: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  480. mxc_ipu_hl_lib.c:1231: error: storage size of ‘fb_fix’ isn’t known
  481. mxc_ipu_hl_lib.c:1232: error: storage size of ‘fb_var’ isn’t known
  482. mxc_ipu_hl_lib.c:1238: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  483. mxc_ipu_hl_lib.c:1238: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  484. mxc_ipu_hl_lib.c:1240: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  485. mxc_ipu_hl_lib.c:1242: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  486. mxc_ipu_hl_lib.c:1249: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  487. mxc_ipu_hl_lib.c:1255: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  488. mxc_ipu_hl_lib.c:1255: error: ‘FBIOGET_FSCREENINFO’ undeclared (first use in this function)
  489. mxc_ipu_hl_lib.c:1260: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  490. mxc_ipu_hl_lib.c:1260: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
  491. mxc_ipu_hl_lib.c:1266: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  492. mxc_ipu_hl_lib.c:1266: error: ‘MXCFB_GET_FB_IPU_CHAN’ undeclared (first use in this function)
  493. mxc_ipu_hl_lib.c:1267: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  494. mxc_ipu_hl_lib.c:1269: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  495. mxc_ipu_hl_lib.c:1270: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  496. mxc_ipu_hl_lib.c:1270: error: ‘MEM_BG_SYNC’ undeclared (first use in this function)
  497. mxc_ipu_hl_lib.c:1271: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  498. mxc_ipu_hl_lib.c:1272: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  499. mxc_ipu_hl_lib.c:1272: error: ‘MEM_DC_SYNC’ undeclared (first use in this function)
  500. mxc_ipu_hl_lib.c:1274: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  501. mxc_ipu_hl_lib.c:1274: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
  502. mxc_ipu_hl_lib.c:1277: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  503. mxc_ipu_hl_lib.c:1278: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  504. mxc_ipu_hl_lib.c:1282: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  505. mxc_ipu_hl_lib.c:1282: error: too many arguments to function ‘fit_fb_setting’
  506. mxc_ipu_hl_lib.c:1284: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  507. mxc_ipu_hl_lib.c:1289: error: ‘FB_ACTIVATE_FORCE’ undeclared (first use in this function)
  508. mxc_ipu_hl_lib.c:1292: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  509. mxc_ipu_hl_lib.c:1305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  510. mxc_ipu_hl_lib.c:1305: error: ‘FBIOPUT_VSCREENINFO’ undeclared (first use in this function)
  511. mxc_ipu_hl_lib.c:1311: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  512. mxc_ipu_hl_lib.c:1317: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  513. mxc_ipu_hl_lib.c:1336: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  514. mxc_ipu_hl_lib.c:1338: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  515. mxc_ipu_hl_lib.c:1339: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  516. mxc_ipu_hl_lib.c:1339: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  517. mxc_ipu_hl_lib.c:1340: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  518. mxc_ipu_hl_lib.c:1342: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  519. mxc_ipu_hl_lib.c:1344: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  520. mxc_ipu_hl_lib.c:1345: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  521. mxc_ipu_hl_lib.c:1346: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  522. mxc_ipu_hl_lib.c:1347: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  523. mxc_ipu_hl_lib.c:1348: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  524. mxc_ipu_hl_lib.c:1350: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  525. mxc_ipu_hl_lib.c:1351: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  526. mxc_ipu_hl_lib.c:1353: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  527. mxc_ipu_hl_lib.c:1354: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  528. mxc_ipu_hl_lib.c:1360: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  529. mxc_ipu_hl_lib.c:1362: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  530. mxc_ipu_hl_lib.c:1364: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  531. mxc_ipu_hl_lib.c:1367: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  532. mxc_ipu_hl_lib.c:1368: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  533. mxc_ipu_hl_lib.c:1369: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  534. mxc_ipu_hl_lib.c:1370: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  535. mxc_ipu_hl_lib.c:1371: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  536. mxc_ipu_hl_lib.c:1372: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  537. mxc_ipu_hl_lib.c:1373: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  538. mxc_ipu_hl_lib.c:1374: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  539. mxc_ipu_hl_lib.c:1377: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  540. mxc_ipu_hl_lib.c:1378: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  541. mxc_ipu_hl_lib.c:1379: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  542. mxc_ipu_hl_lib.c:1380: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  543. mxc_ipu_hl_lib.c:1381: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  544. mxc_ipu_hl_lib.c:1383: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  545. mxc_ipu_hl_lib.c:1384: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  546. mxc_ipu_hl_lib.c:1384: error: ‘MXCFB_SET_OVERLAY_POS’ undeclared (first use in this function)
  547. mxc_ipu_hl_lib.c:1385: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  548. mxc_ipu_hl_lib.c:1389: error: ‘FB_BLANK_UNBLANK’ undeclared (first use in this function)
  549. mxc_ipu_hl_lib.c:1390: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  550. mxc_ipu_hl_lib.c:1390: error: ‘FBIOBLANK’ undeclared (first use in this function)
  551. mxc_ipu_hl_lib.c:1232: warning: unused variable ‘fb_var’
  552. mxc_ipu_hl_lib.c:1231: warning: unused variable ‘fb_fix’
  553. mxc_ipu_hl_lib.c:1398: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  554. mxc_ipu_hl_lib.c:1399: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  555. mxc_ipu_hl_lib.c: In function ‘_ipu_mem_free’:
  556. mxc_ipu_hl_lib.c:1410: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  557. mxc_ipu_hl_lib.c:1410: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  558. mxc_ipu_hl_lib.c:1417: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  559. mxc_ipu_hl_lib.c:1425: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  560. mxc_ipu_hl_lib.c:1426: warning: implicit declaration of function ‘__ipu_mem_free’
  561. mxc_ipu_hl_lib.c:1426: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  562. mxc_ipu_hl_lib.c:1427: error: ‘ipu_lib_priv_handle_t’ has no member named ‘inbuf_start’
  563. mxc_ipu_hl_lib.c:1428: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifr_size’
  564. mxc_ipu_hl_lib.c:1428: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  565. mxc_ipu_hl_lib.c:1434: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  566. mxc_ipu_hl_lib.c:1435: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  567. mxc_ipu_hl_lib.c:1436: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_start’
  568. mxc_ipu_hl_lib.c:1437: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_size’
  569. mxc_ipu_hl_lib.c:1437: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  570. mxc_ipu_hl_lib.c:1440: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  571. mxc_ipu_hl_lib.c:1441: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  572. mxc_ipu_hl_lib.c:1442: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_alpha_start’
  573. mxc_ipu_hl_lib.c:1443: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_alpha_size’
  574. mxc_ipu_hl_lib.c:1443: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  575. mxc_ipu_hl_lib.c:1447: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  576. mxc_ipu_hl_lib.c:1448: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  577. mxc_ipu_hl_lib.c:1450: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  578. mxc_ipu_hl_lib.c:1450: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  579. mxc_ipu_hl_lib.c:1456: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  580. mxc_ipu_hl_lib.c:1457: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  581. mxc_ipu_hl_lib.c:1458: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  582. mxc_ipu_hl_lib.c:1459: error: ‘ipu_lib_priv_handle_t’ has no member named ‘outbuf_start’
  583. mxc_ipu_hl_lib.c:1460: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ofr_size’
  584. mxc_ipu_hl_lib.c:1460: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  585. mxc_ipu_hl_lib.c:1470: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  586. mxc_ipu_hl_lib.c:1470: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  587. mxc_ipu_hl_lib.c:1471: error: storage size of ‘fb_var’ isn’t known
  588. mxc_ipu_hl_lib.c:1473: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  589. mxc_ipu_hl_lib.c:1473: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
  590. mxc_ipu_hl_lib.c:1474: error: ‘FB_ACTIVATE_FORCE’ undeclared (first use in this function)
  591. mxc_ipu_hl_lib.c:1475: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  592. mxc_ipu_hl_lib.c:1475: error: ‘FBIOPUT_VSCREENINFO’ undeclared (first use in this function)
  593. mxc_ipu_hl_lib.c:1477: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  594. mxc_ipu_hl_lib.c:1478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  595. mxc_ipu_hl_lib.c:1478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  596. mxc_ipu_hl_lib.c:1480: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  597. mxc_ipu_hl_lib.c:1480: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
  598. mxc_ipu_hl_lib.c:1481: error: ‘FB_BLANK_POWERDOWN’ undeclared (first use in this function)
  599. mxc_ipu_hl_lib.c:1482: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  600. mxc_ipu_hl_lib.c:1482: error: ‘FBIOBLANK’ undeclared (first use in this function)
  601. mxc_ipu_hl_lib.c:1487: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  602. mxc_ipu_hl_lib.c:1471: warning: unused variable ‘fb_var’
  603. mxc_ipu_hl_lib.c: In function ‘_ipu_channel_setup’:
  604. mxc_ipu_hl_lib.c:1496: error: ‘ipu_channel_params_t’ undeclared (first use in this function)
  605. mxc_ipu_hl_lib.c:1496: error: expected ‘;’ before ‘params’
  606. mxc_ipu_hl_lib.c:1500: error: ‘dma_addr_t’ undeclared (first use in this function)
  607. mxc_ipu_hl_lib.c:1500: error: expected ‘;’ before ‘buf0’
  608. mxc_ipu_hl_lib.c:1521: error: ‘ipu_lib_input_param_t’ has no member named ‘motion_sel’
  609. mxc_ipu_hl_lib.c:1522: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  610. mxc_ipu_hl_lib.c:1523: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  611. mxc_ipu_hl_lib.c:1524: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  612. mxc_ipu_hl_lib.c:1525: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
  613. mxc_ipu_hl_lib.c:1528: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  614. mxc_ipu_hl_lib.c:1529: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  615. mxc_ipu_hl_lib.c:1530: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  616. mxc_ipu_hl_lib.c:1531: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  617. mxc_ipu_hl_lib.c:1532: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  618. mxc_ipu_hl_lib.c:1535: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  619. mxc_ipu_hl_lib.c:1536: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  620. mxc_ipu_hl_lib.c:1538: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  621. mxc_ipu_hl_lib.c:1538: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  622. mxc_ipu_hl_lib.c:1539: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  623. mxc_ipu_hl_lib.c:1552: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  624. mxc_ipu_hl_lib.c:1553: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  625. mxc_ipu_hl_lib.c:1554: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  626. mxc_ipu_hl_lib.c:1555: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
  627. mxc_ipu_hl_lib.c:1556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
  628. mxc_ipu_hl_lib.c:1557: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  629. mxc_ipu_hl_lib.c:1558: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  630. mxc_ipu_hl_lib.c:1561: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  631. mxc_ipu_hl_lib.c:1562: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  632. mxc_ipu_hl_lib.c:1564: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  633. mxc_ipu_hl_lib.c:1566: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  634. mxc_ipu_hl_lib.c:1567: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  635. mxc_ipu_hl_lib.c:1576: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  636. mxc_ipu_hl_lib.c:1577: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  637. mxc_ipu_hl_lib.c:1578: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  638. mxc_ipu_hl_lib.c:1579: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  639. mxc_ipu_hl_lib.c:1580: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
  640. mxc_ipu_hl_lib.c:1584: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  641. mxc_ipu_hl_lib.c:1585: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  642. mxc_ipu_hl_lib.c:1586: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  643. mxc_ipu_hl_lib.c:1587: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  644. mxc_ipu_hl_lib.c:1588: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  645. mxc_ipu_hl_lib.c:1591: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  646. mxc_ipu_hl_lib.c:1592: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  647. mxc_ipu_hl_lib.c:1593: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  648. mxc_ipu_hl_lib.c:1595: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  649. mxc_ipu_hl_lib.c:1598: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  650. mxc_ipu_hl_lib.c:1599: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  651. mxc_ipu_hl_lib.c:1600: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  652. mxc_ipu_hl_lib.c:1601: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  653. mxc_ipu_hl_lib.c:1602: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  654. mxc_ipu_hl_lib.c:1604: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  655. mxc_ipu_hl_lib.c:1605: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  656. mxc_ipu_hl_lib.c:1606: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  657. mxc_ipu_hl_lib.c:1607: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
  658. mxc_ipu_hl_lib.c:1609: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  659. mxc_ipu_hl_lib.c:1612: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  660. mxc_ipu_hl_lib.c:1613: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  661. mxc_ipu_hl_lib.c:1614: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  662. mxc_ipu_hl_lib.c:1615: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  663. mxc_ipu_hl_lib.c:1616: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  664. mxc_ipu_hl_lib.c:1618: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  665. mxc_ipu_hl_lib.c:1619: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  666. mxc_ipu_hl_lib.c:1620: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  667. mxc_ipu_hl_lib.c:1621: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
  668. mxc_ipu_hl_lib.c:1626: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  669. mxc_ipu_hl_lib.c:1634: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  670. mxc_ipu_hl_lib.c:1635: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  671. mxc_ipu_hl_lib.c:1635: error: ‘MEM_PRP_ENC_MEM’ undeclared (first use in this function)
  672. mxc_ipu_hl_lib.c:1637: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  673. mxc_ipu_hl_lib.c:1638: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  674. mxc_ipu_hl_lib.c:1638: error: ‘MEM_PRP_VF_MEM’ undeclared (first use in this function)
  675. mxc_ipu_hl_lib.c:1640: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  676. mxc_ipu_hl_lib.c:1641: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  677. mxc_ipu_hl_lib.c:1641: error: ‘MEM_PP_MEM’ undeclared (first use in this function)
  678. mxc_ipu_hl_lib.c:1643: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  679. mxc_ipu_hl_lib.c:1644: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  680. mxc_ipu_hl_lib.c:1644: error: ‘MEM_VDI_PRP_VF_MEM’ undeclared (first use in this function)
  681. mxc_ipu_hl_lib.c:1646: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  682. mxc_ipu_hl_lib.c:1647: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  683. mxc_ipu_hl_lib.c:1647: error: ‘MEM_VDI_PRP_VF_MEM_P’ undeclared (first use in this function)
  684. mxc_ipu_hl_lib.c:1649: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  685. mxc_ipu_hl_lib.c:1649: error: ‘MEM_VDI_PRP_VF_MEM_N’ undeclared (first use in this function)
  686. mxc_ipu_hl_lib.c:1654: error: ‘params’ undeclared (first use in this function)
  687. mxc_ipu_hl_lib.c:1656: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  688. mxc_ipu_hl_lib.c:1657: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  689. mxc_ipu_hl_lib.c:1658: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  690. mxc_ipu_hl_lib.c:1659: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
  691. mxc_ipu_hl_lib.c:1661: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
  692. mxc_ipu_hl_lib.c:1662: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  693. mxc_ipu_hl_lib.c:1664: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  694. mxc_ipu_hl_lib.c:1665: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  695. mxc_ipu_hl_lib.c:1666: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  696. mxc_ipu_hl_lib.c:1667: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
  697. mxc_ipu_hl_lib.c:1669: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
  698. mxc_ipu_hl_lib.c:1670: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  699. mxc_ipu_hl_lib.c:1675: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  700. mxc_ipu_hl_lib.c:1680: error: ‘ipu_lib_overlay_param_t’ has no member named ‘global_alpha_en’
  701. mxc_ipu_hl_lib.c:1681: error: ‘ipu_lib_overlay_param_t’ has no member named ‘alpha’
  702. mxc_ipu_hl_lib.c:1682: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color_en’
  703. mxc_ipu_hl_lib.c:1683: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color’
  704. mxc_ipu_hl_lib.c:1684: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  705. mxc_ipu_hl_lib.c:1687: warning: implicit declaration of function ‘ipu_init_channel’
  706. mxc_ipu_hl_lib.c:1687: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  707. mxc_ipu_hl_lib.c:1691: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  708. mxc_ipu_hl_lib.c:1692: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  709. mxc_ipu_hl_lib.c:1693: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  710. mxc_ipu_hl_lib.c:1696: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  711. mxc_ipu_hl_lib.c:1701: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  712. mxc_ipu_hl_lib.c:1702: error: ‘buf0’ undeclared (first use in this function)
  713. mxc_ipu_hl_lib.c:1702: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  714. mxc_ipu_hl_lib.c:1702: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  715. mxc_ipu_hl_lib.c:1703: error: ‘buf1’ undeclared (first use in this function)
  716. mxc_ipu_hl_lib.c:1704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  717. mxc_ipu_hl_lib.c:1704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  718. mxc_ipu_hl_lib.c:1705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  719. mxc_ipu_hl_lib.c:1706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  720. mxc_ipu_hl_lib.c:1707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  721. mxc_ipu_hl_lib.c:1707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  722. mxc_ipu_hl_lib.c:1709: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  723. mxc_ipu_hl_lib.c:1709: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  724. mxc_ipu_hl_lib.c:1710: error: ‘buf0_p’ undeclared (first use in this function)
  725. mxc_ipu_hl_lib.c:1710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  726. mxc_ipu_hl_lib.c:1710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  727. mxc_ipu_hl_lib.c:1710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  728. mxc_ipu_hl_lib.c:1711: error: ‘buf1_p’ undeclared (first use in this function)
  729. mxc_ipu_hl_lib.c:1712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  730. mxc_ipu_hl_lib.c:1712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  731. mxc_ipu_hl_lib.c:1712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  732. mxc_ipu_hl_lib.c:1713: error: ‘buf0_n’ undeclared (first use in this function)
  733. mxc_ipu_hl_lib.c:1713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  734. mxc_ipu_hl_lib.c:1713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  735. mxc_ipu_hl_lib.c:1713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  736. mxc_ipu_hl_lib.c:1714: error: ‘buf1_n’ undeclared (first use in this function)
  737. mxc_ipu_hl_lib.c:1715: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  738. mxc_ipu_hl_lib.c:1715: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  739. mxc_ipu_hl_lib.c:1715: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  740. mxc_ipu_hl_lib.c:1719: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  741. mxc_ipu_hl_lib.c:1721: warning: implicit declaration of function ‘ipu_init_channel_buffer’
  742. mxc_ipu_hl_lib.c:1721: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  743. mxc_ipu_hl_lib.c:1722: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
  744. mxc_ipu_hl_lib.c:1726: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  745. mxc_ipu_hl_lib.c:1727: error: ‘IPU_ROTATE_NONE’ undeclared (first use in this function)
  746. mxc_ipu_hl_lib.c:1731: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  747. mxc_ipu_hl_lib.c:1731: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  748. mxc_ipu_hl_lib.c:1733: warning: implicit declaration of function ‘ipu_uninit_channel’
  749. mxc_ipu_hl_lib.c:1733: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  750. mxc_ipu_hl_lib.c:1737: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  751. mxc_ipu_hl_lib.c:1738: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  752. mxc_ipu_hl_lib.c:1739: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  753. mxc_ipu_hl_lib.c:1744: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  754. mxc_ipu_hl_lib.c:1749: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  755. mxc_ipu_hl_lib.c:1749: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  756. mxc_ipu_hl_lib.c:1751: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  757. mxc_ipu_hl_lib.c:1755: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  758. mxc_ipu_hl_lib.c:1760: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  759. mxc_ipu_hl_lib.c:1765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  760. mxc_ipu_hl_lib.c:1765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  761. mxc_ipu_hl_lib.c:1767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  762. mxc_ipu_hl_lib.c:1773: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  763. mxc_ipu_hl_lib.c:1774: error: ‘IPU_GRAPH_IN_BUFFER’ undeclared (first use in this function)
  764. mxc_ipu_hl_lib.c:1776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  765. mxc_ipu_hl_lib.c:1777: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  766. mxc_ipu_hl_lib.c:1780: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  767. mxc_ipu_hl_lib.c:1780: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  768. mxc_ipu_hl_lib.c:1782: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  769. mxc_ipu_hl_lib.c:1782: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  770. mxc_ipu_hl_lib.c:1784: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
  771. mxc_ipu_hl_lib.c:1784: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
  772. mxc_ipu_hl_lib.c:1786: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  773. mxc_ipu_hl_lib.c:1790: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  774. mxc_ipu_hl_lib.c:1791: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  775. mxc_ipu_hl_lib.c:1792: error: ‘IPU_ALPHA_IN_BUFFER’ undeclared (first use in this function)
  776. mxc_ipu_hl_lib.c:1793: error: ‘IPU_PIX_FMT_GENERIC’ undeclared (first use in this function)
  777. mxc_ipu_hl_lib.c:1794: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  778. mxc_ipu_hl_lib.c:1795: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  779. mxc_ipu_hl_lib.c:1798: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  780. mxc_ipu_hl_lib.c:1798: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  781. mxc_ipu_hl_lib.c:1800: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  782. mxc_ipu_hl_lib.c:1800: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  783. mxc_ipu_hl_lib.c:1804: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  784. mxc_ipu_hl_lib.c:1810: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  785. mxc_ipu_hl_lib.c:1811: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  786. mxc_ipu_hl_lib.c:1811: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  787. mxc_ipu_hl_lib.c:1813: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  788. mxc_ipu_hl_lib.c:1815: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  789. mxc_ipu_hl_lib.c:1815: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  790. mxc_ipu_hl_lib.c:1817: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  791. mxc_ipu_hl_lib.c:1818: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  792. mxc_ipu_hl_lib.c:1820: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  793. mxc_ipu_hl_lib.c:1822: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  794. mxc_ipu_hl_lib.c:1823: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
  795. mxc_ipu_hl_lib.c:1827: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  796. mxc_ipu_hl_lib.c:1832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  797. mxc_ipu_hl_lib.c:1832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  798. mxc_ipu_hl_lib.c:1834: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  799. mxc_ipu_hl_lib.c:1839: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  800. mxc_ipu_hl_lib.c:1840: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  801. mxc_ipu_hl_lib.c:1841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  802. mxc_ipu_hl_lib.c:1841: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  803. mxc_ipu_hl_lib.c:1842: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  804. mxc_ipu_hl_lib.c:1843: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  805. mxc_ipu_hl_lib.c:1844: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  806. mxc_ipu_hl_lib.c:1844: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  807. mxc_ipu_hl_lib.c:1845: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  808. mxc_ipu_hl_lib.c:1846: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  809. mxc_ipu_hl_lib.c:1847: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  810. mxc_ipu_hl_lib.c:1847: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  811. mxc_ipu_hl_lib.c:1849: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  812. mxc_ipu_hl_lib.c:1850: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  813. mxc_ipu_hl_lib.c:1851: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  814. mxc_ipu_hl_lib.c:1857: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  815. mxc_ipu_hl_lib.c:1858: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  816. mxc_ipu_hl_lib.c:1858: error: ‘MEM_ROT_ENC_MEM’ undeclared (first use in this function)
  817. mxc_ipu_hl_lib.c:1860: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  818. mxc_ipu_hl_lib.c:1861: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  819. mxc_ipu_hl_lib.c:1861: error: ‘MEM_ROT_VF_MEM’ undeclared (first use in this function)
  820. mxc_ipu_hl_lib.c:1863: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  821. mxc_ipu_hl_lib.c:1864: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  822. mxc_ipu_hl_lib.c:1864: error: ‘MEM_ROT_PP_MEM’ undeclared (first use in this function)
  823. mxc_ipu_hl_lib.c:1868: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  824. mxc_ipu_hl_lib.c:1873: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  825. mxc_ipu_hl_lib.c:1874: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  826. mxc_ipu_hl_lib.c:1877: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
  827. mxc_ipu_hl_lib.c:1878: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
  828. mxc_ipu_hl_lib.c:1879: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  829. mxc_ipu_hl_lib.c:1881: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  830. mxc_ipu_hl_lib.c:1881: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  831. mxc_ipu_hl_lib.c:1883: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  832. mxc_ipu_hl_lib.c:1883: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  833. mxc_ipu_hl_lib.c:1885: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  834. mxc_ipu_hl_lib.c:1885: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  835. mxc_ipu_hl_lib.c:1887: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  836. mxc_ipu_hl_lib.c:1891: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  837. mxc_ipu_hl_lib.c:1892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  838. mxc_ipu_hl_lib.c:1892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  839. mxc_ipu_hl_lib.c:1894: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  840. mxc_ipu_hl_lib.c:1896: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  841. mxc_ipu_hl_lib.c:1899: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  842. mxc_ipu_hl_lib.c:1900: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  843. mxc_ipu_hl_lib.c:1901: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  844. mxc_ipu_hl_lib.c:1903: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  845. mxc_ipu_hl_lib.c:1904: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  846. mxc_ipu_hl_lib.c:1906: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  847. mxc_ipu_hl_lib.c:1907: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  848. mxc_ipu_hl_lib.c:1909: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  849. mxc_ipu_hl_lib.c:1909: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  850. mxc_ipu_hl_lib.c:1911: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  851. mxc_ipu_hl_lib.c:1915: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  852. mxc_ipu_hl_lib.c:1916: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  853. mxc_ipu_hl_lib.c:1917: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  854. mxc_ipu_hl_lib.c:1928: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  855. mxc_ipu_hl_lib.c:1929: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  856. mxc_ipu_hl_lib.c:1931: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  857. mxc_ipu_hl_lib.c:1932: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  858. mxc_ipu_hl_lib.c:1934: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  859. mxc_ipu_hl_lib.c:1935: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  860. mxc_ipu_hl_lib.c:1937: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  861. mxc_ipu_hl_lib.c:1938: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  862. mxc_ipu_hl_lib.c:1940: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  863. mxc_ipu_hl_lib.c:1941: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  864. mxc_ipu_hl_lib.c:1943: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  865. mxc_ipu_hl_lib.c:1950: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  866. mxc_ipu_hl_lib.c:1951: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  867. mxc_ipu_hl_lib.c:1953: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  868. mxc_ipu_hl_lib.c:1954: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  869. mxc_ipu_hl_lib.c:1956: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  870. mxc_ipu_hl_lib.c:1957: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  871. mxc_ipu_hl_lib.c:1963: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
  872. mxc_ipu_hl_lib.c:1964: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
  873. mxc_ipu_hl_lib.c:1967: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  874. mxc_ipu_hl_lib.c:1968: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  875. mxc_ipu_hl_lib.c:1971: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  876. mxc_ipu_hl_lib.c:1976: error: ‘ipu_lib_overlay_param_t’ has no member named ‘global_alpha_en’
  877. mxc_ipu_hl_lib.c:1977: error: ‘ipu_lib_overlay_param_t’ has no member named ‘alpha’
  878. mxc_ipu_hl_lib.c:1978: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color_en’
  879. mxc_ipu_hl_lib.c:1979: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color’
  880. mxc_ipu_hl_lib.c:1980: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  881. mxc_ipu_hl_lib.c:1983: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  882. mxc_ipu_hl_lib.c:1988: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  883. mxc_ipu_hl_lib.c:1989: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  884. mxc_ipu_hl_lib.c:1990: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  885. mxc_ipu_hl_lib.c:1993: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  886. mxc_ipu_hl_lib.c:1998: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  887. mxc_ipu_hl_lib.c:1999: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  888. mxc_ipu_hl_lib.c:1999: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  889. mxc_ipu_hl_lib.c:2001: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  890. mxc_ipu_hl_lib.c:2001: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  891. mxc_ipu_hl_lib.c:2002: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  892. mxc_ipu_hl_lib.c:2003: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  893. mxc_ipu_hl_lib.c:2004: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  894. mxc_ipu_hl_lib.c:2004: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  895. mxc_ipu_hl_lib.c:2006: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  896. mxc_ipu_hl_lib.c:2006: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  897. mxc_ipu_hl_lib.c:2007: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  898. mxc_ipu_hl_lib.c:2007: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  899. mxc_ipu_hl_lib.c:2007: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  900. mxc_ipu_hl_lib.c:2009: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  901. mxc_ipu_hl_lib.c:2009: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  902. mxc_ipu_hl_lib.c:2009: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  903. mxc_ipu_hl_lib.c:2010: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  904. mxc_ipu_hl_lib.c:2010: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  905. mxc_ipu_hl_lib.c:2010: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  906. mxc_ipu_hl_lib.c:2012: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  907. mxc_ipu_hl_lib.c:2012: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  908. mxc_ipu_hl_lib.c:2012: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  909. mxc_ipu_hl_lib.c:2014: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  910. mxc_ipu_hl_lib.c:2019: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  911. mxc_ipu_hl_lib.c:2024: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  912. mxc_ipu_hl_lib.c:2024: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  913. mxc_ipu_hl_lib.c:2026: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  914. mxc_ipu_hl_lib.c:2030: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  915. mxc_ipu_hl_lib.c:2031: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  916. mxc_ipu_hl_lib.c:2032: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  917. mxc_ipu_hl_lib.c:2037: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  918. mxc_ipu_hl_lib.c:2042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  919. mxc_ipu_hl_lib.c:2042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  920. mxc_ipu_hl_lib.c:2044: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  921. mxc_ipu_hl_lib.c:2048: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  922. mxc_ipu_hl_lib.c:2053: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  923. mxc_ipu_hl_lib.c:2058: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
  924. mxc_ipu_hl_lib.c:2058: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
  925. mxc_ipu_hl_lib.c:2060: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  926. mxc_ipu_hl_lib.c:2066: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  927. mxc_ipu_hl_lib.c:2069: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  928. mxc_ipu_hl_lib.c:2070: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  929. mxc_ipu_hl_lib.c:2073: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  930. mxc_ipu_hl_lib.c:2073: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  931. mxc_ipu_hl_lib.c:2075: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
  932. mxc_ipu_hl_lib.c:2075: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  933. mxc_ipu_hl_lib.c:2077: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
  934. mxc_ipu_hl_lib.c:2077: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
  935. mxc_ipu_hl_lib.c:2079: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  936. mxc_ipu_hl_lib.c:2083: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
  937. mxc_ipu_hl_lib.c:2084: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  938. mxc_ipu_hl_lib.c:2087: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
  939. mxc_ipu_hl_lib.c:2088: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
  940. mxc_ipu_hl_lib.c:2091: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  941. mxc_ipu_hl_lib.c:2091: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  942. mxc_ipu_hl_lib.c:2093: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
  943. mxc_ipu_hl_lib.c:2093: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  944. mxc_ipu_hl_lib.c:2097: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  945. mxc_ipu_hl_lib.c:2103: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  946. mxc_ipu_hl_lib.c:2110: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  947. mxc_ipu_hl_lib.c:2112: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  948. mxc_ipu_hl_lib.c:2116: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  949. mxc_ipu_hl_lib.c:2120: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  950. mxc_ipu_hl_lib.c:2122: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  951. mxc_ipu_hl_lib.c:2126: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  952. mxc_ipu_hl_lib.c:2129: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  953. mxc_ipu_hl_lib.c:2130: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
  954. mxc_ipu_hl_lib.c:2131: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
  955. mxc_ipu_hl_lib.c:2133: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  956. mxc_ipu_hl_lib.c:2135: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  957. mxc_ipu_hl_lib.c:2139: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  958. mxc_ipu_hl_lib.c:2140: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  959. mxc_ipu_hl_lib.c:2144: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  960. mxc_ipu_hl_lib.c:2145: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  961. mxc_ipu_hl_lib.c:2145: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  962. mxc_ipu_hl_lib.c:2147: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  963. mxc_ipu_hl_lib.c:2149: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  964. mxc_ipu_hl_lib.c:2152: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  965. mxc_ipu_hl_lib.c:2153: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  966. mxc_ipu_hl_lib.c:2154: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  967. mxc_ipu_hl_lib.c:2156: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  968. mxc_ipu_hl_lib.c:2157: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  969. mxc_ipu_hl_lib.c:2159: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  970. mxc_ipu_hl_lib.c:2160: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  971. mxc_ipu_hl_lib.c:2162: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  972. mxc_ipu_hl_lib.c:2162: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  973. mxc_ipu_hl_lib.c:2164: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  974. mxc_ipu_hl_lib.c:2165: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  975. mxc_ipu_hl_lib.c:2169: warning: implicit declaration of function ‘ipu_link_channels’
  976. mxc_ipu_hl_lib.c:2169: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  977. mxc_ipu_hl_lib.c:2170: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  978. mxc_ipu_hl_lib.c:2172: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  979. mxc_ipu_hl_lib.c:2173: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  980. mxc_ipu_hl_lib.c:2177: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  981. mxc_ipu_hl_lib.c:2177: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  982. mxc_ipu_hl_lib.c:2178: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  983. mxc_ipu_hl_lib.c:2178: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  984. mxc_ipu_hl_lib.c:2181: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
  985. mxc_ipu_hl_lib.c:2183: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  986. mxc_ipu_hl_lib.c:2183: error: ‘MEM_BG_SYNC’ undeclared (first use in this function)
  987. mxc_ipu_hl_lib.c:2186: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  988. mxc_ipu_hl_lib.c:2186: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
  989. mxc_ipu_hl_lib.c:2189: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  990. mxc_ipu_hl_lib.c:2189: error: ‘MEM_DC_SYNC’ undeclared (first use in this function)
  991. mxc_ipu_hl_lib.c:2194: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  992. mxc_ipu_hl_lib.c:2196: error: ‘IPU_IRQ_PRP_ENC_ROT_OUT_EOF’ undeclared (first use in this function)
  993. mxc_ipu_hl_lib.c:2199: error: ‘IPU_IRQ_PRP_VF_ROT_OUT_EOF’ undeclared (first use in this function)
  994. mxc_ipu_hl_lib.c:2202: error: ‘IPU_IRQ_PP_ROT_OUT_EOF’ undeclared (first use in this function)
  995. mxc_ipu_hl_lib.c:2205: error: ‘IPU_IRQ_PRP_ENC_OUT_EOF’ undeclared (first use in this function)
  996. mxc_ipu_hl_lib.c:2209: error: ‘IPU_IRQ_PRP_VF_OUT_EOF’ undeclared (first use in this function)
  997. mxc_ipu_hl_lib.c:2212: error: ‘IPU_IRQ_PP_OUT_EOF’ undeclared (first use in this function)
  998. mxc_ipu_hl_lib.c: In function ‘_ipu_copy_setup’:
  999. mxc_ipu_hl_lib.c:2231: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  1000. mxc_ipu_hl_lib.c:2232: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  1001. mxc_ipu_hl_lib.c:2233: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  1002. mxc_ipu_hl_lib.c:2234: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  1003. mxc_ipu_hl_lib.c:2241: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1004. mxc_ipu_hl_lib.c:2242: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1005. mxc_ipu_hl_lib.c:2242: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  1006. mxc_ipu_hl_lib.c:2243: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1007. mxc_ipu_hl_lib.c:2243: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
  1008. mxc_ipu_hl_lib.c:2244: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1009. mxc_ipu_hl_lib.c:2244: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  1010. mxc_ipu_hl_lib.c:2245: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1011. mxc_ipu_hl_lib.c:2245: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
  1012. mxc_ipu_hl_lib.c:2247: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1013. mxc_ipu_hl_lib.c:2249: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1014. mxc_ipu_hl_lib.c:2250: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1015. mxc_ipu_hl_lib.c:2253: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1016. mxc_ipu_hl_lib.c:2254: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1017. mxc_ipu_hl_lib.c:2262: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1018. mxc_ipu_hl_lib.c:2263: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1019. mxc_ipu_hl_lib.c:2267: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1020. mxc_ipu_hl_lib.c:2268: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1021. mxc_ipu_hl_lib.c:2277: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1022. mxc_ipu_hl_lib.c:2278: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1023. mxc_ipu_hl_lib.c:2282: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1024. mxc_ipu_hl_lib.c:2283: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1025. mxc_ipu_hl_lib.c:2293: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1026. mxc_ipu_hl_lib.c:2294: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1027. mxc_ipu_hl_lib.c:2305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1028. mxc_ipu_hl_lib.c:2318: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1029. mxc_ipu_hl_lib.c:2319: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1030. mxc_ipu_hl_lib.c:2320: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1031. mxc_ipu_hl_lib.c:2322: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1032. mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_lock_task’:
  1033. mxc_ipu_hl_lib.c:2380: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1034. mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_unlock_task’:
  1035. mxc_ipu_hl_lib.c:2390: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1036. mxc_ipu_hl_lib.c: In function ‘_ipu_remove_task_handle’:
  1037. mxc_ipu_hl_lib.c:2515: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1038. mxc_ipu_hl_lib.c: In function ‘dump_ipu_task’:
  1039. mxc_ipu_hl_lib.c:2538: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1040. mxc_ipu_hl_lib.c:2541: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1041. mxc_ipu_hl_lib.c:2544: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1042. mxc_ipu_hl_lib.c:2547: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1043. mxc_ipu_hl_lib.c:2550: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1044. mxc_ipu_hl_lib.c:2553: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1045. mxc_ipu_hl_lib.c:2556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1046. mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_task_init’:
  1047. mxc_ipu_hl_lib.c:2659: warning: implicit declaration of function ‘ipu_open’
  1048. mxc_ipu_hl_lib.c:2679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1049. mxc_ipu_hl_lib.c:2687: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1050. mxc_ipu_hl_lib.c:2698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1051. mxc_ipu_hl_lib.c:2700: warning: implicit declaration of function ‘ipu_close’
  1052. mxc_ipu_hl_lib.c: In function ‘_mxc_ipu_lib_task_uninit’:
  1053. mxc_ipu_hl_lib.c:2734: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
  1054. mxc_ipu_hl_lib.c:2737: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1055. mxc_ipu_hl_lib.c:2737: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1056. mxc_ipu_hl_lib.c:2738: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1057. mxc_ipu_hl_lib.c:2738: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
  1058. mxc_ipu_hl_lib.c:2739: error: storage size of ‘fb_fix’ isn’t known
  1059. mxc_ipu_hl_lib.c:2740: error: storage size of ‘fb_var’ isn’t known
  1060. mxc_ipu_hl_lib.c:2743: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1061. mxc_ipu_hl_lib.c:2743: error: ‘FBIOGET_FSCREENINFO’ undeclared (first use in this function)
  1062. mxc_ipu_hl_lib.c:2744: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1063. mxc_ipu_hl_lib.c:2744: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
  1064. mxc_ipu_hl_lib.c:2746: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1065. mxc_ipu_hl_lib.c:2747: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1066. mxc_ipu_hl_lib.c:2740: warning: unused variable ‘fb_var’
  1067. mxc_ipu_hl_lib.c:2739: warning: unused variable ‘fb_fix’
  1068. mxc_ipu_hl_lib.c:2754: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1069. mxc_ipu_hl_lib.c:2755: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
  1070. mxc_ipu_hl_lib.c:2757: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1071. mxc_ipu_hl_lib.c:2758: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1072. mxc_ipu_hl_lib.c:2759: warning: implicit declaration of function ‘ipu_unlink_channels’
  1073. mxc_ipu_hl_lib.c:2759: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1074. mxc_ipu_hl_lib.c:2760: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1075. mxc_ipu_hl_lib.c:2762: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1076. mxc_ipu_hl_lib.c:2763: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1077. mxc_ipu_hl_lib.c:2764: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1078. mxc_ipu_hl_lib.c:2765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1079. mxc_ipu_hl_lib.c:2765: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  1080. mxc_ipu_hl_lib.c:2766: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1081. mxc_ipu_hl_lib.c:2767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1082. mxc_ipu_hl_lib.c:2771: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1083. mxc_ipu_hl_lib.c:2772: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1084. mxc_ipu_hl_lib.c:2774: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1085. mxc_ipu_hl_lib.c:2776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1086. mxc_ipu_hl_lib.c:2785: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1087. mxc_ipu_hl_lib.c: In function ‘_ipu_task_enable’:
  1088. mxc_ipu_hl_lib.c:2801: warning: implicit declaration of function ‘ipu_clear_irq’
  1089. mxc_ipu_hl_lib.c:2802: warning: implicit declaration of function ‘ipu_register_generic_isr’
  1090. mxc_ipu_hl_lib.c:2809: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1091. mxc_ipu_hl_lib.c:2810: warning: implicit declaration of function ‘ipu_enable_channel’
  1092. mxc_ipu_hl_lib.c:2810: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1093. mxc_ipu_hl_lib.c:2811: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1094. mxc_ipu_hl_lib.c:2812: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1095. mxc_ipu_hl_lib.c:2813: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1096. mxc_ipu_hl_lib.c:2814: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1097. mxc_ipu_hl_lib.c:2814: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  1098. mxc_ipu_hl_lib.c:2815: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1099. mxc_ipu_hl_lib.c:2816: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1100. mxc_ipu_hl_lib.c:2821: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1101. mxc_ipu_hl_lib.c:2824: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1102. mxc_ipu_hl_lib.c:2825: warning: implicit declaration of function ‘ipu_select_multi_vdi_buffer’
  1103. mxc_ipu_hl_lib.c:2827: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1104. mxc_ipu_hl_lib.c:2827: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
  1105. mxc_ipu_hl_lib.c:2829: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1106. mxc_ipu_hl_lib.c:2830: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1107. mxc_ipu_hl_lib.c:2830: error: ‘IPU_GRAPH_IN_BUFFER’ undeclared (first use in this function)
  1108. mxc_ipu_hl_lib.c:2831: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  1109. mxc_ipu_hl_lib.c:2832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1110. mxc_ipu_hl_lib.c:2832: error: ‘IPU_ALPHA_IN_BUFFER’ undeclared (first use in this function)
  1111. mxc_ipu_hl_lib.c:2834: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1112. mxc_ipu_hl_lib.c:2834: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
  1113. mxc_ipu_hl_lib.c:2835: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1114. mxc_ipu_hl_lib.c:2837: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1115. mxc_ipu_hl_lib.c:2838: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1116. mxc_ipu_hl_lib.c:2839: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1117. mxc_ipu_hl_lib.c:2840: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  1118. mxc_ipu_hl_lib.c:2841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1119. mxc_ipu_hl_lib.c:2843: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1120. mxc_ipu_hl_lib.c:2846: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1121. mxc_ipu_hl_lib.c:2847: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1122. mxc_ipu_hl_lib.c:2849: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1123. mxc_ipu_hl_lib.c:2850: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1124. mxc_ipu_hl_lib.c:2853: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1125. mxc_ipu_hl_lib.c:2855: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1126. mxc_ipu_hl_lib.c:2857: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1127. mxc_ipu_hl_lib.c:2860: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1128. mxc_ipu_hl_lib.c:2862: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1129. mxc_ipu_hl_lib.c:2863: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1130. mxc_ipu_hl_lib.c:2864: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  1131. mxc_ipu_hl_lib.c:2865: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1132. mxc_ipu_hl_lib.c:2867: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1133. mxc_ipu_hl_lib.c:2870: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1134. mxc_ipu_hl_lib.c:2871: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1135. mxc_ipu_hl_lib.c:2872: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1136. mxc_ipu_hl_lib.c:2873: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  1137. mxc_ipu_hl_lib.c:2874: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1138. mxc_ipu_hl_lib.c:2876: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1139. mxc_ipu_hl_lib.c: In function ‘_ipu_task_disable’:
  1140. mxc_ipu_hl_lib.c:2886: warning: implicit declaration of function ‘ipu_free_irq’
  1141. mxc_ipu_hl_lib.c:2888: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1142. mxc_ipu_hl_lib.c:2889: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1143. mxc_ipu_hl_lib.c:2890: error: ‘IPU_IRQ_PRP_IN_EOF’ undeclared (first use in this function)
  1144. mxc_ipu_hl_lib.c:2891: error: ‘IPU_IRQ_PRP_ENC_OUT_EOF’ undeclared (first use in this function)
  1145. mxc_ipu_hl_lib.c:2892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1146. mxc_ipu_hl_lib.c:2894: error: ‘IPU_IRQ_PRP_VF_OUT_EOF’ undeclared (first use in this function)
  1147. mxc_ipu_hl_lib.c:2895: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1148. mxc_ipu_hl_lib.c:2896: error: ‘IPU_IRQ_PP_IN_EOF’ undeclared (first use in this function)
  1149. mxc_ipu_hl_lib.c:2897: error: ‘IPU_IRQ_PP_OUT_EOF’ undeclared (first use in this function)
  1150. mxc_ipu_hl_lib.c:2898: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1151. mxc_ipu_hl_lib.c:2899: error: ‘IPU_IRQ_VDI_P_IN_EOF’ undeclared (first use in this function)
  1152. mxc_ipu_hl_lib.c:2900: error: ‘IPU_IRQ_VDI_C_IN_EOF’ undeclared (first use in this function)
  1153. mxc_ipu_hl_lib.c:2901: error: ‘IPU_IRQ_VDI_N_IN_EOF’ undeclared (first use in this function)
  1154. mxc_ipu_hl_lib.c:2903: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1155. mxc_ipu_hl_lib.c:2903: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  1156. mxc_ipu_hl_lib.c:2904: warning: implicit declaration of function ‘ipu_disable_channel’
  1157. mxc_ipu_hl_lib.c:2904: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1158. mxc_ipu_hl_lib.c:2905: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1159. mxc_ipu_hl_lib.c:2908: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1160. mxc_ipu_hl_lib.c:2911: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1161. mxc_ipu_hl_lib.c:2912: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1162. mxc_ipu_hl_lib.c:2913: error: ‘IPU_IRQ_PRP_ENC_ROT_IN_EOF’ undeclared (first use in this function)
  1163. mxc_ipu_hl_lib.c:2914: error: ‘IPU_IRQ_PRP_ENC_ROT_OUT_EOF’ undeclared (first use in this function)
  1164. mxc_ipu_hl_lib.c:2915: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1165. mxc_ipu_hl_lib.c:2916: error: ‘IPU_IRQ_PRP_VF_ROT_IN_EOF’ undeclared (first use in this function)
  1166. mxc_ipu_hl_lib.c:2917: error: ‘IPU_IRQ_PRP_VF_ROT_OUT_EOF’ undeclared (first use in this function)
  1167. mxc_ipu_hl_lib.c:2918: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1168. mxc_ipu_hl_lib.c:2919: error: ‘IPU_IRQ_PP_ROT_IN_EOF’ undeclared (first use in this function)
  1169. mxc_ipu_hl_lib.c:2920: error: ‘IPU_IRQ_PP_ROT_OUT_EOF’ undeclared (first use in this function)
  1170. mxc_ipu_hl_lib.c:2922: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1171. mxc_ipu_hl_lib.c: In function ‘_ipu_wait_for_irq’:
  1172. mxc_ipu_hl_lib.c:2929: error: ‘ipu_event_info’ undeclared (first use in this function)
  1173. mxc_ipu_hl_lib.c:2929: error: expected ‘;’ before ‘info’
  1174. mxc_ipu_hl_lib.c:2930: error: ‘info’ undeclared (first use in this function)
  1175. mxc_ipu_hl_lib.c:2932: warning: implicit declaration of function ‘ipu_get_interrupt_event’
  1176. mxc_ipu_hl_lib.c: In function ‘pan_display’:
  1177. mxc_ipu_hl_lib.c:2947: error: storage size of ‘fb_var’ isn’t known
  1178. mxc_ipu_hl_lib.c:2950: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1179. mxc_ipu_hl_lib.c:2950: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
  1180. mxc_ipu_hl_lib.c:2963: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1181. mxc_ipu_hl_lib.c:2963: error: ‘FBIOPAN_DISPLAY’ undeclared (first use in this function)
  1182. mxc_ipu_hl_lib.c:2947: warning: unused variable ‘fb_var’
  1183. mxc_ipu_hl_lib.c: At top level:
  1184. mxc_ipu_hl_lib.c:3012: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  1185. mxc_ipu_hl_lib.c:3012: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  1186. mxc_ipu_hl_lib.c:3013: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
  1187. mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_task_buf_update’:
  1188. mxc_ipu_hl_lib.c:3040: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1189. mxc_ipu_hl_lib.c:3040: error: ‘HIGH_MOTION’ undeclared (first use in this function)
  1190. mxc_ipu_hl_lib.c:3041: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1191. mxc_ipu_hl_lib.c:3042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
  1192. mxc_ipu_hl_lib.c:3042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1193. mxc_ipu_hl_lib.c:3044: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1194. mxc_ipu_hl_lib.c:3047: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1195. mxc_ipu_hl_lib.c:3048: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1196. mxc_ipu_hl_lib.c:3049: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
  1197. mxc_ipu_hl_lib.c:3049: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1198. mxc_ipu_hl_lib.c:3051: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1199. mxc_ipu_hl_lib.c:3059: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1200. mxc_ipu_hl_lib.c:3060: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1201. mxc_ipu_hl_lib.c:3061: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1202. mxc_ipu_hl_lib.c:3062: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1203. mxc_ipu_hl_lib.c:3062: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1204. mxc_ipu_hl_lib.c:3063: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1205. mxc_ipu_hl_lib.c:3064: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1206. mxc_ipu_hl_lib.c:3065: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1207. mxc_ipu_hl_lib.c:3065: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1208. mxc_ipu_hl_lib.c:3066: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1209. mxc_ipu_hl_lib.c:3067: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1210. mxc_ipu_hl_lib.c:3068: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1211. mxc_ipu_hl_lib.c:3068: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1212. mxc_ipu_hl_lib.c:3073: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1213. mxc_ipu_hl_lib.c:3074: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1214. mxc_ipu_hl_lib.c:3074: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1215. mxc_ipu_hl_lib.c:3079: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1216. mxc_ipu_hl_lib.c:3080: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1217. mxc_ipu_hl_lib.c:3080: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1218. mxc_ipu_hl_lib.c:3093: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1219. mxc_ipu_hl_lib.c:3096: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1220. mxc_ipu_hl_lib.c:3097: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1221. mxc_ipu_hl_lib.c:3098: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1222. mxc_ipu_hl_lib.c:3099: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1223. mxc_ipu_hl_lib.c:3099: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1224. mxc_ipu_hl_lib.c:3104: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1225. mxc_ipu_hl_lib.c:3105: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1226. mxc_ipu_hl_lib.c:3105: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1227. mxc_ipu_hl_lib.c:3106: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1228. mxc_ipu_hl_lib.c:3107: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1229. mxc_ipu_hl_lib.c:3108: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1230. mxc_ipu_hl_lib.c:3108: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1231. mxc_ipu_hl_lib.c:3113: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1232. mxc_ipu_hl_lib.c:3114: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1233. mxc_ipu_hl_lib.c:3114: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1234. mxc_ipu_hl_lib.c:3115: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1235. mxc_ipu_hl_lib.c:3116: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1236. mxc_ipu_hl_lib.c:3117: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1237. mxc_ipu_hl_lib.c:3117: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1238. mxc_ipu_hl_lib.c:3122: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1239. mxc_ipu_hl_lib.c:3123: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1240. mxc_ipu_hl_lib.c:3123: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1241. mxc_ipu_hl_lib.c:3128: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1242. mxc_ipu_hl_lib.c:3129: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1243. mxc_ipu_hl_lib.c:3129: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1244. mxc_ipu_hl_lib.c:3134: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1245. mxc_ipu_hl_lib.c:3135: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1246. mxc_ipu_hl_lib.c:3135: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1247. mxc_ipu_hl_lib.c:3141: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1248. mxc_ipu_hl_lib.c:3146: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
  1249. mxc_ipu_hl_lib.c:3154: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
  1250. mxc_ipu_hl_lib.c:3155: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1251. mxc_ipu_hl_lib.c:3158: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1252. mxc_ipu_hl_lib.c:3158: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
  1253. mxc_ipu_hl_lib.c:3169: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1254. mxc_ipu_hl_lib.c:3173: error: ‘new_inbuf_paddr’ undeclared (first use in this function)
  1255. mxc_ipu_hl_lib.c:3175: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1256. mxc_ipu_hl_lib.c:3176: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1257. mxc_ipu_hl_lib.c:3178: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1258. mxc_ipu_hl_lib.c:3179: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1259. mxc_ipu_hl_lib.c:3180: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1260. mxc_ipu_hl_lib.c:3181: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  1261. mxc_ipu_hl_lib.c:3181: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1262. mxc_ipu_hl_lib.c:3182: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1263. mxc_ipu_hl_lib.c:3183: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
  1264. mxc_ipu_hl_lib.c:3183: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  1265. mxc_ipu_hl_lib.c:3184: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1266. mxc_ipu_hl_lib.c:3185: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
  1267. mxc_ipu_hl_lib.c:3188: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1268. mxc_ipu_hl_lib.c:3190: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1269. mxc_ipu_hl_lib.c:3191: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1270. mxc_ipu_hl_lib.c:3197: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1271. mxc_ipu_hl_lib.c:3198: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1272. mxc_ipu_hl_lib.c:3199: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1273. mxc_ipu_hl_lib.c:3201: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1274. mxc_ipu_hl_lib.c:3202: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1275. mxc_ipu_hl_lib.c:3208: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1276. mxc_ipu_hl_lib.c:3209: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1277. mxc_ipu_hl_lib.c:3210: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1278. mxc_ipu_hl_lib.c:3212: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1279. mxc_ipu_hl_lib.c:3213: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1280. mxc_ipu_hl_lib.c:3219: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1281. mxc_ipu_hl_lib.c:3220: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1282. mxc_ipu_hl_lib.c:3226: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1283. mxc_ipu_hl_lib.c:3227: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1284. mxc_ipu_hl_lib.c:3233: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1285. mxc_ipu_hl_lib.c:3234: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1286. mxc_ipu_hl_lib.c:3237: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1287. mxc_ipu_hl_lib.c:3238: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1288. mxc_ipu_hl_lib.c:3240: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1289. mxc_ipu_hl_lib.c:3241: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1290. mxc_ipu_hl_lib.c:3242: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1291. mxc_ipu_hl_lib.c:3248: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1292. mxc_ipu_hl_lib.c:3249: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1293. mxc_ipu_hl_lib.c:3250: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1294. mxc_ipu_hl_lib.c:3251: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1295. mxc_ipu_hl_lib.c:3253: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1296. mxc_ipu_hl_lib.c:3254: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1297. mxc_ipu_hl_lib.c:3255: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1298. mxc_ipu_hl_lib.c:3261: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1299. mxc_ipu_hl_lib.c:3262: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1300. mxc_ipu_hl_lib.c:3263: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1301. mxc_ipu_hl_lib.c:3264: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1302. mxc_ipu_hl_lib.c:3266: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1303. mxc_ipu_hl_lib.c:3267: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1304. mxc_ipu_hl_lib.c:3268: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1305. mxc_ipu_hl_lib.c:3274: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1306. mxc_ipu_hl_lib.c:3275: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1307. mxc_ipu_hl_lib.c:3276: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1308. mxc_ipu_hl_lib.c:3282: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1309. mxc_ipu_hl_lib.c:3283: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1310. mxc_ipu_hl_lib.c:3284: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1311. mxc_ipu_hl_lib.c:3290: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1312. mxc_ipu_hl_lib.c:3291: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1313. mxc_ipu_hl_lib.c:3292: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
  1314. mxc_ipu_hl_lib.c:3294: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1315. mxc_ipu_hl_lib.c:3296: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1316. mxc_ipu_hl_lib.c:3297: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1317. mxc_ipu_hl_lib.c:3297: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1318. mxc_ipu_hl_lib.c:3297: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1319. mxc_ipu_hl_lib.c:3298: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1320. mxc_ipu_hl_lib.c:3299: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1321. mxc_ipu_hl_lib.c:3299: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1322. mxc_ipu_hl_lib.c:3299: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  1323. mxc_ipu_hl_lib.c:3300: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1324. mxc_ipu_hl_lib.c:3302: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1325. mxc_ipu_hl_lib.c:3303: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1326. mxc_ipu_hl_lib.c:3303: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1327. mxc_ipu_hl_lib.c:3303: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1328. mxc_ipu_hl_lib.c:3304: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1329. mxc_ipu_hl_lib.c:3305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1330. mxc_ipu_hl_lib.c:3305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1331. mxc_ipu_hl_lib.c:3305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  1332. mxc_ipu_hl_lib.c:3306: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1333. mxc_ipu_hl_lib.c:3308: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1334. mxc_ipu_hl_lib.c:3309: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
  1335. mxc_ipu_hl_lib.c:3309: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
  1336. mxc_ipu_hl_lib.c:3309: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
  1337. mxc_ipu_hl_lib.c:3311: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
  1338. mxc_ipu_hl_lib.c:3312: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1339. mxc_ipu_hl_lib.c:3312: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1340. mxc_ipu_hl_lib.c:3313: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
  1341. mxc_ipu_hl_lib.c:3313: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1342. mxc_ipu_hl_lib.c:3316: error: ‘new_ovbuf_paddr’ undeclared (first use in this function)
  1343. mxc_ipu_hl_lib.c:3316: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1344. mxc_ipu_hl_lib.c:3318: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1345. mxc_ipu_hl_lib.c:3318: error: ‘IPU_GRAPH_IN_BUFFER’ undeclared (first use in this function)
  1346. mxc_ipu_hl_lib.c:3319: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
  1347. mxc_ipu_hl_lib.c:3321: error: ‘new_ovbuf_alpha_paddr’ undeclared (first use in this function)
  1348. mxc_ipu_hl_lib.c:3321: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1349. mxc_ipu_hl_lib.c:3321: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  1350. mxc_ipu_hl_lib.c:3323: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1351. mxc_ipu_hl_lib.c:3323: error: ‘IPU_ALPHA_IN_BUFFER’ undeclared (first use in this function)
  1352. mxc_ipu_hl_lib.c:3324: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
  1353. mxc_ipu_hl_lib.c:3326: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
  1354. mxc_ipu_hl_lib.c:3327: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1355. mxc_ipu_hl_lib.c:3329: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
  1356. mxc_ipu_hl_lib.c:3330: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1357. mxc_ipu_hl_lib.c:3334: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
  1358. mxc_ipu_hl_lib.c:3335: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1359. mxc_ipu_hl_lib.c:3336: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
  1360. mxc_ipu_hl_lib.c:3337: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1361. mxc_ipu_hl_lib.c:3338: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1362. mxc_ipu_hl_lib.c:3339: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1363. mxc_ipu_hl_lib.c:3341: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1364. mxc_ipu_hl_lib.c:3344: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1365. mxc_ipu_hl_lib.c:3359: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1366. mxc_ipu_hl_lib.c:3363: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1367. mxc_ipu_hl_lib.c:3366: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1368. mxc_ipu_hl_lib.c:3367: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
  1369. mxc_ipu_hl_lib.c:3373: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
  1370. mxc_ipu_hl_lib.c:3375: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1371. mxc_ipu_hl_lib.c:3377: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
  1372. mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_task_control’:
  1373. mxc_ipu_hl_lib.c:3417: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘minfo’
  1374. mxc_ipu_hl_lib.c:3418: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘mmap_vaddr’
  1375. mxc_ipu_hl_lib.c:3425: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘minfo’
  1376. mxc_ipu_hl_lib.c:3426: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘mmap_vaddr’
  1377. mxc_ipu_hl_lib.c:3442: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1378. mxc_ipu_hl_lib.c:3462: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1379. mxc_ipu_hl_lib.c:3465: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1380. mxc_ipu_hl_lib.c:3467: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1381. mxc_ipu_hl_lib.c:3471: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1382. mxc_ipu_hl_lib.c:3478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
  1383. make[2]: *** [mxc_ipu_hl_lib.o] Error 1
  1384. make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/ipu'
  1385. make[1]: *** [ipu] Error 2
  1386. make[1]: Leaving directory `/root/genesi/imx-lib/imx-lib'
  1387. dh_auto_build: make -j1 returned exit code 2
  1388. make: *** [build] Error 2
  1389. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  1390. debuild: fatal error at line 1325:
  1391. dpkg-buildpackage -rfakeroot -D -us -uc failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement