Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This package has a Debian revision number but there does not seem to be
- an appropriate original tar file or .orig directory in the parent directory;
- (expected one of imx-lib_2.0.0.orig.tar.gz, imx-lib_2.0.0.orig.tar.bz2,
- imx-lib_2.0.0.orig.tar.lzma, imx-lib_2.0.0.orig.tar.xz or imx-lib.orig)
- continue anyway? (y/n) dpkg-buildpackage -rfakeroot -D -us -uc
- dpkg-buildpackage: warning: using a gain-root-command while being root
- dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
- dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
- dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
- dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
- dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
- dpkg-buildpackage: source package imx-lib
- dpkg-buildpackage: source version 2.0.0-20110714
- dpkg-buildpackage: source changed by Matt Sealey <matt@genesi-usa.com>
- dpkg-source --before-build imx-lib
- dpkg-buildpackage: host architecture armel
- fakeroot debian/rules clean
- dh clean
- dh_testdir
- dh_auto_clean
- make[1]: Entering directory `/root/genesi/imx-lib/imx-lib'
- make -C ipu clean
- make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/ipu'
- make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/ipu'
- make -C sahara2 clean
- make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/sahara2'
- make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/sahara2'
- make -C screenlayer clean
- make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/screenlayer'
- make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/screenlayer'
- make -C vpu clean
- make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/vpu'
- rm -f libvpu.* vpu_io.o vpu_util.o vpu_lib.o
- make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/vpu'
- make[1]: Leaving directory `/root/genesi/imx-lib/imx-lib'
- dh_clean
- dpkg-source -b imx-lib
- dpkg-source: info: using source format `3.0 (native)'
- dpkg-source: info: building imx-lib in imx-lib_2.0.0-20110714.tar.gz
- dpkg-source: info: building imx-lib in imx-lib_2.0.0-20110714.dsc
- debian/rules build
- dh build
- dh_testdir
- dh_auto_configure
- dh_auto_build
- make[1]: Entering directory `/root/genesi/imx-lib/imx-lib'
- make -C ipu all
- make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/ipu'
- gcc -DIMX51 -I/usr/src/linux/include/ -Wall -O2 -fPIC -c mxc_ipu_hl_lib.c -o mxc_ipu_hl_lib.o
- In file included from mxc_ipu_hl_lib.c:45:
- mxc_ipu_hl_lib.h:96:23: error: linux/ipu.h: No such file or directory
- mxc_ipu_hl_lib.h:97:25: error: linux/mxcfb.h: No such file or directory
- In file included from mxc_ipu_hl_lib.c:45:
- mxc_ipu_hl_lib.h:147: error: expected specifier-qualifier-list before ‘ipu_mem_info’
- mxc_ipu_hl_lib.h:218: error: expected specifier-qualifier-list before ‘ipu_motion_sel’
- mxc_ipu_hl_lib.h:235: error: field ‘pos’ has incomplete type
- mxc_ipu_hl_lib.h:240: error: expected specifier-qualifier-list before ‘dma_addr_t’
- mxc_ipu_hl_lib.h:276: error: expected specifier-qualifier-list before ‘dma_addr_t’
- mxc_ipu_hl_lib.h:394: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.h:394: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.h:395: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.c:109: error: expected specifier-qualifier-list before ‘ipu_mem_info’
- mxc_ipu_hl_lib.c:208: error: expected ‘)’ before ‘*’ token
- mxc_ipu_hl_lib.c:212: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fmt_to_bpp’
- mxc_ipu_hl_lib.c: In function ‘colorspaceofpixel’:
- mxc_ipu_hl_lib.c:257: error: ‘IPU_PIX_FMT_RGB565’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:257: error: (Each undeclared identifier is reported only once
- mxc_ipu_hl_lib.c:257: error: for each function it appears in.)
- mxc_ipu_hl_lib.c:258: error: ‘IPU_PIX_FMT_BGR24’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:259: error: ‘IPU_PIX_FMT_RGB24’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:260: error: ‘IPU_PIX_FMT_BGRA32’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:261: error: ‘IPU_PIX_FMT_BGR32’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:262: error: ‘IPU_PIX_FMT_RGBA32’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:263: error: ‘IPU_PIX_FMT_RGB32’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:264: error: ‘IPU_PIX_FMT_ABGR32’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:267: error: ‘IPU_PIX_FMT_UYVY’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:268: error: ‘IPU_PIX_FMT_YUYV’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:269: error: ‘IPU_PIX_FMT_YUV420P2’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:270: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:271: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:272: error: ‘IPU_PIX_FMT_YVU422P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:273: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:274: error: ‘IPU_PIX_FMT_YUV444’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:275: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c: In function ‘_ipu_get_arch_rot_begin’:
- mxc_ipu_hl_lib.c:341: error: ‘IPU_ROTATE_90_RIGHT’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:346: error: ‘IPU_ROTATE_HORIZ_FLIP’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c: In function ‘_ipu_task_busy_in_hw’:
- mxc_ipu_hl_lib.c:388: warning: implicit declaration of function ‘ipu_is_channel_busy’
- mxc_ipu_hl_lib.c:388: error: ‘MEM_PRP_ENC_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:389: error: ‘MEM_PRP_VF_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:390: error: ‘MEM_VDI_PRP_VF_MEM_P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:391: error: ‘MEM_VDI_PRP_VF_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:392: error: ‘MEM_VDI_PRP_VF_MEM_N’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:395: error: ‘MEM_PP_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:397: error: ‘MEM_ROT_ENC_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:399: error: ‘MEM_ROT_VF_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:401: error: ‘MEM_ROT_PP_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c: In function ‘_ipu_update_offset’:
- mxc_ipu_hl_lib.c:435: error: ‘IPU_PIX_FMT_YUV420P2’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:436: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:442: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:448: error: ‘IPU_PIX_FMT_YVU422P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:454: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:460: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:466: warning: implicit declaration of function ‘fmt_to_bpp’
- mxc_ipu_hl_lib.c: At top level:
- mxc_ipu_hl_lib.c:471: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.c:472: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.c: In function ‘_ipu_split_mode_set_stripe’:
- mxc_ipu_hl_lib.c:478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:479: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:479: error: ‘IPU_ROTATE_VERT_FLIP’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:481: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:481: error: ‘IPU_ROTATE_HORIZ_FLIP’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:483: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:483: error: ‘IPU_ROTATE_180’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:491: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:492: warning: implicit declaration of function ‘bytes_per_pixel’
- mxc_ipu_hl_lib.c:492: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
- mxc_ipu_hl_lib.c:494: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:495: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:497: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:498: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:502: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:503: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:504: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:506: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:507: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:508: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:510: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:511: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:512: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:518: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:519: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:520: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:522: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:523: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:524: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:526: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:527: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:528: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:539: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:540: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
- mxc_ipu_hl_lib.c:542: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:543: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:545: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:546: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:550: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:551: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:552: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:554: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:555: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:558: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:559: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:560: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:565: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:566: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:567: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:569: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:570: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:571: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:573: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:574: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:575: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:588: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:589: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:590: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:592: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:593: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:594: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:596: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:597: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:598: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:604: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:605: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:606: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:608: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:609: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:610: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:612: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:613: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:614: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:618: warning: implicit declaration of function ‘ipu_update_channel_buffer’
- mxc_ipu_hl_lib.c:618: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:619: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:621: error: ‘out_buf_paddr’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:621: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:623: warning: implicit declaration of function ‘ipu_update_channel_offset’
- mxc_ipu_hl_lib.c:623: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:625: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:626: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:627: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:628: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:629: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:630: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:633: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:634: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:636: error: ‘in_buf_paddr’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:636: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:637: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:639: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
- mxc_ipu_hl_lib.c:640: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:641: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:642: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:643: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:644: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:653: warning: implicit declaration of function ‘ipu_select_buffer’
- mxc_ipu_hl_lib.c:653: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:654: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘__ipu_task_check’:
- mxc_ipu_hl_lib.c:667: error: ‘IPU_ROTATE_90_RIGHT’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:669: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:670: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:671: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:672: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:680: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:680: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:685: error: ‘IPU_ROTATE_NONE’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
- mxc_ipu_hl_lib.c:704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
- mxc_ipu_hl_lib.c:705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:711: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:718: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:719: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:720: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:721: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘_ipu_task_check’:
- mxc_ipu_hl_lib.c:749: error: ‘ipu_lib_overlay_param_t’ has no member named ‘global_alpha_en’
- mxc_ipu_hl_lib.c:749: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:755: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
- mxc_ipu_hl_lib.c:756: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:756: error: ‘ipu_lib_input_param_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:757: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:757: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:758: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:758: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:759: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:759: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:760: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:760: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:761: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:761: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:762: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:762: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:763: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:763: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:764: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:764: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:769: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:769: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:770: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:771: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:772: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:775: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:777: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:786: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:787: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:787: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:788: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:789: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:789: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:791: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:791: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:794: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:795: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
- mxc_ipu_hl_lib.c:796: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
- mxc_ipu_hl_lib.c:798: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:799: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:803: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:804: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:804: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:805: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:809: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:810: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:811: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:811: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:812: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:812: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:813: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:813: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:814: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:814: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:815: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:815: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:816: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:816: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:817: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:817: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:818: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:818: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:819: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:820: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:820: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:822: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:823: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:825: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:825: error: ‘ipu_lib_output_param_t’ has no member named ‘output_win’
- mxc_ipu_hl_lib.c:826: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:827: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:828: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:831: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:833: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:834: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:835: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:835: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:838: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:842: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:842: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:848: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:849: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:850: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:853: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:854: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:859: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:869: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:870: warning: implicit declaration of function ‘ipu_calc_stripes_sizes’
- mxc_ipu_hl_lib.c:870: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
- mxc_ipu_hl_lib.c:871: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:877: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:878: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:879: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:880: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
- mxc_ipu_hl_lib.c:881: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:887: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:888: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:891: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:898: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:899: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:900: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:901: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:903: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:910: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:911: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:912: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:913: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:915: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:925: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:926: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:927: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:928: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:929: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:931: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:941: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:942: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:943: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:944: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:945: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:948: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:960: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: At top level:
- mxc_ipu_hl_lib.c:981: error: expected declaration specifiers or ‘...’ before ‘ipu_channel_t’
- mxc_ipu_hl_lib.c:981: warning: ‘struct fb_var_screeninfo’ declared inside parameter list
- mxc_ipu_hl_lib.c:981: warning: its scope is only this definition or declaration, which is probably not what you want
- mxc_ipu_hl_lib.c: In function ‘fit_fb_setting’:
- mxc_ipu_hl_lib.c:983: error: ‘fb_chan’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:983: error: ‘MEM_BG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:984: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:984: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:985: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:986: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:987: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:987: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:990: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:993: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:994: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:996: error: ‘MEM_DC_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:997: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:997: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:998: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:999: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1000: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1000: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1001: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1002: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1003: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1004: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1005: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1006: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c: At top level:
- mxc_ipu_hl_lib.c:1014: warning: ‘struct fb_fix_screeninfo’ declared inside parameter list
- mxc_ipu_hl_lib.c:1014: warning: ‘struct fb_var_screeninfo’ declared inside parameter list
- mxc_ipu_hl_lib.c: In function ‘__fill_fb_black’:
- mxc_ipu_hl_lib.c:1020: error: ‘IPU_PIX_FMT_UYVY’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1020: error: ‘IPU_PIX_FMT_YUYV’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1027: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1027: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1030: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1031: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1032: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1034: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1034: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1042: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1044: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1044: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1055: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c:1055: error: dereferencing pointer to incomplete type
- mxc_ipu_hl_lib.c: At top level:
- mxc_ipu_hl_lib.c:1058: error: expected ‘)’ before ‘*’ token
- mxc_ipu_hl_lib.c:1093: error: expected ‘)’ before ‘*’ token
- mxc_ipu_hl_lib.c: In function ‘_ipu_mem_alloc’:
- mxc_ipu_hl_lib.c:1114: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1114: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1121: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1128: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1128: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1132: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1133: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1135: warning: implicit declaration of function ‘__ipu_mem_alloc’
- mxc_ipu_hl_lib.c:1135: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1137: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifr_size’
- mxc_ipu_hl_lib.c:1138: error: ‘ipu_lib_priv_handle_t’ has no member named ‘inbuf_start’
- mxc_ipu_hl_lib.c:1141: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1144: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1144: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1145: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1151: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1152: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1154: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1156: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_size’
- mxc_ipu_hl_lib.c:1157: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_start’
- mxc_ipu_hl_lib.c:1160: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1163: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1163: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1164: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1167: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:1168: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_alpha_paddr’
- mxc_ipu_hl_lib.c:1169: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1171: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1173: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_alpha_size’
- mxc_ipu_hl_lib.c:1174: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_alpha_start’
- mxc_ipu_hl_lib.c:1177: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1182: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1182: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_alpha_paddr’
- mxc_ipu_hl_lib.c:1183: error: ‘ipu_lib_overlay_param_t’ has no member named ‘user_def_alpha_paddr’
- mxc_ipu_hl_lib.c:1189: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1190: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1191: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1192: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1192: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1194: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1197: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1197: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1204: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1204: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1205: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1207: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1209: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ofr_size’
- mxc_ipu_hl_lib.c:1210: error: ‘ipu_lib_priv_handle_t’ has no member named ‘outbuf_start’
- mxc_ipu_hl_lib.c:1213: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1216: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1217: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1217: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1218: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:1229: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1231: error: storage size of ‘fb_fix’ isn’t known
- mxc_ipu_hl_lib.c:1232: error: storage size of ‘fb_var’ isn’t known
- mxc_ipu_hl_lib.c:1238: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1238: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1240: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1242: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1249: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1255: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1255: error: ‘FBIOGET_FSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1260: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1260: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1266: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1266: error: ‘MXCFB_GET_FB_IPU_CHAN’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1267: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1269: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1270: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1270: error: ‘MEM_BG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1271: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1272: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1272: error: ‘MEM_DC_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1274: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1274: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1277: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1278: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1282: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1282: error: too many arguments to function ‘fit_fb_setting’
- mxc_ipu_hl_lib.c:1284: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1289: error: ‘FB_ACTIVATE_FORCE’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1292: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1305: error: ‘FBIOPUT_VSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1311: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1317: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1336: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1338: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1339: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1339: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1340: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1342: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1344: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1345: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1346: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1347: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1348: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1350: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1351: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1353: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1354: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1360: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1362: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1364: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1367: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1368: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1369: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1370: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1371: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1372: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1373: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1374: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1377: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1378: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1379: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1380: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1381: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1383: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1384: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1384: error: ‘MXCFB_SET_OVERLAY_POS’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1385: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1389: error: ‘FB_BLANK_UNBLANK’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1390: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1390: error: ‘FBIOBLANK’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1232: warning: unused variable ‘fb_var’
- mxc_ipu_hl_lib.c:1231: warning: unused variable ‘fb_fix’
- mxc_ipu_hl_lib.c:1398: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1399: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘_ipu_mem_free’:
- mxc_ipu_hl_lib.c:1410: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1410: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1417: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1425: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1426: warning: implicit declaration of function ‘__ipu_mem_free’
- mxc_ipu_hl_lib.c:1426: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1427: error: ‘ipu_lib_priv_handle_t’ has no member named ‘inbuf_start’
- mxc_ipu_hl_lib.c:1428: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifr_size’
- mxc_ipu_hl_lib.c:1428: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1434: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1435: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1436: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_start’
- mxc_ipu_hl_lib.c:1437: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_size’
- mxc_ipu_hl_lib.c:1437: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1440: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1441: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1442: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovbuf_alpha_start’
- mxc_ipu_hl_lib.c:1443: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovfr_alpha_size’
- mxc_ipu_hl_lib.c:1443: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1447: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1448: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1450: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1450: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1456: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1457: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1458: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1459: error: ‘ipu_lib_priv_handle_t’ has no member named ‘outbuf_start’
- mxc_ipu_hl_lib.c:1460: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ofr_size’
- mxc_ipu_hl_lib.c:1460: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1470: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1470: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1471: error: storage size of ‘fb_var’ isn’t known
- mxc_ipu_hl_lib.c:1473: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1473: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1474: error: ‘FB_ACTIVATE_FORCE’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1475: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1475: error: ‘FBIOPUT_VSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1477: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1480: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1480: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1481: error: ‘FB_BLANK_POWERDOWN’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1482: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1482: error: ‘FBIOBLANK’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1487: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1471: warning: unused variable ‘fb_var’
- mxc_ipu_hl_lib.c: In function ‘_ipu_channel_setup’:
- mxc_ipu_hl_lib.c:1496: error: ‘ipu_channel_params_t’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1496: error: expected ‘;’ before ‘params’
- mxc_ipu_hl_lib.c:1500: error: ‘dma_addr_t’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1500: error: expected ‘;’ before ‘buf0’
- mxc_ipu_hl_lib.c:1521: error: ‘ipu_lib_input_param_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1522: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:1523: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:1524: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:1525: error: ‘ipu_lib_input_param_t’ has no member named ‘input_crop_win’
- mxc_ipu_hl_lib.c:1528: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:1529: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:1530: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1531: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:1532: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:1535: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1536: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1538: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1538: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1539: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1552: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:1553: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:1554: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:1555: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
- mxc_ipu_hl_lib.c:1556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
- mxc_ipu_hl_lib.c:1557: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:1558: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:1561: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1562: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1564: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:1566: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1567: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1576: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1577: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1578: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1579: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1580: error: ‘ipu_lib_output_param_t’ has no member named ‘fb_disp’
- mxc_ipu_hl_lib.c:1584: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1585: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1586: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1587: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1588: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1591: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1592: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1593: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1595: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1598: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1599: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1600: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1601: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1602: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1604: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:1605: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:1606: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:1607: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
- mxc_ipu_hl_lib.c:1609: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1612: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1613: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1614: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1615: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1616: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1618: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:1619: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:1620: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:1621: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
- mxc_ipu_hl_lib.c:1626: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1634: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1635: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1635: error: ‘MEM_PRP_ENC_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1637: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1638: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1638: error: ‘MEM_PRP_VF_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1640: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1641: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1641: error: ‘MEM_PP_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1643: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1644: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1644: error: ‘MEM_VDI_PRP_VF_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1646: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1647: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1647: error: ‘MEM_VDI_PRP_VF_MEM_P’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1649: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1649: error: ‘MEM_VDI_PRP_VF_MEM_N’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1654: error: ‘params’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1656: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1657: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1658: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1659: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
- mxc_ipu_hl_lib.c:1661: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
- mxc_ipu_hl_lib.c:1662: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:1664: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1665: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1666: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1667: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
- mxc_ipu_hl_lib.c:1669: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
- mxc_ipu_hl_lib.c:1670: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:1675: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1680: error: ‘ipu_lib_overlay_param_t’ has no member named ‘global_alpha_en’
- mxc_ipu_hl_lib.c:1681: error: ‘ipu_lib_overlay_param_t’ has no member named ‘alpha’
- mxc_ipu_hl_lib.c:1682: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color_en’
- mxc_ipu_hl_lib.c:1683: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color’
- mxc_ipu_hl_lib.c:1684: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:1687: warning: implicit declaration of function ‘ipu_init_channel’
- mxc_ipu_hl_lib.c:1687: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1691: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1692: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1693: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1696: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1701: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1702: error: ‘buf0’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1702: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1702: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1703: error: ‘buf1’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1707: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1709: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1709: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1710: error: ‘buf0_p’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1710: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1711: error: ‘buf1_p’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1712: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1713: error: ‘buf0_n’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1713: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1714: error: ‘buf1_n’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1715: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1715: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1715: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1719: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1721: warning: implicit declaration of function ‘ipu_init_channel_buffer’
- mxc_ipu_hl_lib.c:1721: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1722: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1726: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1727: error: ‘IPU_ROTATE_NONE’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1731: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:1731: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:1733: warning: implicit declaration of function ‘ipu_uninit_channel’
- mxc_ipu_hl_lib.c:1733: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1737: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1738: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1739: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1744: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1749: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:1749: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:1751: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1755: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1760: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:1765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:1767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1773: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1774: error: ‘IPU_GRAPH_IN_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:1777: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:1780: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1780: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:1782: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:1782: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:1784: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
- mxc_ipu_hl_lib.c:1784: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
- mxc_ipu_hl_lib.c:1786: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1790: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:1791: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1792: error: ‘IPU_ALPHA_IN_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1793: error: ‘IPU_PIX_FMT_GENERIC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1794: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:1795: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:1798: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1798: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:1800: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:1800: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:1804: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1810: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1811: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1811: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1813: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1815: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1815: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1817: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1818: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1820: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1822: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1823: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1827: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1834: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1839: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1840: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1841: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:1842: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1843: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1844: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1844: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:1845: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:1846: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1847: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1847: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:1849: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1850: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1851: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1857: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1858: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1858: error: ‘MEM_ROT_ENC_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1860: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1861: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1861: error: ‘MEM_ROT_VF_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1863: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1864: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1864: error: ‘MEM_ROT_PP_MEM’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:1868: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1873: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1874: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1877: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
- mxc_ipu_hl_lib.c:1878: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
- mxc_ipu_hl_lib.c:1879: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1881: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1881: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1883: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1883: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:1885: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:1885: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:1887: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1891: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:1892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1894: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1896: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1899: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1900: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1901: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1903: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1904: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1906: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1907: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1909: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1909: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1911: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1915: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1916: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1917: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1928: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1929: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1931: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1932: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1934: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1935: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1937: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1938: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1940: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1941: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1943: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1950: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1951: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1953: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1954: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1956: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1957: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1963: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
- mxc_ipu_hl_lib.c:1964: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
- mxc_ipu_hl_lib.c:1967: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:1968: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:1971: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1976: error: ‘ipu_lib_overlay_param_t’ has no member named ‘global_alpha_en’
- mxc_ipu_hl_lib.c:1977: error: ‘ipu_lib_overlay_param_t’ has no member named ‘alpha’
- mxc_ipu_hl_lib.c:1978: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color_en’
- mxc_ipu_hl_lib.c:1979: error: ‘ipu_lib_overlay_param_t’ has no member named ‘key_color’
- mxc_ipu_hl_lib.c:1980: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:1983: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1988: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1989: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:1990: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1993: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:1998: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:1999: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:1999: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2001: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2001: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2002: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2003: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2004: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2004: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2006: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2006: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2007: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2007: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2007: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2009: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2009: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2009: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2010: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2010: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2010: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2012: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2012: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2012: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:2014: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2019: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2024: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:2024: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:2026: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2030: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2031: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2032: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2037: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:2042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:2044: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2048: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2053: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:2058: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
- mxc_ipu_hl_lib.c:2058: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
- mxc_ipu_hl_lib.c:2060: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2066: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2069: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:2070: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:2073: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:2073: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:2075: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_minfo’
- mxc_ipu_hl_lib.c:2075: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:2077: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_uoff’
- mxc_ipu_hl_lib.c:2077: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_voff’
- mxc_ipu_hl_lib.c:2079: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2083: error: ‘ipu_lib_overlay_param_t’ has no member named ‘local_alpha_en’
- mxc_ipu_hl_lib.c:2084: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2087: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovwidth’
- mxc_ipu_hl_lib.c:2088: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ovheight’
- mxc_ipu_hl_lib.c:2091: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:2091: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:2093: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_minfo’
- mxc_ipu_hl_lib.c:2093: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:2097: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2103: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2110: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2112: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2116: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2120: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2122: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2126: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2129: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:2130: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_oh’
- mxc_ipu_hl_lib.c:2131: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
- mxc_ipu_hl_lib.c:2133: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2135: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2139: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2140: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2144: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:2145: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2145: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2147: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2149: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2152: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2153: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2154: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2156: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2157: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2159: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2160: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2162: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2162: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2164: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2165: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2169: warning: implicit declaration of function ‘ipu_link_channels’
- mxc_ipu_hl_lib.c:2169: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2170: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2172: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2173: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2177: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2177: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2178: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2178: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2181: error: ‘ipu_lib_output_param_t’ has no member named ‘show_to_fb’
- mxc_ipu_hl_lib.c:2183: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2183: error: ‘MEM_BG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2186: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2186: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2189: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2189: error: ‘MEM_DC_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2194: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2196: error: ‘IPU_IRQ_PRP_ENC_ROT_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2199: error: ‘IPU_IRQ_PRP_VF_ROT_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2202: error: ‘IPU_IRQ_PP_ROT_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2205: error: ‘IPU_IRQ_PRP_ENC_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2209: error: ‘IPU_IRQ_PRP_VF_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2212: error: ‘IPU_IRQ_PP_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c: In function ‘_ipu_copy_setup’:
- mxc_ipu_hl_lib.c:2231: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2232: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2233: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2234: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2241: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2242: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2242: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2243: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:2243: error: ‘ipu_lib_input_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2244: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2244: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2245: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2245: error: ‘ipu_lib_output_param_t’ has no member named ‘user_def_paddr’
- mxc_ipu_hl_lib.c:2247: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:2249: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2250: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2253: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2254: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2262: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2263: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2267: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2268: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2277: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2278: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2282: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2283: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2293: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2294: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2318: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2319: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2320: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2322: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_lock_task’:
- mxc_ipu_hl_lib.c:2380: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_unlock_task’:
- mxc_ipu_hl_lib.c:2390: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘_ipu_remove_task_handle’:
- mxc_ipu_hl_lib.c:2515: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘dump_ipu_task’:
- mxc_ipu_hl_lib.c:2538: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2541: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2544: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2547: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2550: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2553: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_task_init’:
- mxc_ipu_hl_lib.c:2659: warning: implicit declaration of function ‘ipu_open’
- mxc_ipu_hl_lib.c:2679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2687: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2700: warning: implicit declaration of function ‘ipu_close’
- mxc_ipu_hl_lib.c: In function ‘_mxc_ipu_lib_task_uninit’:
- mxc_ipu_hl_lib.c:2734: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
- mxc_ipu_hl_lib.c:2737: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2737: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2738: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2738: error: ‘MEM_FG_SYNC’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2739: error: storage size of ‘fb_fix’ isn’t known
- mxc_ipu_hl_lib.c:2740: error: storage size of ‘fb_var’ isn’t known
- mxc_ipu_hl_lib.c:2743: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2743: error: ‘FBIOGET_FSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2744: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2744: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2746: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2747: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2740: warning: unused variable ‘fb_var’
- mxc_ipu_hl_lib.c:2739: warning: unused variable ‘fb_fix’
- mxc_ipu_hl_lib.c:2754: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:2755: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
- mxc_ipu_hl_lib.c:2757: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2758: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2759: warning: implicit declaration of function ‘ipu_unlink_channels’
- mxc_ipu_hl_lib.c:2759: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2760: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2762: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2763: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2764: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2765: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2765: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2766: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2767: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2771: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2772: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2774: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2776: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2785: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘_ipu_task_enable’:
- mxc_ipu_hl_lib.c:2801: warning: implicit declaration of function ‘ipu_clear_irq’
- mxc_ipu_hl_lib.c:2802: warning: implicit declaration of function ‘ipu_register_generic_isr’
- mxc_ipu_hl_lib.c:2809: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2810: warning: implicit declaration of function ‘ipu_enable_channel’
- mxc_ipu_hl_lib.c:2810: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2811: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2812: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2813: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2814: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2814: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2815: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2816: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2821: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2824: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2825: warning: implicit declaration of function ‘ipu_select_multi_vdi_buffer’
- mxc_ipu_hl_lib.c:2827: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2827: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2829: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:2830: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2830: error: ‘IPU_GRAPH_IN_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2831: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:2832: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2832: error: ‘IPU_ALPHA_IN_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2834: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2834: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2835: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:2837: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2838: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:2839: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2840: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:2841: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2843: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2846: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2847: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2849: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2850: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2853: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2855: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2857: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2860: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2862: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:2863: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2864: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:2865: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2867: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2870: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2871: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:2872: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2873: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:2874: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2876: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘_ipu_task_disable’:
- mxc_ipu_hl_lib.c:2886: warning: implicit declaration of function ‘ipu_free_irq’
- mxc_ipu_hl_lib.c:2888: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2889: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2890: error: ‘IPU_IRQ_PRP_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2891: error: ‘IPU_IRQ_PRP_ENC_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2892: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2894: error: ‘IPU_IRQ_PRP_VF_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2895: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2896: error: ‘IPU_IRQ_PP_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2897: error: ‘IPU_IRQ_PP_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2898: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2899: error: ‘IPU_IRQ_VDI_P_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2900: error: ‘IPU_IRQ_VDI_C_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2901: error: ‘IPU_IRQ_VDI_N_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2903: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:2903: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2904: warning: implicit declaration of function ‘ipu_disable_channel’
- mxc_ipu_hl_lib.c:2904: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2905: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2908: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2911: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2912: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2913: error: ‘IPU_IRQ_PRP_ENC_ROT_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2914: error: ‘IPU_IRQ_PRP_ENC_ROT_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2915: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2916: error: ‘IPU_IRQ_PRP_VF_ROT_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2917: error: ‘IPU_IRQ_PRP_VF_ROT_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2918: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2919: error: ‘IPU_IRQ_PP_ROT_IN_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2920: error: ‘IPU_IRQ_PP_ROT_OUT_EOF’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2922: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c: In function ‘_ipu_wait_for_irq’:
- mxc_ipu_hl_lib.c:2929: error: ‘ipu_event_info’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2929: error: expected ‘;’ before ‘info’
- mxc_ipu_hl_lib.c:2930: error: ‘info’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2932: warning: implicit declaration of function ‘ipu_get_interrupt_event’
- mxc_ipu_hl_lib.c: In function ‘pan_display’:
- mxc_ipu_hl_lib.c:2947: error: storage size of ‘fb_var’ isn’t known
- mxc_ipu_hl_lib.c:2950: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2950: error: ‘FBIOGET_VSCREENINFO’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2963: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:2963: error: ‘FBIOPAN_DISPLAY’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:2947: warning: unused variable ‘fb_var’
- mxc_ipu_hl_lib.c: At top level:
- mxc_ipu_hl_lib.c:3012: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.c:3012: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.c:3013: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
- mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_task_buf_update’:
- mxc_ipu_hl_lib.c:3040: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3040: error: ‘HIGH_MOTION’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3041: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
- mxc_ipu_hl_lib.c:3042: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3044: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3047: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3048: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3049: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
- mxc_ipu_hl_lib.c:3049: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3051: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3059: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3060: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3061: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3062: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3062: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3063: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3064: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3065: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3065: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3066: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3067: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3068: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3068: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3073: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3074: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3074: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3079: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3080: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3080: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3093: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3096: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3097: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3098: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3099: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3099: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3104: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3105: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3105: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3106: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3107: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3108: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3108: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3113: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3114: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3114: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3115: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3116: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3117: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3117: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3122: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3123: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3123: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3128: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3129: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3129: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3134: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3135: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3135: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3141: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3146: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
- mxc_ipu_hl_lib.c:3154: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
- mxc_ipu_hl_lib.c:3155: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3158: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3158: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3169: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3173: error: ‘new_inbuf_paddr’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3175: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3176: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3178: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3179: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3180: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3181: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:3181: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3182: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3183: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
- mxc_ipu_hl_lib.c:3183: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:3184: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3185: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
- mxc_ipu_hl_lib.c:3188: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3190: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3191: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3197: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3198: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3199: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3201: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3202: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3208: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3209: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3210: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3212: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3213: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3219: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3220: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3226: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3227: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3233: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3234: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3237: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3238: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3240: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3241: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3242: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3248: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3249: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3250: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3251: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3253: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3254: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3255: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3261: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3262: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3263: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3264: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3266: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3267: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3268: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3274: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3275: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3276: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3282: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3283: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3284: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3290: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3291: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3292: error: too many arguments to function ‘_ipu_split_mode_set_stripe’
- mxc_ipu_hl_lib.c:3294: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3296: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3297: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3297: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3297: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3298: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3299: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3299: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3299: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:3300: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3302: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3303: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3303: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3303: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3304: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3305: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:3306: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3308: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3309: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
- mxc_ipu_hl_lib.c:3309: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
- mxc_ipu_hl_lib.c:3309: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
- mxc_ipu_hl_lib.c:3311: error: ‘ipu_lib_priv_handle_t’ has no member named ‘last_inbuf_paddr’
- mxc_ipu_hl_lib.c:3312: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3312: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3313: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_minfo’
- mxc_ipu_hl_lib.c:3313: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3316: error: ‘new_ovbuf_paddr’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3316: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:3318: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3318: error: ‘IPU_GRAPH_IN_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3319: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_off’
- mxc_ipu_hl_lib.c:3321: error: ‘new_ovbuf_alpha_paddr’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3321: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:3321: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:3323: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3323: error: ‘IPU_ALPHA_IN_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3324: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ov_alpha_off’
- mxc_ipu_hl_lib.c:3326: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_en’
- mxc_ipu_hl_lib.c:3327: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3329: error: ‘ipu_lib_priv_handle_t’ has no member named ‘overlay_local_alpha_en’
- mxc_ipu_hl_lib.c:3330: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3334: error: ‘ipu_lib_priv_handle_t’ has no member named ‘split_mode’
- mxc_ipu_hl_lib.c:3335: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3336: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
- mxc_ipu_hl_lib.c:3337: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3338: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3339: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3341: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3344: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3359: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3363: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3366: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3367: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output_fr_cnt’
- mxc_ipu_hl_lib.c:3373: error: ‘ipu_lib_priv_handle_t’ has no member named ‘motion_sel’
- mxc_ipu_hl_lib.c:3375: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c:3377: error: ‘ipu_lib_priv_handle_t’ has no member named ‘input_fr_cnt’
- mxc_ipu_hl_lib.c: In function ‘mxc_ipu_lib_task_control’:
- mxc_ipu_hl_lib.c:3417: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘minfo’
- mxc_ipu_hl_lib.c:3418: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘mmap_vaddr’
- mxc_ipu_hl_lib.c:3425: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘minfo’
- mxc_ipu_hl_lib.c:3426: error: ‘ipu_lib_ctl_mem_t’ has no member named ‘mmap_vaddr’
- mxc_ipu_hl_lib.c:3442: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3462: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3465: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3467: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3471: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- mxc_ipu_hl_lib.c:3478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
- make[2]: *** [mxc_ipu_hl_lib.o] Error 1
- make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/ipu'
- make[1]: *** [ipu] Error 2
- make[1]: Leaving directory `/root/genesi/imx-lib/imx-lib'
- dh_auto_build: make -j1 returned exit code 2
- make: *** [build] Error 2
- dpkg-buildpackage: error: debian/rules build gave error exit status 2
- debuild: fatal error at line 1325:
- dpkg-buildpackage -rfakeroot -D -us -uc failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement