Searched refs:in_height (Results 1 – 3 of 3) sorted by relevance
185 i_img_ptr.uHeight = params->in_height; in resize_nv12()358 int out_height = 0, in_height = 0; in encode() local368 in_height = input->in_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()
846 main_jpeg->in_height = frame->mHeight; in notifyFrame()874 tn_jpeg->in_height = height; in notifyFrame()
97 int in_height; member