Home | History | Annotate | Download | only in HAL

Lines Matching refs:zoom_threshold

9073         uint32_t zoom_threshold = (uint32_t) opti_zoom_settings_need->zoom_threshold;
9074 LOGH("current zoom level =%u & zoom_threshold =%u",
9075 zoom_level, zoom_threshold);
9077 if (zoom_level >= zoom_threshold) {