/device/generic/goldfish/camera/ |
D | Converters.h | 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() 162 RGB565ToYUV(uint16_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB565ToYUV() 169 RGB32ToYUV(uint32_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB32ToYUV() 199 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8) argument 200 #define YUV2G(y, u, v) clamp((298 * ((y)-16) - 100 * ((u)-128) - 208 * ((v)-128) + 128) >> 8) argument 201 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8) argument 206 YUVToRGB565(int y, int u, int v) in YUVToRGB565() 218 YUVToRGB32(int y, int u, int v) in YUVToRGB32()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.h | 170 uint8_t* u, uint8_t* v) { in R8G8B8ToYUV() 177 static __inline__ void RGB565ToYUV(uint16_t rgb, uint8_t* y, uint8_t* u, in RGB565ToYUV() 183 static __inline__ void RGB32ToYUV(uint32_t rgb, uint8_t* y, uint8_t* u, in RGB32ToYUV() 213 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8) argument 214 #define YUV2G(y, u, v) \ argument 216 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8) argument 219 static __inline__ uint16_t YUVToRGB565(int y, int u, int v) { in YUVToRGB565() 231 static __inline__ uint32_t YUVToRGB32(int y, int u, int v) { in YUVToRGB32()
|
D | EmulatedCameraDevice.cpp | 144 void EmulatedCameraDevice::changeWhiteBalance(uint8_t& y, uint8_t& u, in changeWhiteBalance()
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | vec.c | 54 void vecAdd(float *u, const float *v, const float *w, size_t dim) { in vecAdd() 73 void vecSub(float *u, const float *v, const float *w, size_t dim) { in vecSub() 83 void vecScalarMul(float *u, const float *v, float c, size_t dim) { in vecScalarMul()
|
D | vec.h | 74 static inline void vec3AddVecs(struct Vec3 *u, const struct Vec3 *v, in vec3AddVecs() 94 static inline void vec3SubVecs(struct Vec3 *u, const struct Vec3 *v, in vec3SubVecs() 147 static inline void vec3Cross(struct Vec3 *u, const struct Vec3 *v, in vec3Cross()
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | Stream.cpp | 92 } u; in putFloat() local 101 } u; in getFloat() local
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | vnc_client_connection.cpp | 67 uint32_t u = 1; in BigEndianChecker() local 98 std::uint16_t u{}; in uint16_tAt() local 104 std::uint32_t u{}; in uint32_tAt() local 110 std::uint32_t u{}; in int32_tAt() local
|
/device/linaro/dragonboard/qcom/pd-mapper/ |
D | json.h | 54 } u; member
|
/device/google/contexthub/firmware/lib/builtins/ |
D | int_lib.h | 50 su_int u; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_rmnet.h | 109 } u; member 115 } u; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_rmnet.h | 126 } u; member 133 } u; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_rmnet.h | 126 } u; member 133 } u; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_rmnet.h | 109 } u; member 115 } u; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_rmnet.h | 138 } u; member 145 } u; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_rmnet.h | 117 } u; member 123 } u; member
|
/device/google/cuttlefish/common/libs/tcp_socket/ |
D | tcp_socket.cpp | 125 std::uint32_t u{}; in AppendInNetworkByteOrder() local
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | mpu.c | 157 char *s, *u; in mpuShow() local
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.cpp | 257 signed u = (signed)yv12_u[i / 2] - 128; in yv12_to_rgb565() local 303 signed u = (signed)yv12_u[i / 2] - 128; in yv12_to_rgb888() local 341 signed u = (signed)yv12_u[i / 2] - 128; in yuv420p_to_rgb888() local
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app.c | 236 } u; in chreappHandle() local
|
D | chre_app.c | 237 } u; in chreappHandle() local
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Optional.h | 429 void reset(U&& u) { in reset()
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 67 float y1,t1,t2,r,s,t,u,v,w; local
|
/device/google/contexthub/firmware/os/inc/ |
D | halIntf.h | 96 uint32_t u[0]; member
|
/device/google/crosshatch/json-c/ |
D | linkhash.c | 235 union { const void *ptr; size_t i; } u; /* needed for Mac Powerbook G4 */ in hashlittle() local
|
/device/google/bonito/json-c/ |
D | linkhash.c | 235 union { const void *ptr; size_t i; } u; /* needed for Mac Powerbook G4 */ in hashlittle() local
|