Home
last modified time | relevance | path

Searched refs:PLogMessage (Results 1 – 25 of 27) sorted by relevance

12

/external/srec/srec/crec/
Dsrec_stats.c61 PLogMessage( in srec_stats_show()
93 if (msg) PLogMessage ( msg ); in srec_stats_update()
101 if (msg) PLogMessage ( " stokens %d", num ); in srec_stats_update()
111 if (msg) PLogMessage ( " ftokens %d", num ); in srec_stats_update()
124 if (msg) PLogMessage ( " wtokens %d", num ); in srec_stats_update()
135 if (msg) PLogMessage ( " awtokens %d/%d", num, numb ); in srec_stats_update()
138 if (msg) PLogMessage ( "\n" ); in srec_stats_update()
Dword_lattice.c141PLogMessage (" (%d W%d %s cost=%d/%d/%d time=%d%s node=%d)", wtoken_index, wtoken->word, p, wtoken… in print_word_token_backtrace()
147 PLogMessage (tail); in print_word_token_backtrace()
314 PLogMessage ( msg ); in print_word_token()
340 PLogMessage ( msg ); in print_word_token_list()
Dsrec_context.c946 PLogMessage("Warning: using max nodes instead\n"); in FST_LoadGraph()
956 PLogMessage("Warning: using max arcs instead\n"); in FST_LoadGraph()
1426PLogMessage("error: fst_add_arcs() failed adding word %s pron %s ('&' as 'iwt')\n", word, (char*)p… in FST_AddWordToGrammar()
1475 PLogMessage("Warning: fst_add_arcs() failed while adding " in FST_AddWordToGrammar()
3073 PLogMessage("FST_DumpContextAsImageV2() fstgrmtyp %d", context->grmtyp); in FST_DumpContextAsImageV2()
3108 PLogMessage("G2G done WR hdrs %d", pftell(fp)); in FST_DumpContextAsImageV2()
3175 PLogMessage("G2G done WR arcs %d", pftell(fp)); in FST_DumpContextAsImageV2()
3201 PLogMessage("G2G done WR exits %d", pftell(fp)); in FST_DumpContextAsImageV2()
3212 PLogMessage("G2G done WR wmap %d", pftell(fp)); in FST_DumpContextAsImageV2()
3321 PLogMessage("G2G done RD hdrs %d", pftell(fp)); in FST_LoadContextFromImageV2()
[all …]
Dsrec_initialize.c83PLogMessage("allocating recognition arrays2 prune %d max_hmm_tokens %d max_fsmnode_tokens %d max_w… in allocate_recognition1()
Dastar.c937 PLogMessage("%spath score=%d ", msg, ipath->costsofar); in print_path()
1330 PLogMessage("%sstack->free_parp_list size %d ", msg, num); in list_free_parps()
1331 PLogMessage("active %d complete %d\n", stack->num_active_paths, stack->num_complete_paths); in list_free_parps()
/external/srec/portable/include/
Dplog.h209 PORTABLE_API ESR_ReturnCode PLogMessage(const LCHAR* msg, ...);
290 #define PLOG_DBG_TRACE(args) ((void) (PLogMessage args))
301 PLogMessage(L("%s entered."), text); \
316 PLogMessage(L("%s returned %s"), text, ESR_rc2str(rc)); \
/external/srec/portable/src/
DPANSIFileImpl.c152 PLogMessage(L("%s: file %s, handle"), ESR_rc2str(rc), impl->Interface.filename, impl->value); in PANSIFileCloseImpl()
180 PLogMessage(ESR_rc2str(rc)); in PANSIFileReadImpl()
247 PLogMessage(ESR_rc2str(rc)); in PANSIFileWriteImpl()
265 PLogMessage(ESR_rc2str(rc)); in PANSIFileFlushImpl()
280 PLogMessage(ESR_rc2str(rc)); in PANSIFileSeekImpl()
400 PLogMessage(ESR_rc2str(rc)); in PANSIFileFgetsImpl()
416 PLogMessage(ESR_rc2str(rc)); in PANSIFileFgetcImpl()
Dpstream.c868 PLogMessage("trying to save file %s...\n", file); in PortSaveFileToDisk()
873 PLogMessage("trying to save file %s to %s...\n", file, path); in PortSaveFileToDisk()
Dplog.c420 ESR_ReturnCode PLogMessage(const char* msg, ...) in PLogMessage() function
/external/srec/srec/clib/
Dlog_add.c74 PLogMessage("L: log table scale is %f\n", (float)logtab->scale); in create_lookup_logadd()
75 PLogMessage("L: log table has %d entries\n", (int)logtab->add_log_limit); in create_lookup_logadd()
Dsrec_arb.c332 PLogMessage("read allotree done %d\n", (int)(pbuf - buffer)); in read_arbdata_from_stream()
338 PLogMessage("read_questions done %d\n", (int)(pbuf - buffer)); in read_arbdata_from_stream()
345 PLogMessage("read_phoneme_data done %d\n", (int)(pbuf - buffer)); in read_arbdata_from_stream()
351 PLogMessage("read_hmminfos done %d\n", (int)(pbuf - buffer)); in read_arbdata_from_stream()
357 PLogMessage("read arbdata image size %d\n", allotree->image_size); in read_arbdata_from_stream()
Dswicms.c31 …PTR); for (i=0; i<(NN); ++i) sprintf(buffer + LSTRLEN(buffer), FMT, PTR[i]); PLogMessage(buffer); }
239 PLogMessage("swicms->forget_factor = %d\n", swicms->forget_factor); in swicms_init()
240 PLogMessage("swicms->cache_resolution = %d\n", swicms->cache_resolution); in swicms_init()
241 PLogMessage("swicms->sbindex = %d\n", swicms->sbindex); in swicms_init()
620 PLogMessage("swicms_update() used %d frames (%d-%d)", nn, speech_start, speech_end); in swicms_update()
Dswimodel.c337 PLogMessage("load_swimodel: loaded %s", filename); in load_swimodel()
375 PLogMessage("loaded models %s num_hmmstates %d num_dims %d num_pdfs %d weights[0] %d\n", in load_swimodel()
Dimeld_rd.c117 PLogMessage("L: LDA Suggested scale is %.1f\n", scale); in init_newton_transform()
165 PLogMessage("W: Inverting imelda matrix"); in init_newton_transform()
/external/srec/srec/Recognizer/src/
DRecognizer.c36 PLogMessage ( "Entering Recognizer Start\n" ); in SR_RecognizerStart()
49 PLogMessage ( "Entering Recognizer Stop\n" ); in SR_RecognizerStop()
257 PLogMessage ( "Entering Recognizer Put Audio %d Times\n", counter ); in SR_RecognizerPutAudio()
278 PLogMessage ( "Entering Recognizer Advance %d Times\n", counter ); in SR_RecognizerAdvance()
DRecognizerImpl.c1736 PLogMessage(L("ESR_INVALID_STATE: Tried pushing audio while recognizer was offline")); in SR_RecognizerPutAudioImpl()
1743 PLogMessage(L("ESR_INVALID_STATE: isLast=TRUE")); in SR_RecognizerPutAudioImpl()
2004 PLogMessage(L("R: %s type %d score %d from recognizer%d"), result, type, score, valid, recogID); in SR_RecognizerCreateResultImpl()
2005 PLogMessage(L("R: %s score %d from recognizer%d"), result, score, valid, recogID); in SR_RecognizerCreateResultImpl()
2017 PLogMessage("R: %s", result); in SR_RecognizerCreateResultImpl()
2021 PLogMessage("S: %d", raws); in SR_RecognizerCreateResultImpl()
2051 PLogMessage(L("R: <REJECTED>")); in SR_RecognizerCreateResultImpl()
2056 PLogMessage(L("E: No results available")); in SR_RecognizerCreateResultImpl()
2057 PLogMessage(L("R: <FAILED>")); in SR_RecognizerCreateResultImpl()
2118PLogMessage(L("ESR_INVALID_STATE: got empty n-best list even though the recognition was successful… in SR_RecognizerCreateResultImpl()
[all …]
DRecognizerResultImpl.c83PLogMessage(L("Warning: Voice Enrollment audio buffer overflow (spoke too much, over by %d bytes)\… in SR_RecognizerResult_GetWaveform()
/external/srec/srec/include/
Dportable.h80 #define log_report PLogMessage
/external/srec/srec/ca/
Dcnfd_scr.c193 PLogMessage("confidence %d features ", (int)final_value); in CA_ComputeConfidenceValues()
195 PLogMessage(" %s %f", conf_feature_names[i], features[i]); in CA_ComputeConfidenceValues()
Dutt_data.c60 PLogMessage("L: Frame start rewound to %d (%d, %d)", hUtt->data.gen_utt.frame->pullTime, in CA_SeekStartOfUtterance()
Drec_basi.c47 PLogMessage("in CA_AllocateRecognition\n"); in CA_AllocateRecognition()
Dsyn_srec.c252 PLogMessage(L("CA_LoadArbdata ... from file %s"), filename); in CA_LoadArbdata()
Dpat_basi.c206 PLogMessage("in SetupPatternForAcoustic\n"); in CA_SetupPatternForAcoustic()
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c377 PLogMessage(L("can't parse line %s"), line); in SR_SemanticGraph_LoadFromTextFiles()
457 PLogMessage(L("output label not found: %s"), oword); in SR_SemanticGraph_LoadFromTextFiles()
470 PLogMessage(L("can't parse line %s"), line); in SR_SemanticGraph_LoadFromTextFiles()
709 PLogMessage("sr_semanticgraph_saveV2() semgraphtype %d", header.sgtype); in sr_semanticgraph_saveV2()
791 PLogMessage("G2G done WR semg %d", pftell(fp)); in sr_semanticgraph_saveV2()
1155 PLogMessage(L("Adding alternate meaning %s for word %s (%s) in slot %s\n"), script, word, in SR_SemanticGraph_AddWordToSlot()
DSemanticProcessorImpl.c667 if (0) PLogMessage( L("Accumulated Scripts for:\n%s"), semproc->acc_scripts); in SR_SemanticProcessor_CheckParseByWordID()
982 PLogMessage(L("Accumulated Scripts for (%s):\n%s"), transcription, acc_scripts); in SR_SemanticProcessor_CheckParse()

12