Searched refs:goodmatch (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 119 bool goodmatch = true; in detectAndConvert() local 122 ucma, matches, &goodmatch, &highest); in detectAndConvert() 124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert() 125 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) { in detectAndConvert() 150 ucma, matches, &goodmatch, &highest); in detectAndConvert() 151 if (!goodmatch && highest <= 15) { in detectAndConvert() 283 bool *goodmatch, int *highestmatch) { in getPreferred() argument 285 *goodmatch = false; in getPreferred() 304 *goodmatch = true; in getPreferred() 432 *goodmatch = true; in getPreferred() [all …]
|
/frameworks/av/include/media/ |
D | CharacterEncodingDetector.h | 46 bool *goodmatch, int *highestmatch);
|