Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_graphicbuffer_demo.cpp65 uint64_t src_gb_flags = 0, dst_gb_flags = 0; in main() local
80 dst_gb_flags |= RK_GRALLOC_USAGE_WITHIN_4G; in main()
87 sp<GraphicBuffer> dst_gb(new GraphicBuffer(dst_width, dst_height, dst_format, 0, dst_gb_flags)); in main()