Home
last modified time | relevance | path

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

12345678

/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/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/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/display/msm8996/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/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/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.cpp308 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
318 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
353 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
373 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp315 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
329 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
367 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
387 for (uint32_t y = 0; y < info.height; y++) { in TEST_F() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
Dts_makeup_data.h45 long y; member
/hardware/qcom/display/msm8226/libqdutils/
Dqd_utils.cpp99 int x =0, y =0; in getAspectRatioPosition() local
/hardware/qcom/display/msm8994/libqdutils/
Dqd_utils.cpp98 int x =0, y =0; in getAspectRatioPosition() local
/hardware/qcom/display/msm8960/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_delta_panel.cpp59 int x, y; in deltaPanelRendering() local
/hardware/qcom/display/msm8996/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
/hardware/qcom/display/msm8084/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/sdm845/display/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h129 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum argument
130 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum argument
131 #define ALIGN(x, y) (((x) + ((y) - 1)) & (~((y) - 1))) argument
/hardware/qcom/display/msm8994/libmemtrack/
Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) argument

12345678