Home
last modified time | relevance | path

Searched refs:GraphicBuffer_Init (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp82 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 Drga_im2d_slt.cpp140 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 DRockchip_Developer_Guide_RGA_CN.md2978 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 DRockchip_Developer_Guide_RGA_EN.md2746 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);