/aosp_15_r20/external/libkmsxx/kms++util/inc/kms++util/ |
H A D | color.h | 17 struct RGB { struct 52 YUV(const RGB& rgb, YUVType type = YUVType::BT601_Lim); argument
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 1368 struct RGB struct 1371 RGB(uint8_t r, uint8_t g, uint8_t b) in RGB() argument 1376 RGB(int r, int g, int b) in RGB() argument 1382 RGB operator<<(int shift) const { return { r << shift, g << shift, b << shift }; } in operator <<() 1383 RGB operator>>(int shift) const { return { r >> shift, g >> shift, b >> shift }; } in operator >>() 1384 RGB operator|(int bits) const { return { r | bits, g | bits, b | bits }; } in operator |() 1385 RGB operator|(const RGB &rhs) const { return { r | rhs.r, g | rhs.g, b | rhs.b }; } in operator |() 1386 RGB operator+(const RGB &rhs) const { return { r + rhs.r, g + rhs.g, b + rhs.b }; } in operator +() 1388 uint8_t b; 1389 uint8_t g; [all …]
|
/aosp_15_r20/external/libkmsxx/kms++util/src/ |
H A D | color.cpp | 5 RGB::RGB() in RGB() function in kms::RGB 11 RGB::RGB(uint8_t r, uint8_t g, uint8_t b) in RGB() function in kms::RGB 16 RGB::RGB(uint8_t a, uint8_t r, uint8_t g, uint8_t b) in RGB() function in kms::RGB 24 RGB::RGB(uint32_t argb) in RGB() function in kms::RGB
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | yuv_neon.c | 52 const uint8x8x3_t RGB = vld3_u8(rgb); in ConvertRGB24ToY_NEON() local 76 const uint8x8x4_t RGB = vld4_u8((const uint8_t*)&argb[i]); in ConvertARGBToY_NEON() local 121 const uint16x8x4_t RGB = vld4q_u16((const uint16_t*)rgb); in ConvertRGBA32ToUV_NEON() local 138 const uint8x16x4_t RGB = vld4q_u8((const uint8_t*)&argb[i]); in ConvertARGBToUV_NEON() local
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | platformDeclaration.kt | 71 expect enum class RGB { in foo() class 90 actual enum class RGB(val v: Int) { in foo() class
|
/aosp_15_r20/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/ |
D | format_type.h | 15 RGB, enumerator
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/ |
H A D | FaceSensorType.aidl | 38 RGB, enumConstant
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face_interface/dump/android/hardware/biometrics/face/ |
D | FaceSensorType.aidl | 39 RGB, enumConstant
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/ |
D | PipeInputConfigFormatType.aidl | 24 RGB, enumConstant
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/ |
D | PipeInputConfigFormatType.aidl | 21 RGB = 0, enumConstant
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/ |
H A D | FaceSensorType.aidl | 39 RGB, enumConstant
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/ |
D | PipeInputConfigFormatType.aidl | 21 RGB = 0, enumConstant
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | FaceSensorType.aidl | 38 RGB = 1, enumConstant
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-java-source/gen/android/hardware/biometrics/face/ |
D | FaceSensorType.java | 13 public static final byte RGB = 1; field
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | FaceSensorType.aidl | 35 RGB, enumConstant
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | FaceSensorType.aidl | 39 RGB, enumConstant
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/ |
H A D | FaceSensorType.aidl | 38 RGB = 1, enumConstant
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/include/aidl/android/hardware/biometrics/face/ |
D | FaceSensorType.h | 29 RGB = 1, enumerator
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
H A D | LutProperties.aidl | 45 @VintfStability enum SamplingKey { RGB, MAX_RGB, CIE_Y } enumConstant
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
H A D | LutProperties.aidl | 47 RGB, enumConstant
|
/aosp_15_r20/frameworks/native/libs/gui/aidl/android/gui/ |
H A D | LutProperties.aidl | 30 enum SamplingKey { RGB, MAX_RGB, CIE_Y } enumConstant
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3_interface/dump/android/hardware/graphics/composer3/ |
D | LutProperties.aidl | 47 RGB, enumConstant
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | Fuzz.proto | 6 RGB = 0; enumerator
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/types/ |
D | Status.h | 33 RGB = 0, enumerator
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | EnumConversionTest.cpp | 44 RGB = 0, enumerator
|