Searched refs:nsc (Results 1 – 4 of 4) sorted by relevance
104 PointF nsc = transformPortraitCoordinatesToSensorCoordinates(point); in regionForNormalizedCoord() local106 int xCenterSensor = (int) (cropRegion.left + nsc.x * cropRegion.width()); in regionForNormalizedCoord()107 int yCenterSensor = (int) (cropRegion.top + nsc.y * cropRegion.height()); in regionForNormalizedCoord()
138 PointF nsc = CameraUtil.normalizedSensorCoordsForNormalizedDisplayCoords( in regionsForNormalizedCoord() local141 int xCenterSensor = (int)(cropRegion.left + nsc.x * cropRegion.width()); in regionsForNormalizedCoord()142 int yCenterSensor = (int)(cropRegion.top + nsc.y * cropRegion.height()); in regionsForNormalizedCoord()
788 p_rx_frame->u.nsc.ea = *p_data & RFCOMM_EA; in rfc_process_mx_message()789 p_rx_frame->u.nsc.cr = (*p_data & RFCOMM_CR_MASK) >> RFCOMM_SHIFT_CR; in rfc_process_mx_message()790 p_rx_frame->u.nsc.type = *p_data++ >> RFCOMM_SHIFT_DLCI; in rfc_process_mx_message()
117 } nsc; member