| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | ppOp.cpp | 66 #define DST_HEIGHT (1280) macro 67 #define DST_SIZE (DST_WIDTH*DST_HEIGHT*2) 159 hei_alig16 = ((DST_HEIGHT + 15) & (~0xf)); in main() 164 opt.dstHeight = DST_HEIGHT; in main() 207 for (i = 0; i < DST_HEIGHT; i++) { in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 53 #define DST_HEIGHT 720 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 D | aty128.h | 137 #define DST_HEIGHT 0x1410 macro
|
| H A D | mach64.h | 206 #define DST_HEIGHT 0x0114 /* Dword offset 0_45 */ macro
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_accel.h | 103 #define DST_HEIGHT 0x8216 macro
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc4023.c | 1192 #define DST_HEIGHT 1440 macro 1213 sel->r.top = CROP_START(gc4023->cur_mode->height, DST_HEIGHT); in gc4023_get_selection() 1214 sel->r.height = DST_HEIGHT; in gc4023_get_selection()
|
| H A D | imx334.c | 1427 #define DST_HEIGHT 2160 macro 1438 sel->r.top = CROP_START(imx334->cur_mode->height, DST_HEIGHT); in imx334_get_selection() 1439 sel->r.height = DST_HEIGHT; in imx334_get_selection()
|
| H A D | ov50c40.c | 6734 #define DST_HEIGHT 2304 macro 6744 sel->r.top = CROP_START(ov50c40->cur_mode->height, DST_HEIGHT); in ov50c40_get_selection() 6745 sel->r.height = DST_HEIGHT; in ov50c40_get_selection()
|
| H A D | s5kjn1.c | 1826 #define DST_HEIGHT 3072 macro 1838 sel->r.top = CROP_START(s5kjn1->cur_mode->height, DST_HEIGHT); in s5kjn1_get_selection() 1839 sel->r.height = DST_HEIGHT; in s5kjn1_get_selection()
|
| H A D | imx327.c | 1535 #define DST_HEIGHT 1080 macro 1562 sel->r.top = CROP_START(imx327->cur_mode->height, DST_HEIGHT); in imx327_get_selection() 1564 sel->r.height = DST_HEIGHT; in imx327_get_selection()
|
| H A D | imx347.c | 1755 #define DST_HEIGHT 1520 macro 1775 sel->r.top = CROP_START(imx347->cur_mode->height, DST_HEIGHT); in imx347_get_selection() 1776 sel->r.height = DST_HEIGHT; in imx347_get_selection()
|
| H A D | imx307.c | 1859 #define DST_HEIGHT 1080 macro 1886 sel->r.top = CROP_START(imx307->cur_mode->height, DST_HEIGHT); in imx307_get_selection() 1888 sel->r.height = DST_HEIGHT; in imx307_get_selection()
|
| H A D | gc3003.c | 1581 #define DST_HEIGHT 1296 macro 1604 sel->r.height = DST_HEIGHT; in gc3003_get_selection()
|
| H A D | imx464.c | 2817 #define DST_HEIGHT 1520 macro 2837 sel->r.top = CROP_START(IMX464->cur_mode->height, DST_HEIGHT); in IMX464_get_selection() 2838 sel->r.height = DST_HEIGHT; in IMX464_get_selection()
|
| H A D | sc500ai.c | 1315 #define DST_HEIGHT 1616 macro 1334 sel->r.height = DST_HEIGHT; in sc500ai_get_selection()
|
| H A D | sc530ai.c | 1553 #define DST_HEIGHT 1616 macro 1572 sel->r.height = DST_HEIGHT; in sc530ai_get_selection()
|
| H A D | imx335.c | 1638 #define DST_HEIGHT 1944 macro 1661 sel->r.height = DST_HEIGHT; in imx335_get_selection()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 109 aty_st_le32(DST_HEIGHT, 0, par); in aty_init_engine()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 2979 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT); 3002 AHardwareBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT, &dst_buf);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 2747 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT); 2770 AHardwareBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT, &dst_buf);
|