/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 102 #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/ |
D | IPACM_ConntrackClient.h | 102 #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/ |
D | IPACM_ConntrackClient.h | 102 #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/ |
D | phNxpEse_Internal.h | 50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
|
/hardware/interfaces/automotive/evs/common/utils/default/ |
D | FormatConvert.cpp | 46 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/ |
D | PlaneLayoutComponentType.aidl | 31 Y = 1 << 0, enumConstant
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/ |
D | PlaneLayoutComponentType.aidl | 21 Y = 1, enumConstant
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/ |
D | PlaneLayoutComponentType.aidl | 21 Y = 1, enumConstant
|
/hardware/qcom/sm8150p/gps/utils/ |
D | loc_nmea.h | 71 double Y; member
|
D | loc_nmea.cpp | 168 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/ |
D | loc_nmea.h | 71 double Y; member
|
D | loc_nmea.cpp | 168 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/ |
D | loc_nmea.h | 71 double Y; member
|
D | loc_nmea.cpp | 168 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/ |
D | omx_swvdec.cpp | 2877 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/ |
D | IGnssAntennaInfoCallback.hal | 68 * 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/ |
D | FormatConvert.h | 87 static uint32_t yuvToRgbx(const unsigned char Y,
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 40 * 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/ |
D | EmulatedScene.h | 91 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS }; enumerator
|
/hardware/interfaces/input/classifier/1.0/vts/functional/ |
D | VtsHalInputClassifierV1_0TargetTest.cpp | 64 coords.bits = Axis::X | Axis::Y; in getSimpleMotionEvent()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 227 * @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/ |
D | types.hal | 338 * 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/ |
D | types.hal | 97 * 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/ |
D | types.hal | 264 * 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/ |
D | copyHAL.sh | 76 sed -i "1,2 s/20[0-9][0-9]/$(date +"%Y")/g" "$@"
|