Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/utils/
H A Dutils.h32 int write_image_to_fbc_file(void *buf, const char *path, int sw, int sh, int fmt, int index);
H A Dutils.cpp153 int write_image_to_fbc_file(void *buf, const char *path, int sw, int sh, int fmt, int index) { in write_image_to_fbc_file() function
/OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/
H A Drga_copy_fbc_demo.cpp115 write_image_to_fbc_file(fbc_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()