/aosp12/art/test/484-checker-register-hints/src/ |
H A D | Main.java | 46 int g = live3; in test1() local 81 int g = live3; in test2() local 106 int g = live3; in test3() local
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | wbalance.c | 44 int g = histG[i]; in estmateWhite() local 70 int g = histG[i]; in estmateWhite() local 105 int g = 0; in estmateWhiteBox() local 159 int g = rgb[GREEN]; in JNIFUNCF() local
|
/aosp12/art/test/404-optimizing-allocator/src/ |
H A D | Main.java | 87 int g = 0; in $opt$reg$TestMultipleLive() local 129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1() 150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2()
|
/aosp12/art/test/405-optimizing-long-allocator/src/ |
H A D | Main.java | 93 long g = 0; in $opt$TestMultipleLive() local 135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1() 156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color.h | 40 float g = 0.0f; variable
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | ImageUtils.cpp | 30 int r,g,b, a; in rgba2yvu() local 75 int r,g,b; in rgb2yvu() local 118 int r,g,b, nr, ng, nb, val; in rgb2gray() local 148 int r,g,b, nr, ng, nb, val; in rgb2gray() local 192 int y,v,u, r, g, b; in yvu2rgb() local 237 int y,v,u, r, g, b; in yvu2bgr() local
|
/aosp12/art/test/440-stmp/src/ |
H A D | Main.java | 27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() 38 float g = 7.0f; field in Main
|
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jpeg_reader.cpp | 186 int r, g, b, c, m, y, k; in formatPixels() local 226 int r, g, b; in formatPixels() local
|
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/ |
H A D | Color.h | 32 uint8_t g = 0; member 65 double r = 0, g = 0, b = 0; in getRGB() local
|
/aosp12/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
H A D | BiDiTestGalleryLtr.java | 31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
|
H A D | BiDiTestGalleryRtl.java | 31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
|
/aosp12/frameworks/ex/framesequence/jni/ |
H A D | Color.h | 28 #define ARGB_TO_COLOR8888(a, r, g, b) \ argument
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _layer_color_v10.md | 49 ### g subsection
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/light/ |
H A D | _r_g_b_color_v10.md | 49 ### g subsection
|
H A D | _w_r_g_b_color_v10.md | 39 ### g subsection
|
/aosp12/frameworks/rs/ |
H A D | rsCppUtils.h | 166 static inline uint16_t rs888to565(uint32_t r, uint32_t g, uint32_t b) { in rs888to565() 176 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f); in rsBoxFilter565() local 183 … uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff); in rsBoxFilter8888() local
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color.cpp | 47 Color::Color(float r, float g, float b, float a) in Color() 50 Color::Color(float r, float g, float b, float a, const ColorSpaceName name) in Color()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/function/ |
H A D | HeptConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g); in accept()
|
H A D | HeptFunction.java | 27 R apply(A a, B b, C c, D d, E e, F f, G g); in apply()
|
H A D | HeptPredicate.java | 27 boolean test(A a, B b, C c, D d, E e, F f, G g); in test()
|
H A D | OctConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g, H h); in accept()
|
H A D | OctFunction.java | 27 R apply(A a, B b, C c, D d, E e, F f, G g, H h); in apply()
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | CrossProcess.java | 44 float g = f; in createTest() local
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | CrossProcess.java | 41 float g = f; in createTest() local
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | CrossProcess.java | 44 float g = f; in createTest() local
|