Home | History | Annotate | Download | only in vdpau

Lines Matching full:vlsurface

196    vlVdpSurface *vlsurface;
202 vlsurface = vlGetDataHTAB(surface);
203 if (!vlsurface)
206 pipe = vlsurface->device->context;
214 if (vlsurface->video_buffer == NULL || format != vlsurface->video_buffer->buffer_format)
217 pipe_mutex_lock(vlsurface->device->mutex);
218 sampler_views = vlsurface->video_buffer->get_sampler_view_planes(vlsurface->video_buffer);
220 pipe_mutex_unlock(vlsurface->device->mutex);
229 vlVdpVideoSurfaceSize(vlsurface, i, &width, &height);
241 pipe_mutex_unlock(vlsurface->device->mutex);
248 pipe_mutex_unlock(vlsurface->device->mutex);
260 pipe_mutex_unlock(vlsurface->device->mutex);