Home
last modified time | relevance | path

Searched refs:src_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
79 src_gb_flags |= RK_GRALLOC_USAGE_WITHIN_4G; in main()
82 sp<GraphicBuffer> src_gb(new GraphicBuffer(src_width, src_height, src_format, 0, src_gb_flags)); in main()