Lines Matching full:out_height
250 o_img_ptr.uHeight = params->out_height;
431 int out_height = 0, in_height = 0;
441 out_height = input->out_height;
451 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
459 if ((in_width != out_width) || (in_height != out_height)) {
469 } else if ((in_width != out_width) || (in_height != out_height)) {
485 out_width, out_height, input->dst,
490 cinfo.image_height = out_height;
503 row_uv = src + out_width * out_height * bpp;