Lines Matching defs:vlsurface
203 vlVdpSurface *vlsurface;
210 vlsurface = vlGetDataHTAB(surface);
211 if (!vlsurface)
214 pipe = vlsurface->device->context;
225 if (vlsurface->video_buffer == NULL)
228 buffer_format = vlsurface->video_buffer->buffer_format;
241 mtx_lock(&vlsurface->device->mutex);
242 sampler_views = vlsurface->video_buffer->get_sampler_view_planes(vlsurface->video_buffer);
244 mtx_unlock(&vlsurface->device->mutex);
253 vlVdpVideoSurfaceSize(vlsurface, i, &width, &height);
266 mtx_unlock(&vlsurface->device->mutex);
291 mtx_unlock(&vlsurface->device->mutex);