Searched defs:U (Results 1 – 13 of 13) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | MosaicTypes.h | 116 ImageType U = image + (width*height); in getV() local 125 ImageType U = image + (width*height*2); in getU() local
|
D | ImageUtils.h | 170 BimageInfo U; variable
|
/packages/services/Car/cpp/evs/support_library/ |
D | FormatConvert.cpp | 47 float U = Uin - 128.0f; in yuvToRgbx() local 144 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
|
/packages/services/Car/cpp/evs/apps/default/ |
D | FormatConvert.cpp | 44 float U = Uin - 128.0f; in yuvToRgbx() local 141 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | bufferCopy.cpp | 64 uint8_t U; in fillNV21FromYUYV() member 176 uint8_t U = (srcPixel >> 8) & 0xFF; in fillYUYVFromUYVY() local
|
/packages/modules/Virtualization/libs/apkverify/src/ |
D | v3.rs | 98 fn find_signer_and_then<R, U, F>(sections: &mut ApkSections<R>, f: F) -> Result<U> in find_signer_and_then() argument 101 F: FnOnce((&Signer, &mut ApkSections<R>)) -> Result<U>, in find_signer_and_then()
|
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | bufferCopy.cpp | 82 uint8_t U; in fillNV21FromYUYV() member 226 uint8_t U = (srcPixel >> 8) & 0xFF; in fillYUYVFromUYVY() local
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | p_256_multprecision.cc | 196 uint32_t U; in multiprecision_mult() local 236 uint32_t U; in multiprecision_fast_mod_P256() local
|
/packages/modules/Bluetooth/system/gd/security/ecc/ |
D | multprecision.cc | 194 uint32_t U; in multiprecision_mult() local 234 uint32_t U; in multiprecision_fast_mod_P256() local
|
/packages/services/Car/car-lib/src/android/car/util/concurrent/ |
D | AndroidFuture.java | 426 @NonNull BiFunction<? super T, ? super U, ? extends V> combineResults) { in thenCombine() 444 BiFunction<? super T, ? super U, ? extends V> combineResults) { in ThenCombine()
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 36 const float U = Uin - 128.0f; in yuvToRgbx() local 78 uint8_t U = (srcPixel >> 8) & 0xFF; in fillRGBAFromYUYV() local
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 630 ImageType U = V+mosaicWidth*mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() local
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1063 pub(crate) fn ptr_to_vec<T: Copy, U: From<T>>(start: *const T, length: usize) -> Vec<U> { in ptr_to_vec()
|