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

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

Completed in 103 milliseconds