/device/generic/goldfish/camera/ |
D | Converters.cpp | 28 static void _YUV420SToRGB565(const uint8_t* Y, in _YUV420SToRGB565() argument 43 *rgb = YUVToRGB565(*Y, nU, nV); in _YUV420SToRGB565() 44 Y++; rgb++; in _YUV420SToRGB565() 45 *rgb = YUVToRGB565(*Y, nU, nV); in _YUV420SToRGB565() 46 Y++; rgb++; in _YUV420SToRGB565() 58 static void _YUV420SToRGB32(const uint8_t* Y, in _YUV420SToRGB32() argument 73 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32() 74 Y++; rgb++; in _YUV420SToRGB32() 75 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32() 76 Y++; rgb++; in _YUV420SToRGB32() [all …]
|
D | EmulatedFakeCameraDevice.cpp | 49 mBlackYUV.Y = mBlackYUV.Y / 2; in EmulatedFakeCameraDevice() 50 mWhiteYUV.Y = mWhiteYUV.Y / 2; in EmulatedFakeCameraDevice() 51 mRedYUV.Y = mRedYUV.Y / 2; in EmulatedFakeCameraDevice() 52 mGreenYUV.Y = mGreenYUV.Y / 2; in EmulatedFakeCameraDevice() 53 mBlueYUV.Y = mBlueYUV.Y / 2; in EmulatedFakeCameraDevice() 260 uint8_t* Y = mCurrentFrame; in drawCheckerboard() local 267 changeWhiteBalance(adjustedWhite.Y, adjustedWhite.U, adjustedWhite.V); in drawCheckerboard() 274 mBlackYUV.get(Y, U, V); in drawCheckerboard() 276 adjustedWhite.get(Y, U, V); in drawCheckerboard() 278 *Y = changeExposure(*Y); in drawCheckerboard() [all …]
|
D | Converters.h | 231 uint8_t Y; member 236 : Y(0), U(0), V(0) in YUVPixel() 242 RGB565ToYUV(rgb565, &Y, &U, &V); in YUVPixel() 247 RGB32ToYUV(rgb32, &Y, &U, &V); in YUVPixel() 252 *pY = Y; *pU = U; *pV = V; in get()
|
/device/htc/flounder/VolantisKeyboard/res/raw/ |
D | keyboard_layout_volantis_german.kcm | 23 map key 44 Y 267 key Y { 268 label: 'Y' 270 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_japanese.kcm | 135 key Y { 138 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_english_us.kcm | 133 key Y { 136 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_italian.kcm | 138 key Y { 141 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_spanish.kcm | 143 key Y { 146 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_english_uk.kcm | 137 key Y { 140 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_french_ca.kcm | 146 key Y { 149 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_french.kcm | 152 key Y { 155 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_belgian.kcm | 152 key Y { 155 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_korean.kcm | 143 key Y { 147 shift+ralt, ralt+capslock: 'Y'
|
D | keyboard_layout_volantis_cangjie.kcm | 139 key Y { 143 shift, shift+capslock, shift+ralt: 'Y'
|
D | keyboard_layout_volantis_english_us_intl.kcm | 157 key Y { 160 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_swedish.kcm | 149 key Y { 152 shift, capslock: 'Y'
|
D | keyboard_layout_volantis_zhuyin.kcm | 150 key Y { 154 shift, shift+capslock, shift+ralt: 'Y'
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Scene.h | 80 Y, enumerator
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 45 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
|
/device/google/accessory/demokit/firmware/demokit/ |
D | demokit.pde | 361 *y = read_joy_reg(0x11) + offset_Y; // reading Y clears the interrupt
|