Searched refs:resize_y (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c692 unsigned int resize_x, resize_y; local
694 resize_y = (input_h * 1024 + output_h / 2) / output_h;
696 /* We want max(resize_x, resize_y), check if it still fits */
697 if (resize_x > resize_y &&
701 else if (resize_y > resize_x &&
702 (output_w * resize_y + 512) / 1024 > RJ54N1_MAX_WIDTH)
706 resize = max(resize_x, resize_y);

Completed in 129 milliseconds