Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 39) sorted by relevance

12

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_ConntrackClient.h102 #define iptodot(X,Y) \ argument
103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_ConntrackClient.h102 #define iptodot(X,Y) \ argument
103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_ConntrackClient.h102 #define iptodot(X,Y) \ argument
103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Internal.h50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp46 uint32_t Utils::yuvToRgbx(const unsigned char Y, in yuvToRgbx() argument
56 float Rf = Y + 1.140f*V; in yuvToRgbx()
57 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx()
58 float Bf = Y + 2.032f*U; in yuvToRgbx()
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl31 Y = 1 << 0, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl21 Y = 1, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
DPlaneLayoutComponentType.aidl21 Y = 1, enumConstant
/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.h71 double Y; member
Dloc_nmea.cpp168 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
198 pPZ90.X = deltaX + deltaScale * (pWGS84.X + rotZ * pWGS84.Y - rotY * pWGS84.Z); in convert_WGS84_to_PZ90()
199 pPZ90.Y = deltaY + deltaScale * (pWGS84.Y - rotZ * pWGS84.X + rotX * pWGS84.Z); in convert_WGS84_to_PZ90()
200 pPZ90.Z = deltaZ + deltaScale * (pWGS84.Z + rotY * pWGS84.X - rotX * pWGS84.Y); in convert_WGS84_to_PZ90()
233 p = sqrt(pecef.X * pecef.X + pecef.Y * pecef.Y); in convert_Ecef_to_Lla()
260 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.h71 double Y; member
Dloc_nmea.cpp168 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
198 pPZ90.X = deltaX + deltaScale * (pWGS84.X + rotZ * pWGS84.Y - rotY * pWGS84.Z); in convert_WGS84_to_PZ90()
199 pPZ90.Y = deltaY + deltaScale * (pWGS84.Y - rotZ * pWGS84.X + rotX * pWGS84.Z); in convert_WGS84_to_PZ90()
200 pPZ90.Z = deltaZ + deltaScale * (pWGS84.Z + rotY * pWGS84.X - rotX * pWGS84.Y); in convert_WGS84_to_PZ90()
233 p = sqrt(pecef.X * pecef.X + pecef.Y * pecef.Y); in convert_Ecef_to_Lla()
260 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.h71 double Y; member
Dloc_nmea.cpp168 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
198 pPZ90.X = deltaX + deltaScale * (pWGS84.X + rotZ * pWGS84.Y - rotY * pWGS84.Z); in convert_WGS84_to_PZ90()
199 pPZ90.Y = deltaY + deltaScale * (pWGS84.Y - rotZ * pWGS84.X + rotX * pWGS84.Z); in convert_WGS84_to_PZ90()
200 pPZ90.Z = deltaZ + deltaScale * (pWGS84.Z + rotY * pWGS84.X - rotX * pWGS84.Y); in convert_WGS84_to_PZ90()
233 p = sqrt(pecef.X * pecef.X + pecef.Y * pecef.Y); in convert_Ecef_to_Lla()
260 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2877 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format()
2878 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format()
2879 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format()
2880 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format()
2881 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format()
2884 p_img->mPlane[MediaImage::Y].mOffset = stride * scanlines; in describe_color_format()
2885 p_img->mPlane[MediaImage::Y].mColInc = 2; in describe_color_format()
2886 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format()
2887 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 2; in describe_color_format()
2888 p_img->mPlane[MediaImage::Y].mVertSubsampling = 2; in describe_color_format()
[all …]
/hardware/interfaces/gnss/2.1/
DIGnssAntennaInfoCallback.hal68 * Android sensor coordinate system, increasing toward the Y axis. The zenith
70 * coordinate system, increasing toward the X-Y plane.
102 * Android sensor coordinate system, increasing toward the Y axis. The zenith
104 * coordinate system, increasing toward the X-Y plane.
/hardware/interfaces/automotive/evs/common/utils/default/include/
DFormatConvert.h87 static uint32_t yuvToRgbx(const unsigned char Y,
/hardware/interfaces/input/common/1.0/
Dtypes.hal40 * Axis constant: Y axis of a motion event.
42 * - For a touch screen, reports the absolute Y screen position of the center of
44 * - For a touch pad, reports the absolute Y surface position of the center of the touch
46 * - For a mouse, reports the absolute Y screen position of the mouse pointer.
50 * - For a joystick, reports the absolute Y position of the joystick.
53 Y = 1,
185 * Axis constant: Y Rotation axis of a motion event.
187 * - For a joystick, reports the absolute rotation angle about the Y axis.
197 * to report the absolute Y position of the second joystick instead.
208 * Axis constant: Hat Y axis of a motion event.
[all …]
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h91 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS }; enumerator
/hardware/interfaces/input/classifier/1.0/vts/functional/
DVtsHalInputClassifierV1_0TargetTest.cpp64 coords.bits = Axis::X | Axis::Y; in getSimpleMotionEvent()
/hardware/interfaces/renderscript/1.0/
DIContext.hal227 * @param y Y position of the first element in the Allocation to be
250 * @param yoff Y offset of the region to update in this Allocation
275 * @param yoff Y offset of the region to update in this Allocation
353 * @param y Y position of the first element in the Allocation to be read
378 * @param yoff Y offset of the region to copy in this array
407 * @param yoff Y offset of the region to copy in this array
467 * @param dstYoff Y offset of the region to update
474 * @param srcYoff Y offset of the region in the source Allocation
492 * @param dstYoff Y offset of the region to update
500 * @param srcYoff Source Y offset of the region in the source Allocation
[all …]
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal338 * Y8 is a YUV planar format comprised of a WxH Y plane, with each pixel
339 * being represented by 8 bits. It is equivalent to just the Y plane from
362 * Y16 is a YUV planar format comprised of a WxH Y plane, with each pixel
389 * YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed
908 * All Y formats: full range
916 * Full range uses all values for Y, Cb and Cr from
922 * Limited range uses values 16/256*2^b to 235/256*2^b for Y, and
927 * Luma (Y) samples should range from 16 to 235, inclusive
931 * Luma (Y) samples should range from 64 to 940, inclusive
1025 * Same model as BT.601-625, but all values (Y, Cb, Cr) range from 0 to 255
/hardware/interfaces/automotive/sv/1.0/
Dtypes.hal97 * The virtual view axes are defined as +Y as look-at direction, +X as right direction and
106 * | ↑Y | Y←∘ view
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal264 * Y←∘______
267 * | ↑Y |
294 * The +Y axis points along the center of the beam spread the X axis to the right and the Z
/hardware/interfaces/audio/common/all-versions/
DcopyHAL.sh76 sed -i "1,2 s/20[0-9][0-9]/$(date +"%Y")/g" "$@"

12