Home | History | Annotate | Download | only in jni

Lines Matching refs:num_levels

234                                                         phraseEvent->phrase_extras[i].num_levels,
240 for (size_t j = 0; j < phraseEvent->phrase_extras[i].num_levels; j++) {
729 config->phrases[i].num_levels = 0;
733 config->phrases[i].num_levels = env->GetArrayLength(jConfidenceLevels);
735 ALOGV("startRecognition phrase %zu num_levels %d", i, config->phrases[i].num_levels);
736 for (size_t j = 0; j < config->phrases[i].num_levels; j++) {