Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c49 vlVdpSurface *p_surf; in vlVdpVideoSurfaceCreate() local
62 p_surf = CALLOC(1, sizeof(vlVdpSurface)); in vlVdpVideoSurfaceCreate()
63 if (!p_surf) { in vlVdpVideoSurfaceCreate()
74 p_surf->device = dev; in vlVdpVideoSurfaceCreate()
78 memset(&p_surf->templat, 0, sizeof(p_surf->templat)); in vlVdpVideoSurfaceCreate()
79 p_surf->templat.buffer_format = pipe->screen->get_video_param in vlVdpVideoSurfaceCreate()
85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type); in vlVdpVideoSurfaceCreate()
86 p_surf->templat.width = width; in vlVdpVideoSurfaceCreate()
87 p_surf->templat.height = height; in vlVdpVideoSurfaceCreate()
88 p_surf->templat.interlaced = pipe->screen->get_video_param in vlVdpVideoSurfaceCreate()
[all …]