Lines Matching defs:height
81 uint32_t *width, uint32_t *height)
118 if (height)
119 *height = h;
129 uint32_t height;
131 if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
137 hw_frames->height = height;
158 uint32_t height;
162 vdctx->height = 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,
287 vdctx->height = avctx->coded_height;
302 if (vdctx->width == UINT32_MAX && vdctx->height == UINT32_MAX)
324 avctx->coded_height == vdctx->height && (!hwctx || !hwctx->reset))
381 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);