Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 20 of 20) sorted by relevance

/device/generic/goldfish/camera/
DConverters.cpp28 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 …]
DEmulatedFakeCameraDevice.cpp49 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 …]
DConverters.h231 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/
Dkeyboard_layout_volantis_german.kcm23 map key 44 Y
267 key Y {
268 label: 'Y'
270 shift, capslock: 'Y'
Dkeyboard_layout_volantis_japanese.kcm135 key Y {
138 shift, capslock: 'Y'
Dkeyboard_layout_volantis_english_us.kcm133 key Y {
136 shift, capslock: 'Y'
Dkeyboard_layout_volantis_italian.kcm138 key Y {
141 shift, capslock: 'Y'
Dkeyboard_layout_volantis_spanish.kcm143 key Y {
146 shift, capslock: 'Y'
Dkeyboard_layout_volantis_english_uk.kcm137 key Y {
140 shift, capslock: 'Y'
Dkeyboard_layout_volantis_french_ca.kcm146 key Y {
149 shift, capslock: 'Y'
Dkeyboard_layout_volantis_french.kcm152 key Y {
155 shift, capslock: 'Y'
Dkeyboard_layout_volantis_belgian.kcm152 key Y {
155 shift, capslock: 'Y'
Dkeyboard_layout_volantis_korean.kcm143 key Y {
147 shift+ralt, ralt+capslock: 'Y'
Dkeyboard_layout_volantis_cangjie.kcm139 key Y {
143 shift, shift+capslock, shift+ralt: 'Y'
Dkeyboard_layout_volantis_english_us_intl.kcm157 key Y {
160 shift, capslock: 'Y'
Dkeyboard_layout_volantis_swedish.kcm149 key Y {
152 shift, capslock: 'Y'
Dkeyboard_layout_volantis_zhuyin.kcm150 key Y {
154 shift, shift+capslock, shift+ralt: 'Y'
/device/generic/goldfish/camera/fake-pipeline2/
DScene.h80 Y, enumerator
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c45 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde361 *y = read_joy_reg(0x11) + offset_Y; // reading Y clears the interrupt