Home | History | Annotate | Download | only in src

Lines Matching defs:dim

1283   static cam_ctrl_dimension_t dim;
1287 mm_app_set_dim_def(&dim);
1289 dim.video_width = input_display.user_input_display_width;
1290 dim.video_width = CEILING32(dim.video_width);
1291 dim.video_height = input_display.user_input_display_height;
1292 dim.orig_video_width = dim.video_width;
1293 dim.orig_video_height = dim.video_height;
1294 dim.display_width = dim.video_width;
1295 dim.display_height = dim.video_height;
1297 rc = mm_app_set_dim(cam_id, &dim);