Searched refs:create_surface (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 184 create_surface(VASurfaceID * p_surface_id, in create_surface() function 857 va_status = create_surface(&g_in_surface_id, g_in_pic_width, g_in_pic_height, in vpp_context_create() 861 va_status = create_surface(&g_out_surface_id, g_out_pic_width, g_out_pic_height, in vpp_context_create()
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx_impl.c | 739 create_surface(VADriverContextP ctx, GLenum target, GLuint texture) in create_surface() function 883 pSurfaceGLX = create_surface(ctx, target, texture); in vaCreateSurfaceGLX_impl_libva()
|