Searched refs:enc (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 201 const char *enc; in detectAndConvert() local 220 enc = ucsdet_getName(bestSingleMatch, &status); in detectAndConvert() 222 enc = combinedenc; in detectAndConvert() 225 enc = combinedenc; in detectAndConvert() 229 enc = "UTF-8"; in detectAndConvert() 238 enc = ucsdet_getName(ucm, &status); in detectAndConvert() 240 enc, mNames.getEntry(i), ucsdet_getConfidence(ucm, &status)); in detectAndConvert() 244 if (strcmp(enc,"UTF-8") != 0) { in detectAndConvert() 246 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert() 248 UConverter *conv = ucnv_open(enc, &status); in detectAndConvert() [all …]
|
/frameworks/base/media/java/android/media/ |
D | AudioFormat.java | 286 public static String toLogFriendlyEncoding(int enc) { in toLogFriendlyEncoding() argument 287 switch(enc) { in toLogFriendlyEncoding() 327 return "invalid encoding " + enc; in toLogFriendlyEncoding()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | Android.bp | 43 "frameworks/av/media/libstagefright/codecs/amrnb/enc/src",
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |