Searched refs:conv (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 222 UConverter *conv = ucnv_open(enc, &status); in detectAndConvert() local 227 conv = ucnv_open("ISO-8859-1", &status); in detectAndConvert() 243 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength, in detectAndConvert() 267 ucnv_close(conv); in detectAndConvert() 355 UConverter *conv = ucnv_open(encname, &status); in getPreferred() local 374 UChar32 c = ucnv_getNextUChar(conv, &source, sourceLimit, &status); in getPreferred() 418 ucnv_close(conv); in getPreferred()
|
/frameworks/rs/rsov/compiler/tests/rs_allocation/ |
D | copy_coords.ll | 13 %conv = trunc i32 %x to i8 14 %0 = insertelement <4 x i8> %in, i8 %conv, i32 0
|
D | read.ll | 21 %conv = zext i8 %0 to i32 26 …%call = tail call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %2, i32 %conv, i3…
|
D | access_same.ll | 21 %conv = zext i8 %0 to i32 26 …%call = tail call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %2, i32 %conv, i3…
|
D | multi_read.ll | 22 %conv = zext i8 %0 to i32 27 …%call = tail call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %2, i32 %conv, i3…
|
/frameworks/rs/rsov/compiler/tests/image/ |
D | blend.ll | 21 %conv = zext i8 %0 to i32 22 %splat.splatinsert = insertelement <4 x i32> undef, i32 %conv, i32 0
|
/frameworks/rs/rsov/compiler/tests/single_kernel/ |
D | mixed.ll | 14 %conv = fptosi float %call to i32 15 …Z7rsDebugPKci(i8* getelementptr inbounds ([24 x i8], [24 x i8]* @.str, i32 0, i32 0), i32 %conv) #4
|