Home
last modified time | relevance | path

Searched refs:DST_HEIGHT (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A DppOp.cpp66 #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 DrgaImDemo.cpp53 #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 Daty128.h137 #define DST_HEIGHT 0x1410 macro
H A Dmach64.h206 #define DST_HEIGHT 0x0114 /* Dword offset 0_45 */ macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dsis_accel.h103 #define DST_HEIGHT 0x8216 macro
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4023.c1192 #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 Dimx334.c1427 #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 Dov50c40.c6734 #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 Ds5kjn1.c1826 #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 Dimx327.c1535 #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 Dimx347.c1755 #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 Dimx307.c1859 #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 Dgc3003.c1581 #define DST_HEIGHT 1296 macro
1604 sel->r.height = DST_HEIGHT; in gc3003_get_selection()
H A Dimx464.c2817 #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 Dsc500ai.c1315 #define DST_HEIGHT 1616 macro
1334 sel->r.height = DST_HEIGHT; in sc500ai_get_selection()
H A Dsc530ai.c1553 #define DST_HEIGHT 1616 macro
1572 sel->r.height = DST_HEIGHT; in sc530ai_get_selection()
H A Dimx335.c1638 #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 Dmach64_accel.c109 aty_st_le32(DST_HEIGHT, 0, par); in aty_init_engine()
/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);