Lines Matching full:max_dim
6683 cam_dimension_t str_dim,max_dim;
6686 max_dim.width = 0;
6687 max_dim.height = 0;
6700 if (str_dim.width > max_dim.width) {
6701 max_dim.width = str_dim.width;
6703 if (str_dim.height > max_dim.height) {
6704 max_dim.height = str_dim.height;
6719 if (str_dim.width > max_dim.width) {
6720 max_dim.width = str_dim.width;
6722 if (str_dim.height > max_dim.height) {
6723 max_dim.height = str_dim.height;
6727 rc = mParameters.updateRAW(max_dim);