Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 56) sorted by relevance

123

/device/generic/goldfish/camera/
DConverters.cpp29 const uint8_t* U, in _YUV420SToRGB565() argument
36 const uint8_t* U_pos = U; in _YUV420SToRGB565()
40 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB565()
41 const uint8_t nU = *U; in _YUV420SToRGB565()
49 U_pos = U; in _YUV420SToRGB565()
52 U = U_pos; in _YUV420SToRGB565()
59 const uint8_t* U, in _YUV420SToRGB32() argument
66 const uint8_t* U_pos = U; in _YUV420SToRGB32()
70 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB32()
71 const uint8_t nU = *U; in _YUV420SToRGB32()
[all …]
DEmulatedFakeCameraDevice.cpp263 uint8_t* U = U_pos; 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()
280 Y += 2; U += mUVStep; V += mUVStep; in drawCheckerboard()
288 U_pos = U; in drawCheckerboard()
291 U = U_pos; in drawCheckerboard()
323 changeWhiteBalance(adjustedColor.Y, adjustedColor.U, adjustedColor.V); in drawSquare()
346 changeWhiteBalance(adjustedColor.Y, adjustedColor.U, adjustedColor.V); in drawSolid()
352 uint8_t* U = mFrameU; in drawSolid() local
[all …]
DConverters.h232 uint8_t U; 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_japanese.kcm141 key U {
144 shift, capslock: 'U'
Dkeyboard_layout_volantis_english_us.kcm139 key U {
142 shift, capslock: 'U'
Dkeyboard_layout_volantis_italian.kcm144 key U {
147 shift, capslock: 'U'
Dkeyboard_layout_volantis_spanish.kcm149 key U {
152 shift, capslock: 'U'
Dkeyboard_layout_volantis_english_uk.kcm143 key U {
146 shift, capslock: 'U'
Dkeyboard_layout_volantis_french_ca.kcm152 key U {
155 shift, capslock: 'U'
Dkeyboard_layout_volantis_french.kcm158 key U {
161 shift, capslock: 'U'
Dkeyboard_layout_volantis_german.kcm154 key U {
157 shift, capslock: 'U'
Dkeyboard_layout_volantis_belgian.kcm158 key U {
161 shift, capslock: 'U'
Dkeyboard_layout_volantis_korean.kcm150 key U {
154 shift+ralt, ralt+capslock: 'U'
Dkeyboard_layout_volantis_cangjie.kcm146 key U {
150 shift, shift+capslock, shift+ralt: 'U'
Dkeyboard_layout_volantis_english_us_intl.kcm165 key U {
168 shift, capslock: 'U'
Dkeyboard_layout_volantis_swedish.kcm155 key U {
158 shift, capslock: 'U'
Dkeyboard_layout_volantis_zhuyin.kcm157 key U {
161 shift, shift+capslock, shift+ralt: 'U'
/device/generic/goldfish/camera/fake-pipeline2/
DScene.cpp39 #define U (Scene::SUN * Scene::NUM_CHANNELS) macro
79 #undef U
/device/asus/flo/self-extractors/broadcom/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS
/device/asus/grouper/self-extractors/asus/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS
/device/asus/grouper/self-extractors/broadcom/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS
/device/asus/grouper/self-extractors/elan/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS
/device/asus/grouper/self-extractors/invensense/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS
/device/samsung/manta/self-extractors/broadcom/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS
/device/lge/mako/self-extractors/broadcom/
DLICENSE148 INDEMNIFICATION OR OTHERWISE) EXCEED ONE HUNDRED U.S. DOLLARS

123