Searched refs:ucma (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 118 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() local 122 ucma, matches, &goodmatch, &highest); in detectAndConvert() 148 ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() 150 ucma, matches, &goodmatch, &highest); in detectAndConvert() 282 const UCharsetMatch** ucma, size_t nummatches, in getPreferred() argument 291 const char *encname = ucsdet_getName(ucma[i], &status); in getPreferred() 292 int confidence = ucsdet_getConfidence(ucma[i], &status); in getPreferred() 294 matches.push_back(ucma[i]); in getPreferred()
|
/frameworks/av/include/media/ |
D | CharacterEncodingDetector.h | 45 const UCharsetMatch** ucma, size_t matches,
|