/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/google/av/media/sfplugin/tests/ |
D | MediaCodec_sanity_test.cpp | 361 EXPECT_EQ(img->mPlane[img->Y].mHorizSubsampling, 1u); in TEST_P() 362 EXPECT_EQ(img->mPlane[img->Y].mVertSubsampling, 1u); in TEST_P() 372 EXPECT_EQ(img->mPlane[img->Y].mOffset, 0u); in TEST_P() 373 EXPECT_EQ(img->mPlane[img->Y].mColInc, 1); in TEST_P() 374 EXPECT_EQ(img->mPlane[img->Y].mRowInc, stride); in TEST_P() 390 EXPECT_EQ(img->mPlane[img->Y].mOffset, 0u); in TEST_P() 391 EXPECT_EQ(img->mPlane[img->Y].mColInc, 1); in TEST_P() 392 EXPECT_EQ(img->mPlane[img->Y].mRowInc, stride); in TEST_P() 408 EXPECT_EQ(img->mPlane[img->Y].mRowInc, stride); in TEST_P() 412 img->mPlane[img->Y].mOffset + 239 * img->mPlane[img->Y].mRowInc in TEST_P() [all …]
|
/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/1.0/vts/functional/ |
D | FormatConvert.cpp | 41 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin, in yuvToRgbx() argument 49 float Rf = Y + 1.140f*V; in yuvToRgbx() 50 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx() 51 float Bf = Y + 2.032f*U; in yuvToRgbx()
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 305 mediaImage->mPlane[mediaImage->Y].mOffset = 0; in GraphicView2MediaImageConverter() 306 mediaImage->mPlane[mediaImage->Y].mColInc = 1; in GraphicView2MediaImageConverter() 307 mediaImage->mPlane[mediaImage->Y].mRowInc = mStride; in GraphicView2MediaImageConverter() 308 mediaImage->mPlane[mediaImage->Y].mHorizSubsampling = 1; in GraphicView2MediaImageConverter() 309 mediaImage->mPlane[mediaImage->Y].mVertSubsampling = 1; in GraphicView2MediaImageConverter() 326 mediaImage->mPlane[mediaImage->Y].mOffset = 0; in GraphicView2MediaImageConverter() 327 mediaImage->mPlane[mediaImage->Y].mColInc = 1; in GraphicView2MediaImageConverter() 328 mediaImage->mPlane[mediaImage->Y].mRowInc = mStride; in GraphicView2MediaImageConverter() 329 mediaImage->mPlane[mediaImage->Y].mHorizSubsampling = 1; in GraphicView2MediaImageConverter() 330 mediaImage->mPlane[mediaImage->Y].mVertSubsampling = 1; in GraphicView2MediaImageConverter()
|
/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 …]
|
D | omx_vdec_v4l2.cpp | 12275 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 12276 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 12277 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat() 12278 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 12279 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
|
/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/interfaces/input/classifier/1.0/vts/functional/ |
D | VtsHalInputClassifierV1_0TargetTest.cpp | 63 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/qcom/msm8998/json-c/ |
D | RELEASE_CHECKLIST.txt | 64 git tag -a json-c-${release}-$(date +%Y%m%d) -m "Release json-c-${release}"
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 144 * field in the X, Y and Z axis. 170 * around the X, Y and Z axis. 300 * around the X, Y and Z axis. 500 * Coordinate System to understand the X and Y axis direction with respect 502 * - 0: device is in default orientation (Y axis is vertical and points up) 505 * - 2: device is rotated 180 degrees from default orientation (Y axis is 1032 * - the device X axis corresponds to the sensor's local -Y axis 1033 * - the device Y axis corresponds to the sensor's local X axis 1043 * center of the sensor is located 10mm in the positive Y direction, and
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 42 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 654 img.mPlane[img.Y].mHorizSubsampling == 1 && in isColorFormatFlexibleYUV() 655 img.mPlane[img.Y].mVertSubsampling == 1) { in isColorFormatFlexibleYUV() 673 img.mPlane[img.Y].mHorizSubsampling == 1 && in isColorFormatFlexibleYUV() 674 img.mPlane[img.Y].mVertSubsampling == 1) { in isColorFormatFlexibleYUV()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 929 char* Y = ipBuffer; in fillByteBuffer() local 932 memcpy(Y, imgTmp, portDef.format.video.nFrameWidth); in fillByteBuffer() 933 Y += portDef.format.video.nStride; in fillByteBuffer()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 3190 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 3191 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 3192 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 3193 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format() 3194 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format()
|
D | omx_vdec_v4l2.cpp | 13484 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 13485 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 13486 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat() 13487 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 13488 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 84 * P010 is a 4:2:0 YCbCr semiplanar format comprised of a WxH Y plane
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 3217 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 3218 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 3219 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 3220 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format() 3221 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format()
|
D | omx_vdec_v4l2.cpp | 11772 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 11773 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 11774 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat() 11775 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 11776 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 428 * Value "Y" represents GPS L1Y, GPS L2Y.
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 10928 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 10929 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 10930 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat() 10931 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 10932 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1442 * Mirror Y Position 1456 * Mirror Y Move 3477 * if someone else will publish Layer Y.
|