Home
last modified time | relevance | path

Searched refs:DST_FORMAT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp56 #define DST_FORMAT HAL_PIXEL_FORMAT_RGBA_8888 macro
59 #define DST_FORMAT RK_FORMAT_RGBA_8888 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()
382 if(ERROR == AHardwareBuffer_Init(1920, 1080, DST_FORMAT, &dst_buf)) { in main()
[all …]
/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);
3146 dst_buf = GraphicBuffer_Init(1920, 1080, DST_FORMAT);
3155 dst_buf = GraphicBuffer_Init(720, 480, DST_FORMAT);
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);
2914 dst_buf = GraphicBuffer_Init(1920, 1080, DST_FORMAT);
2923 dst_buf = GraphicBuffer_Init(720, 480, DST_FORMAT);