Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp88 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()
183 if (!goodmatch && highest < 0) { in detectAndConvert()
299 bool *goodmatch, int *highestmatch) { in getPreferred() argument
301 *goodmatch = false; in getPreferred()
320 *goodmatch = true; in getPreferred()
[all …]
/frameworks/av/media/libmedia/include/media/
DCharacterEncodingDetector.h46 bool *goodmatch, int *highestmatch);
/frameworks/av/include/media/
DCharacterEncodingDetector.h46 bool *goodmatch, int *highestmatch);