Lines Matching refs:cropRegion
526 shot_ext->shot.ctl.scaler.cropRegion[0] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[0]; in MarkProcessingRequest()
527 shot_ext->shot.ctl.scaler.cropRegion[1] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[1]; in MarkProcessingRequest()
528 shot_ext->shot.ctl.scaler.cropRegion[2] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[2]; in MarkProcessingRequest()
674 shot_ext->shot.ctl.scaler.cropRegion[0] = request_shot->shot.ctl.scaler.cropRegion[0]; in UpdateIspParameters()
675 shot_ext->shot.ctl.scaler.cropRegion[1] = request_shot->shot.ctl.scaler.cropRegion[1]; in UpdateIspParameters()
676 shot_ext->shot.ctl.scaler.cropRegion[2] = request_shot->shot.ctl.scaler.cropRegion[2]; in UpdateIspParameters()
1270 m_camera_info.dummy_shot.shot.ctl.scaler.cropRegion[0] = 0; in InitializeISPChain()
1271 m_camera_info.dummy_shot.shot.ctl.scaler.cropRegion[1] = 0; in InitializeISPChain()
1758 m_camera_info.dummy_shot.shot.ctl.scaler.cropRegion[2] = m_camera2->getSensorW(); in allocateStream()
3176 … m_zoomRatio = (float)m_camera2->getSensorW() / (float)shot_ext->shot.ctl.scaler.cropRegion[2]; in m_sensorThreadFunc()
3204 shot_ext->shot.ctl.scaler.cropRegion[0] = new_cropRegion[0]; in m_sensorThreadFunc()
3205 shot_ext->shot.ctl.scaler.cropRegion[1] = new_cropRegion[1]; in m_sensorThreadFunc()
3206 shot_ext->shot.ctl.scaler.cropRegion[2] = new_cropRegion[2]; in m_sensorThreadFunc()