Lines Matching defs:width
78 int width;
128 int old_width = avctx->width;
150 // width and height need to be set before calling ff_get_format
152 avctx->width = ctx->resize.width;
155 avctx->width = cuinfo.display_area.right - cuinfo.display_area.left;
159 // target width/height need to be multiples of two
160 cuinfo.ulTargetWidth = avctx->width = (avctx->width + 1) & ~1;
224 (AVRational){ avctx->width, avctx->height }));
257 && avctx->width == old_width
272 hwframe_ctx->width < avctx->width ||
277 av_log(avctx, AV_LOG_DEBUG, "width: %d <-> %d\n", hwframe_ctx->width, avctx->width);
328 hwframe_ctx->width = avctx->width;
569 tmp_frame->width = avctx->width;
605 frame->width = avctx->width;
763 av_log(avctx, AV_LOG_ERROR, "Video width %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 },