Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/aosp12/bionic/tests/
H A Dglob_test.cpp61 static void InstallFake(glob_t* g) { in InstallFake()
70 glob_t g = {}; in TEST() local
77 glob_t g = {}; in TEST() local
93 glob_t g = {}; in TEST() local
115 glob_t g = {}; in TEST() local
132 glob_t g = {}; in TEST() local
145 glob_t g = {}; in TEST() local
165 glob_t g = {}; in TEST() local
177 glob_t g = {}; in TEST() local
200 glob_t g = {}; in TEST() local
[all …]
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp40 MuxGuard g(mLock); in registerProperty() local
46 MuxGuard g(mLock); in writeValue() local
72 MuxGuard g(mLock); in removeValue() local
81 MuxGuard g(mLock); in removeValuesForProperty() local
87 MuxGuard g(mLock); in readAllValues() local
98 MuxGuard g(mLock); in readValuesForProperty() local
109 MuxGuard g(mLock); in readValueOrNull() local
118 MuxGuard g(mLock); in readValueOrNull() local
125 MuxGuard g(mLock); in getAllConfigs() local
135 MuxGuard g(mLock); in getConfigOrNull() local
H A DSubscriptionManager.cpp93 MuxGuard g(mLock); in addOrUpdateSubscription() local
126 MuxGuard g(mLock); in distributeValuesToClients() local
149 MuxGuard g(mLock); in getSubscribedClients() local
234 MuxGuard g(mLock); in unsubscribe() local
280 MuxGuard g(mLock); in onCallbackDead() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcolor.h66 uint8_t g = (color >> COLOR_SHIFT_8) & UINT8_MAX; in MakeColorFromLinear() local
79 uint8_t g = (color >> COLOR_SHIFT_8) & UINT8_MAX; in MakeColorFromSRGB() local
93 uint32_t g = (static_cast<uint32_t>(color.y) & UINT8_MAX) << COLOR_SHIFT_8; in FromColorToLinear() local
107 …uint32_t g = (static_cast<uint32_t>(LinearToSRGBConv(color.y) * 255.f) & UINT8_MAX) << COLOR_SHIFT… in FromColorToSRGB() local
122 uint32_t g = (static_cast<uint32_t>(color.y) & UINT8_MAX) << COLOR_SHIFT_8; in FromColorRGBAToLinear() local
135 …uint32_t g = (static_cast<uint32_t>(LinearToSRGBConv(color.y) * 255.0f) & UINT8_MAX) << COLOR_SHIF… in FromColorRGBAToSRGB() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h126 uint16x8_t g = vmull_u8(g2, a2) + vmull_u8(g1, da); in NeonBlendRGBA() local
139 uint16x8_t g = vmull_u8(g2, a2) + vmull_u8(g1, da); in NeonBlendXRGB() local
155 static inline void LoadBuf_ARGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8… in LoadBuf_ARGB8888()
164 static inline void LoadBuf_XRGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8… in LoadBuf_XRGB8888()
173 static inline void LoadBuf_RGB888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t… in LoadBuf_RGB888()
181 static inline void LoadBuf_RGB565(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t… in LoadBuf_RGB565()
194 uint8x8_t& g, in LoadBufA_ARGB8888()
208 uint8x8_t& g, in LoadBufA_XRGB8888()
222 uint8x8_t& g, in LoadBufA_RGB888()
236 uint8x8_t& g, in LoadBufA_RGB565()
[all …]
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Dformat_helper.h38 static inline uint8_t RGBToY(uint8_t r, uint8_t g, uint8_t b) in RGBToY()
44 static inline uint8_t RGBToU(uint8_t r, uint8_t g, uint8_t b) in RGBToU()
50 static inline uint8_t RGBToV(uint8_t r, uint8_t g, uint8_t b) in RGBToV()
64 int g = (y - ((48 * (u - 128) + 120 * (v - 128)) >> 8)); in YuvToG() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DGeneratorHub.cpp44 std::lock_guard<std::mutex> g(mLock); in registerGenerator() local
61 std::lock_guard<std::mutex> g(mLock); in unregisterGenerator() local
70 std::unique_lock<std::mutex> g(mLock); in run() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DColorSpaceMatrix.java185 public float getRed(int r, int g, int b) { in getRed()
197 public float getGreen(int r, int g, int b) { in getGreen()
209 public float getBlue(int r, int g, int b) { in getBlue()
213 private float getRedf(float r, float g, float b) { in getRedf()
217 private float getGreenf(float r, float g, float b) { in getGreenf()
221 private float getBluef(float r, float g, float b) { in getBluef()
H A DImageFilterBwFilter.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); in nativeApplyFilter()
59 int g = 0xFF & (rgb >> 8); in apply() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcolor.cpp29 Color::Color(uint32_t r, uint32_t g, uint32_t b, uint32_t a) noexcept : alpha_(a), red_(r), green_(… in Color()
65 void Color::SetGreen(uint32_t g) in SetGreen()
114 void Color::SetGreenF(scalar g) in SetGreenF()
129 void Color::SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a) in SetRgb()
137 void Color::SetRgbF(scalar r, scalar g, scalar b, scalar a) in SetRgbF()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DColor.java339 private Color(float r, float g, float b, float a) { in Color()
634 double g = eotf.applyAsDouble(mComponents[1]); in luminance() local
842 float g = green(color); in toArgb() local
866 float g = ((color >> 8) & 0xff) / 255.0f; in valueOf() local
896 public static Color valueOf(float r, float g, float b) { in valueOf()
1061 @HalfFloat short g = Half.toHalf(green); in pack() local
1087 float g = ((color >> 8) & 0xff) / 255.0f; in convert() local
1111 float g = green(color); in convert() local
1168 float g = green(color); in convert() local
1224 double g = eotf.applyAsDouble(green(color)); in luminance() local
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply()
206 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept()
211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
216 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept()
221 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in accept()
[all …]
/aosp12/frameworks/av/media/libstagefright/filters/
H A DColorConvert.cpp30 int32_t* r, int32_t* g, int32_t* b) { in YUVToRGB()
59 int32_t r, g, b; in convertYUV420spToARGB() local
81 int32_t r, g, b; in convertYUV420spToRGB888() local
99 uint8_t g = *src++; in convertRGBAToARGB() local
/aosp12/art/test/529-long-split/src/
H A DMain.java37 int g = myField3; // ESI (by spilling ESI-EDI, see below) in testOddLow1() local
79 int g = myField3; // ESI (by spilling ESI-EDI, see below) in testNonFollowingHigh() local
119 int g = myField3; // ECX in testOddLow2() local
/aosp12/system/bt/embdrv/g722/
H A Dg722_enc_dec.h54 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((s) * (int32_t)(g)) >> 16) argument
56 #define NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC(s,g) (uint16_t)((uint16_t)(((s) * (int32_t)(g)) >> 20… argument
58 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((int32_t)(s) * (int32_t)(g)) >> 16) argument
62 #define NLDECOMPRESS_PREPROCESS_PCM_SAMPLE_WITH_GAIN(s,g) NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC((s)… argument
63 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)NLDECOMPRESS_APPLY_GAIN((s),(g))) argument
66 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)(NLDECOMPRESS_APPLY_GAIN((s),(g)))) argument
/aosp12/art/test/439-swap-double/src/
H A DMain.java35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles()
45 double g = 7.0; field in Main
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_ColorSpace.cpp58 uint8_t g = color >> 40 & 0xff; in convertColorLong() local
66 float g = halfToFloat((uint16_t)(color >> 32 & 0xffff)); in convertColorLong() local
87 jfloat d, jfloat e, jfloat f, jfloat g, jfloatArray xyzD50) { in ColorSpace_creator()
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp141 SyncEventGuard g(sReadEvent); in nativeNfcTag_abortWaits() local
147 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_abortWaits() local
151 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_abortWaits() local
191 SyncEventGuard g(sReadEvent); in nativeNfcTag_doReadCompleted() local
285 SyncEventGuard g(sReadEvent); in nativeNfcTag_doRead() local
511 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_doConnectStatus() local
534 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_doDeactivateStatus() local
662 SyncEventGuard g(sReconnectEvent); in reSelect() local
897 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_doTransceiveStatus() local
920 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_notifyRfTimeout() local
[all …]
/aosp12/art/test/454-get-vreg/src/
H A DMain.java23 int g = doNativeCall(); in testSimpleVReg() local
29 long g = doNativeCall(); in testPairVReg() local
/aosp12/packages/apps/Gallery2/jni/filters/
H A DredEyeMath.c22 int value(int r, int g, int b) { in value()
28 int g = src[p + 1]; in isRed() local
46 int g = src[p + 1]; in findPossible() local
106 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff()
144 int g = src[p + 1]; in filterRedEye() local
/aosp12/hardware/google/easel/amber/camera/libhdrplusclient/
H A DHdrPlusClientUtils.cpp30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb()
102 uint8_t r, g, b; in writePpm() local
168 uint8_t r, g, b; in comparePpm() local
/aosp12/art/test/ExceptionHandle/
H A DExceptionHandle.java35 void g(int doThrow) throws Exception { in g() method in ExceptionHandle
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregfree.c106 struct re_guts *g; in __weak_alias() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolor_fuzzer/
H A Drscolor_fuzzer.cpp65 uint32_t g = GetData<uint32_t>(); in DoRSColor() local
91 uint32_t g = GetData<uint32_t>(); in DoOperator() local
147 uint32_t g = GetData<uint32_t>(); in DoNoParameters() local
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_linalg.h257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s()
270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s()
292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s()
597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()

12345678910>>...18