Lines Matching defs:width
550 * picture width / height.
562 int width, height;
565 * Bitstream width / height, may be different from width/height e.g. when
754 * That is the width of a pixel divided by the height of the pixel.
1098 * - width, height (video only)
1138 * avcodec_align_dimensions2() should be used to find the required width and
1947 * I.e. it will modify the output frame width/height fields and offset the
1953 * When set to 0, the width/height fields of the output frames will be set
1960 * @note when this option is set to zero, the width/height fields of the
2280 int w; ///< width of pict, undefined when pict is not set
2478 * Modify width and height values so that they will result in a memory
2484 void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
2487 * Modify width and height values so that they will result in a memory
2493 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
2732 * - Set the width/height fields to the coded frame size, rounded up to the
2928 int width;