Searched defs:hit_eof (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2132 int srec_test_get_audio_from_file ( PFile *audio_file, ApplicationData *data, ESR_BOOL *hit_eof )
2142 *hit_eof = ESR_FALSE;
2155 *hit_eof = ESR_TRUE;
2163 int srec_test_feed_recognizer ( ApplicationData *data, ESR_BOOL hit_eof, SR_RecognizerStatus *esr_recog_status, SR_RecognizerResultType *result_type ) argument
2169 esr_status = SR_RecognizerPutAudio ( data->recognizer, data->audio_buffer, &data->num_samples_read, hit_eof );
2701 ESR_BOOL hit_eof; local
2730 hit_eof = ESR_FALSE;
2734 recognize_status = srec_test_get_audio_from_file ( waveform_file, data, &hit_eof );
2737 recognize_status = srec_test_feed_recognizer ( data, hit_eof, &esr_recog_status, &result_type );
2739 while ( ( hit_eof
2795 ESR_BOOL hit_eof; local
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c1825 int srec_test_get_audio_from_file ( PFile *audio_file, ApplicationData *data, ESR_BOOL *hit_eof )
1835 *hit_eof = ESR_FALSE;
1848 *hit_eof = ESR_TRUE;
1856 int srec_test_feed_recognizer ( ApplicationData *data, ESR_BOOL hit_eof, SR_RecognizerStatus *esr_recog_status, SR_RecognizerResultType *result_type ) argument
1862 esr_status = SR_RecognizerPutAudio ( data->recognizer, data->audio_buffer, &data->num_samples_read, hit_eof );
2392 int srec_test_get_audio_from_live_input ( ApplicationData *data, AUDIOIN_H audio_input_handle, ESR_BOOL *hit_eof )
2400 *hit_eof = ESR_FALSE;
2409 *hit_eof = ESR_TRUE;
2427 ESR_BOOL hit_eof; local
2442 hit_eof
[all...]

Completed in 42 milliseconds