Home | History | Annotate | Download | only in HAL

Lines Matching refs:zoom_threshold

6230         uint8_t zoom_threshold = opti_zoom_settings_need->zoom_threshold;
6231 CDBG_HIGH("%s: current zoom level =%d & zoom_threshold =%d",
6232 __func__, zoom_level, zoom_threshold);
6234 if (zoom_level >= zoom_threshold) {