Lines Matching defs:width
56 uint32_t width, uint32_t height,
63 if (!(width && height)) {
93 p_surf->templat.width = width;
159 uint32_t *width, uint32_t *height)
161 if (!(width && height && chroma_type))
169 *width = p_surf->video_buffer->width;
173 *width = p_surf->templat.width;
183 unsigned *width, unsigned *height)
185 *width = p_surf->templat.width;
188 vl_video_buffer_adjust_size(width, height, component,
249 unsigned width, height;
253 vlVdpVideoSurfaceSize(vlsurface, i, &width, &height);
258 width, height, 1
273 map, box.width, box.height);
277 map, box.width, box.height);
281 map, box.width, box.height);
285 box.width, box.height, map, transfer->stride, 0, 0);
385 unsigned width, height;
391 vlVdpVideoSurfaceSize(p_surf, i, &width, &height);
396 width, height, 1
412 map, dst_box.width, dst_box.height);
458 surfaces[i]->width, surfaces[i]->height, false);
543 result->width = surf->width;