Home | History | Annotate | Download | only in libcamera2

Lines Matching full:scaler

526     shot_ext->shot.ctl.scaler.cropRegion[0] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[0];
527 shot_ext->shot.ctl.scalerscaler.cropRegion[1];
528 shot_ext->shot.ctl.scaler.cropRegion[2] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[2];
674 shot_ext->shot.ctl.scaler.cropRegion[0] = request_shot->shot.ctl.scaler.cropRegion[0];
675 shot_ext->shot.ctl.scaler.cropRegion[1] = request_shot->shot.ctl.scaler.cropRegion[1];
676 shot_ext->shot.ctl.scaler.cropRegion[2] = request_shot->shot.ctl.scaler.cropRegion[2];
1270 m_camera_info.dummy_shot.shot.ctl.scaler.cropRegion[0] = 0;
1271 m_camera_info.dummy_shot.shot.ctl.scaler.cropRegion[1] = 0;
1758 m_camera_info.dummy_shot.shot.ctl.scaler.cropRegion[2] = m_camera2->getSensorW();
3176 m_zoomRatio = (float)m_camera2->getSensorW() / (float)shot_ext->shot.ctl.scaler.cropRegion[2];
3204 shot_ext->shot.ctl.scaler.cropRegion[0] = new_cropRegion[0];
3205 shot_ext->shot.ctl.scaler.cropRegion[1] = new_cropRegion[1];
3206 shot_ext->shot.ctl.scaler.cropRegion[2] = new_cropRegion[2];