Lines Matching defs:height
284 uint16_t height, uint16_t stride)
290 params->pp.fh_l = height - 1;
291 params->pp.fh_h = (height - 1) >> 8;
391 u_offset = stride * height;
400 v_offset = stride * height;
409 u_offset = stride * height;
640 * @height: height of buffer in pixels.
652 uint16_t width, uint16_t height,
681 ipu_ch_param_set_size(¶ms, pixel_fmt, width, height, stride_bytes);