Home
last modified time | relevance | path

Searched refs:DST_WIDTH (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A DppOp.cpp65 #define DST_WIDTH (720)//(720) macro
67 #define DST_SIZE (DST_WIDTH*DST_HEIGHT*2)
158 wid_alig16 = ((DST_WIDTH + 15) & (~0xf)); in main()
163 opt.dstWidth = DST_WIDTH; in main()
208 for (j = 0; j < DST_WIDTH; j++) { in main()
209 if ( tmp[i * DST_WIDTH + j] != (i & 0xff)) in main()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp52 #define DST_WIDTH 1280 macro
234 if(ERROR == AHardwareBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT, &dst_buf)) { in main()
267 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT); in main()
302 dst_buf = (char*)malloc(DST_WIDTH*DST_HEIGHT*get_bpp_from_format(DST_FORMAT)); in main()
311 ret = get_buf_from_file(dst_buf, DST_FORMAT, DST_WIDTH, DST_HEIGHT, 1); in main()
317 memset(dst_buf,0x00,DST_WIDTH*DST_HEIGHT*get_bpp_from_format(DST_FORMAT)); in main()
325 dst_handle = importbuffer_virtualaddr(dst_buf, DST_WIDTH, DST_HEIGHT, DST_FORMAT); in main()
333 dst = wrapbuffer_handle(dst_handle, DST_WIDTH, DST_HEIGHT, DST_FORMAT); in main()
/OK3568_Linux_fs/kernel/include/video/
H A Daty128.h136 #define DST_WIDTH 0x140c macro
H A Dmach64.h205 #define DST_WIDTH 0x0110 /* Dword offset 0_44 */ macro
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4023.c1191 #define DST_WIDTH 2560 macro
1211 sel->r.left = CROP_START(gc4023->cur_mode->width, DST_WIDTH); in gc4023_get_selection()
1212 sel->r.width = DST_WIDTH; in gc4023_get_selection()
H A Dimx334.c1426 #define DST_WIDTH 3840 macro
1436 sel->r.left = CROP_START(imx334->cur_mode->width, DST_WIDTH); in imx334_get_selection()
1437 sel->r.width = DST_WIDTH; in imx334_get_selection()
H A Dov50c40.c6733 #define DST_WIDTH 4096 macro
6742 sel->r.left = CROP_START(ov50c40->cur_mode->width, DST_WIDTH); in ov50c40_get_selection()
6743 sel->r.width = DST_WIDTH; in ov50c40_get_selection()
H A Ds5kjn1.c1825 #define DST_WIDTH 4064 macro
1836 sel->r.left = CROP_START(s5kjn1->cur_mode->width, DST_WIDTH); in s5kjn1_get_selection()
1837 sel->r.width = DST_WIDTH; in s5kjn1_get_selection()
H A Dimx327.c1534 #define DST_WIDTH 1920 macro
1554 sel->r.left = CROP_START(imx327->cur_mode->width, DST_WIDTH); in imx327_get_selection()
1555 sel->r.width = DST_WIDTH; in imx327_get_selection()
H A Dimx347.c1754 #define DST_WIDTH 2688 macro
1773 sel->r.left = CROP_START(imx347->cur_mode->width, DST_WIDTH); in imx347_get_selection()
1774 sel->r.width = DST_WIDTH; in imx347_get_selection()
H A Dimx307.c1858 #define DST_WIDTH 1920 macro
1878 sel->r.left = CROP_START(imx307->cur_mode->width, DST_WIDTH); in imx307_get_selection()
1879 sel->r.width = DST_WIDTH; in imx307_get_selection()
H A Dgc3003.c1580 #define DST_WIDTH 2304 macro
1602 sel->r.width = DST_WIDTH; in gc3003_get_selection()
H A Dimx464.c2816 #define DST_WIDTH 2560 macro
2835 sel->r.left = CROP_START(IMX464->cur_mode->width, DST_WIDTH); in IMX464_get_selection()
2836 sel->r.width = DST_WIDTH; in IMX464_get_selection()
H A Dsc500ai.c1314 #define DST_WIDTH 2880 macro
1332 sel->r.width = DST_WIDTH; in sc500ai_get_selection()
H A Dsc530ai.c1552 #define DST_WIDTH 2880 macro
1570 sel->r.width = DST_WIDTH; in sc530ai_get_selection()
H A Dimx335.c1637 #define DST_WIDTH 2592 macro
1659 sel->r.width = DST_WIDTH; in imx335_get_selection()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md2979 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT);
3002 AHardwareBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT, &dst_buf);
H A DRockchip_Developer_Guide_RGA_EN.md2747 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT);
2770 AHardwareBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT, &dst_buf);