Searched refs:GraphicBuffer_Init (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 82 sp<GraphicBuffer> GraphicBuffer_Init(int width, int height,int format) { in GraphicBuffer_Init() function 137 gbuffer = GraphicBuffer_Init(width, height, format); in AHardwareBuffer_Init() 266 src_buf = GraphicBuffer_Init(SRC_WIDTH, SRC_HEIGHT, SRC_FORMAT); in main() 267 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT); in main() 398 dst_buf = GraphicBuffer_Init(1920, 1080, DST_FORMAT); in main() 456 dst_buf = GraphicBuffer_Init(720, 480, DST_FORMAT); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | rga_im2d_slt.cpp | 140 sp<GraphicBuffer> GraphicBuffer_Init(int width, int height,int format, bool use_rga2, bool cacheabl… in GraphicBuffer_Init() function 297 src_buf = GraphicBuffer_Init(srcWidth, srcHeight * 1.5, srcFormat, in pthread_rga_run() 299 dst_buf = GraphicBuffer_Init(dstWidth, dstHeight * 1.5, dstFormat, in pthread_rga_run() 302 src_buf = GraphicBuffer_Init(srcWidth, srcHeight, srcFormat, in pthread_rga_run() 304 dst_buf = GraphicBuffer_Init(dstWidth, dstHeight, dstFormat, in pthread_rga_run()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 2978 src_buf = GraphicBuffer_Init(SRC_WIDTH, SRC_HEIGHT, SRC_FORMAT); 2979 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT); 3146 dst_buf = GraphicBuffer_Init(1920, 1080, DST_FORMAT); 3155 dst_buf = GraphicBuffer_Init(720, 480, DST_FORMAT);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 2746 src_buf = GraphicBuffer_Init(SRC_WIDTH, SRC_HEIGHT, SRC_FORMAT); 2747 dst_buf = GraphicBuffer_Init(DST_WIDTH, DST_HEIGHT, DST_FORMAT); 2914 dst_buf = GraphicBuffer_Init(1920, 1080, DST_FORMAT); 2923 dst_buf = GraphicBuffer_Init(720, 480, DST_FORMAT);
|