Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 217) sorted by relevance

123456789

/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) argument
64 #define pow(x,y) ml_pow(x,y) argument
70 #define atan2f(x,y) ml_atan2(x,y) argument
87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument
91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) argument
64 #define pow(x,y) ml_pow(x,y) argument
70 #define atan2f(x,y) ml_atan2(x,y) argument
87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument
91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
/hardware/google/easel/amber/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb()
103 for (uint32_t y = 0; y < height; y++) { in writePpm() local
171 for (uint32_t y = 0; y < height; y++) { in comparePpm() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp225 void QCamera3CropRegionMapper::toActiveArray(uint32_t& x, uint32_t& y) in toActiveArray()
254 void QCamera3CropRegionMapper::toSensor(uint32_t& x, uint32_t& y) in toSensor()
/hardware/qcom/sm8150/display/libcopybit/
Dsoftware_converter.h38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
/hardware/qcom/display/msm8996/libcopybit/
Dsoftware_converter.h38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
/hardware/qcom/display/msm8998/libcopybit/
Dsoftware_converter.h38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
/hardware/qcom/sdm845/display/libcopybit/
Dsoftware_converter.h38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dsoftware_converter.h38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
/hardware/qcom/display/msm8909/libcopybit/
Dsoftware_converter.h38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) argument
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp292 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
302 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
337 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
357 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp299 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
313 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
351 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
371 for (uint32_t y = 0; y < info.height; y++) { in TEST_P() local
/hardware/qcom/sm8150/display/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8994/libqdutils/
Dqd_utils.cpp98 int x =0, y =0; in getAspectRatioPosition() local
/hardware/qcom/display/msm8226/libqdutils/
Dqd_utils.cpp99 int x =0, y =0; in getAspectRatioPosition() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
Dts_makeup_data.h45 long y; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_delta_panel.cpp59 int x, y; in deltaPanelRendering() local
/hardware/qcom/display/msm8960/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8996/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/sdm845/display/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8226/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8084/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8909/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8909w_3100/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8998/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument

123456789