Searched refs:g_out_surface_id (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 58 static VASurfaceID g_out_surface_id = VA_INVALID_ID; variable 861 va_status = create_surface(&g_out_surface_id, g_out_pic_width, g_out_pic_height, in vpp_context_create() 914 &g_out_surface_id, in vpp_context_create() 951 vaDestroySurfaces(va_dpy, &g_out_surface_id, 1); in vpp_context_destroy() 1090 upload_yv12_frame_to_yuv_surface(g_src_file_fd, g_out_surface_id); in main() 1095 video_frame_process(g_filter_type, i, g_in_surface_id, g_out_surface_id); in main() 1096 store_yuv_surface_to_yv12_frame(g_dst_file_fd, g_out_surface_id); in main()
|