Home | History | Annotate | Download | only in camera

Lines Matching full:out_height

194     o_img_ptr.uHeight = params->out_height;
363 int out_height = 0, in_height = 0;
373 out_height = input->out_height;
383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
391 if ((in_width != out_width) || (in_height != out_height)) {
396 } else if ((in_width != out_width) || (in_height != out_height)) {
415 out_width, out_height, input->dst,
420 cinfo.image_height = out_height;
433 row_uv = src + out_width * out_height * bpp;