Searched refs:output_handle (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/ |
| H A D | rga_alpha_3channel_demo.cpp | 49 rga_buffer_handle_t fg_handle, bg_handle, output_handle; in main() local 88 output_handle = importbuffer_virtualaddr(output_buf, output_buf_size); in main() 89 if (fg_handle == 0 || bg_handle == 0 || output_handle == 0) { in main() 96 output_img = wrapbuffer_handle(output_handle, output_width, output_height, output_format); in main() 129 if (output_handle) in main() 130 releasebuffer_handle(output_handle); in main()
|
| H A D | rga_alpha_yuv_demo.cpp | 51 rga_buffer_handle_t fg_handle, bg_handle, output_handle; in main() local 93 output_handle = importbuffer_virtualaddr(output_buf, output_buf_size); in main() 94 if (fg_handle == 0 || bg_handle == 0 || output_handle == 0) { in main() 101 output_img = wrapbuffer_handle(output_handle, output_width, output_height, output_format); in main() 161 if (output_handle) in main() 162 releasebuffer_handle(output_handle); in main()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | oss-emulation.rst | 323 output_handle = open("device", O_WRONLY)
|