Lines Matching defs:width
81 uint32_t *width, uint32_t *height)
116 if (width)
117 *width = w;
128 uint32_t width;
131 if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
136 hw_frames->width = width;
157 uint32_t width;
161 vdctx->width = UINT32_MAX;
164 if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
241 max_width < width || max_height < height)
266 max_width < width || max_height < height)
283 status = create(vdctx->device, profile, width, height, avctx->refs,
286 vdctx->width = avctx->coded_width;
302 if (vdctx->width == UINT32_MAX && vdctx->height == UINT32_MAX)
323 if (avctx->coded_width == vdctx->width &&