Home | History | Annotate | Download | only in vdpau

Lines Matching refs:width

45                         uint32_t width, uint32_t height,
52 if (!(width && height)) {
86 p_surf->templat.width = width;
145 uint32_t *width, uint32_t *height)
147 if (!(width && height && chroma_type))
155 *width = p_surf->video_buffer->width;
159 *width = p_surf->templat.width;
169 unsigned *width, unsigned *height)
171 *width = p_surf->templat.width;
176 *width /= 2;
225 unsigned width, height;
229 vlVdpVideoSurfaceSize(vlsurface, i, &width, &height);
234 width, height, 1
254 box.width, box.height, map, transfer->stride, 0, 0);
319 unsigned width, height;
323 vlVdpVideoSurfaceSize(p_surf, i, &width, &height);
328 width, height, 1
367 surfaces[i]->width, surfaces[i]->height);