Home | History | Annotate | Download | only in vdpau

Lines Matching refs:height

45                         uint32_t width, uint32_t height,
52 if (!(width && height)) {
87 p_surf->templat.height = height;
145 uint32_t *width, uint32_t *height)
147 if (!(width && height && chroma_type))
156 *height = p_surf->video_buffer->height;
160 *height = p_surf->templat.height;
169 unsigned *width, unsigned *height)
172 *height = p_surf->templat.height;
177 *height /= 2;
179 *height /= 2;
182 *height /= 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);