Searched refs:out_height (Results 1 – 3 of 3) sorted by relevance
193 o_img_ptr.uHeight = params->out_height; in resize_nv12()358 int out_height = 0, in_height = 0; in encode() local367 out_height = input->out_height; in encode()375 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || in encode()383 if ((in_width != out_width) || (in_height != out_height)) { in encode()388 } else if ((in_width != out_width) || (in_height != out_height)) { in encode()407 out_width, out_height, input->dst, in encode()412 cinfo.image_height = out_height; in encode()425 row_uv = src + out_width * out_height * bpp; in encode()
848 main_jpeg->out_height = frame->mHeight; in notifyFrame()876 tn_jpeg->out_height = tn_height; in notifyFrame()
99 int out_height; member