Home
last modified time | relevance | path

Searched refs:goodmatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp119 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/
DCharacterEncodingDetector.h46 bool *goodmatch, int *highestmatch);