Searched refs:in_width (Results 1 – 3 of 3) sorted by relevance
184 i_img_ptr.uWidth = params->in_width; in resize_nv12()362 int out_width = 0, in_width = 0; in encode() local372 in_width = input->in_width; in encode()383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || in encode()391 if ((in_width != out_width) || (in_height != out_height)) { in encode()396 } else if ((in_width != out_width) || (in_height != out_height)) { in encode()
944 main_jpeg->in_width = frame->mAlignment/2; // use stride here in notifyFrame()974 tn_jpeg->in_width = width; in notifyFrame()
117 int in_width; member