Searched refs:ucma (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 142 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() local 144 ucma, matches, &goodmatch, &highest); in detectAndConvert() 170 ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() 172 ucma, matches, &goodmatch, &highest); in detectAndConvert() 216 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() local 218 ucma, matches, &goodmatchSingle, &highestSingle); in detectAndConvert() 324 const UCharsetMatch** ucma, size_t nummatches, in getPreferred() argument 333 const char *encname = ucsdet_getName(ucma[i], &status); in getPreferred() 334 int confidence = ucsdet_getConfidence(ucma[i], &status); in getPreferred() 336 matches.push_back(ucma[i]); in getPreferred()
|
/frameworks/av/media/libmedia/include/media/ |
D | CharacterEncodingDetector.h | 45 const UCharsetMatch** ucma, size_t matches,
|