Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/
H A Drga_async_demo.cpp48 int tmp_width, tmp_height, tmp_format; in main() local
66 tmp_height = 720; in main()
74 tmp_buf_size = tmp_width * tmp_height * get_bpp_from_format(tmp_format); in main()
98 tmp_img = wrapbuffer_handle(tmp_handle, tmp_width, tmp_height, tmp_format); in main()