Home
last modified time | relevance | path

Searched defs:U (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/evs/sampleDriver/
DbufferCopy.cpp51 float U = Uin - 128.0f; in yuvToRgbx() local
97 uint8_t U; in fillNV21FromYUYV() member
163 uint8_t U = (srcPixel >> 8) & 0xFF; in fillRGBAFromYUYV() local
212 uint8_t U = (srcPixel >> 8) & 0xFF; in fillYUYVFromUYVY() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaicTypes.h116 ImageType U = image + (width*height); in getV() local
125 ImageType U = image + (width*height*2); in getU() local
DImageUtils.h170 BimageInfo U; variable
/packages/services/Car/evs/app/
DFormatConvert.cpp43 float U = Uin - 128.0f; in yuvToRgbx() local
140 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp630 ImageType U = V+mosaicWidth*mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() local