Home
last modified time | relevance | path

Searched refs:nsc (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
DPointMeteringParameters.java104 PointF nsc = transformPortraitCoordinatesToSensorCoordinates(point); in regionForNormalizedCoord() local
106 int xCenterSensor = (int) (cropRegion.left + nsc.x * cropRegion.width()); in regionForNormalizedCoord()
107 int yCenterSensor = (int) (cropRegion.top + nsc.y * cropRegion.height()); in regionForNormalizedCoord()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DAutoFocusHelper.java138 PointF nsc = CameraUtil.normalizedSensorCoordsForNormalizedDisplayCoords( in regionsForNormalizedCoord() local
141 int xCenterSensor = (int)(cropRegion.left + nsc.x * cropRegion.width()); in regionsForNormalizedCoord()
142 int yCenterSensor = (int)(cropRegion.top + nsc.y * cropRegion.height()); in regionsForNormalizedCoord()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_ts_frames.cc788 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()
Drfc_int.h117 } nsc; member