Home
last modified time | relevance | path

Searched defs:RGB (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/libkmsxx/kms++util/inc/kms++util/
H A Dcolor.h17 struct RGB { struct
52 YUV(const RGB& rgb, YUVType type = YUVType::BT601_Lim); argument
/aosp_15_r20/external/swiftshader/src/Device/
H A DBC_Decoder.cpp1368 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 Dcolor.cpp5 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 Dyuv_neon.c52 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 DplatformDeclaration.kt71 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/
Dformat_type.h15 RGB, enumerator
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
H A DFaceSensorType.aidl38 RGB, enumConstant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face_interface/dump/android/hardware/biometrics/face/
DFaceSensorType.aidl39 RGB, enumConstant
/aosp_15_r20/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/
DPipeInputConfigFormatType.aidl24 RGB, enumConstant
/aosp_15_r20/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DPipeInputConfigFormatType.aidl21 RGB = 0, enumConstant
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
H A DFaceSensorType.aidl39 RGB, enumConstant
/aosp_15_r20/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
DPipeInputConfigFormatType.aidl21 RGB = 0, enumConstant
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DFaceSensorType.aidl38 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/
DFaceSensorType.java13 public static final byte RGB = 1; field
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DFaceSensorType.aidl35 RGB, enumConstant
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DFaceSensorType.aidl39 RGB, enumConstant
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
H A DFaceSensorType.aidl38 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/
DFaceSensorType.h29 RGB = 1, enumerator
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
H A DLutProperties.aidl45 @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 DLutProperties.aidl47 RGB, enumConstant
/aosp_15_r20/frameworks/native/libs/gui/aidl/android/gui/
H A DLutProperties.aidl30 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/
DLutProperties.aidl47 RGB, enumConstant
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/
DFuzz.proto6 RGB = 0; enumerator
/aosp_15_r20/packages/services/Car/cpp/computepipe/types/
DStatus.h33 RGB = 0, enumerator
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/graph/
DEnumConversionTest.cpp44 RGB = 0, enumerator

12345678910>>...15