Lines Matching full:max_dim
7393 cam_dimension_t str_dim,max_dim;
7396 max_dim.width = 0;
7397 max_dim.height = 0;
7410 if (str_dim.width > max_dim.width) {
7411 max_dim.width = str_dim.width;
7413 if (str_dim.height > max_dim.height) {
7414 max_dim.height = str_dim.height;
7429 if (str_dim.width > max_dim.width) {
7430 max_dim.width = str_dim.width;
7432 if (str_dim.height > max_dim.height) {
7433 max_dim.height = str_dim.height;
7437 rc = mParameters.updateRAW(max_dim);