Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 49) sorted by relevance

12

/device/generic/goldfish/camera/
DConverters.h94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | g) << 5) | r) argument
96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | g) << 8) | r) argument
111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument
113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument
122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member
124 uint8_t a; uint8_t b; uint8_t g; uint8_t r;
147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument
148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument
149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument
153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() argument
[all …]
DEmulatedCameraDevice.cpp150 int g = YUV2G(y, u, v); in changeWhiteBalance() local
153 y = RGB2Y(r, g, b); in changeWhiteBalance()
154 u = RGB2U(r, g, b); in changeWhiteBalance()
155 v = RGB2V(r, g, b); in changeWhiteBalance()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorWheel.java150 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() local
153 return Color.argb(a, r, g, b); in interpColor()
159 int g = Color.green(color); in rotateColor() local
173 int ir = floatToByte(a[0] * r + a[1] * g + a[2] * b); in rotateColor()
174 int ig = floatToByte(a[5] * r + a[6] * g + a[7] * b); in rotateColor()
175 int ib = floatToByte(a[10] * r + a[11] * g + a[12] * b); in rotateColor()
DColorLEDController.java79 ViewGroup g = (ViewGroup) targetView.getChildAt(i); in attachToView() local
80 TextView label = (TextView) g.getChildAt(0); in attachToView()
81 Slider slider = (Slider) g.getChildAt(1); in attachToView()
82 TextView valueText = (TextView) g.getChildAt(2); in attachToView()
/device/moto/shamu/sepolicy/
Dsystem_server.te2 # (e.g., LocationManager)
Dqmux.te20 # e.g. allow qmux sysfs_hsicctl_modem_wait:file rw_file_perms;
/device/asus/flo/sepolicy/
Dsystem_server.te2 # (e.g., LocationManager)
/device/lge/hammerhead/sepolicy/
Dsystem_server.te2 # (e.g., LocationManager)
/device/lge/mako/sepolicy/
Dsystem_server.te2 # (e.g., LocationManager)
/device/generic/goldfish/
Dinit.goldfish.rc71 # might read them (e.g. surface flinger), so define it in
94 service fuse_sdcard /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard /storage/sdcard
/device/htc/flounder/VolantisKeyboard/res/raw/
Dkeyboard_layout_volantis_japanese.kcm210 label: 'g'
211 base: 'g'
Dkeyboard_layout_volantis_english_us.kcm208 label: 'g'
209 base: 'g'
Dkeyboard_layout_volantis_italian.kcm217 label: 'g'
218 base: 'g'
Dkeyboard_layout_volantis_spanish.kcm221 label: 'g'
222 base: 'g'
Dkeyboard_layout_volantis_english_uk.kcm220 label: 'g'
221 base: 'g'
Dkeyboard_layout_volantis_french_ca.kcm225 label: 'g'
226 base: 'g'
Dkeyboard_layout_volantis_french.kcm228 label: 'g'
229 base: 'g'
Dkeyboard_layout_volantis_german.kcm224 label: 'g'
225 base: 'g'
Dkeyboard_layout_volantis_belgian.kcm230 label: 'g'
231 base: 'g'
Dkeyboard_layout_volantis_english_us_intl.kcm252 label: 'g'
253 base: 'g'
Dkeyboard_layout_volantis_swedish.kcm237 label: 'g'
238 base: 'g'
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc80 # might read them (e.g. surface flinger), so define it in
103 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc80 # might read them (e.g. surface flinger), so define it in
103 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
/device/lge/mako/camera/
Dconfigure.ac69 DEBUG_CFLAGS="${DEBUG_CFLAGS} -DLOG_DEBUG -DLOG_TAG=\"CameraService\" -g -O0"
/device/samsung/manta/
Dinit.manta.rc101 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
110 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
123 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0

12