Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp184 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/
Dva_glx_impl.c739 create_surface(VADriverContextP ctx, GLenum target, GLuint texture) in create_surface() function
883 pSurfaceGLX = create_surface(ctx, target, texture); in vaCreateSurfaceGLX_impl_libva()