Lines Matching defs:height
79 int height;
129 int old_height = avctx->height;
150 // width and height need to be set before calling ff_get_format
153 avctx->height = ctx->resize.height;
156 avctx->height = cuinfo.display_area.bottom - cuinfo.display_area.top;
159 // target width/height need to be multiples of two
161 cuinfo.ulTargetHeight = avctx->height = (avctx->height + 1) & ~1;
224 (AVRational){ avctx->width, avctx->height }));
258 && avctx->height == old_height
273 hwframe_ctx->height < avctx->height ||
278 av_log(avctx, AV_LOG_DEBUG, "height: %d <-> %d\n", hwframe_ctx->height, avctx->height);
329 hwframe_ctx->height = avctx->height;
527 int height = avctx->height >> (i ? pixdesc->log2_chroma_h : 0);
537 .Height = height,
544 offset += height;
570 tmp_frame->height = avctx->height;
580 offset += pitch * (avctx->height >> (i ? pixdesc->log2_chroma_h : 0));
606 frame->height = avctx->height;
769 av_log(avctx, AV_LOG_ERROR, "Video height %d not within range from %d to %d\n",
821 &ctx->resize.width, &ctx->resize.height) != 2) {
1095 { "resize", "Resize (width)x(height)", OFFSET(resize_expr), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, VD },