Searched refs:raw_waveform_file (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c148 PFile *raw_waveform_file; /* Pointer to file of saved waveform data. */ member in struct:ApplicationData_t
2268 data->raw_waveform_file = pfopen ( data->raw_waveform_filename, L("wb") );
2270 if ( data->raw_waveform_file != NULL )
2272 pfwrite ( (void*)data->raw_waveform, 1, data->raw_waveform_size, data->raw_waveform_file );
2273 pfclose ( data->raw_waveform_file );
3305 applicationData->raw_waveform_file = NULL;
3334 applicationData->raw_waveform_file = NULL;
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c147 PFile *raw_waveform_file; /* Pointer to file of saved waveform data. */ member in struct:ApplicationData_t
1961 data->raw_waveform_file = pfopen ( data->raw_waveform_filename, L("wb") );
1963 if ( data->raw_waveform_file != NULL )
1965 pfwrite ( (void*)data->raw_waveform, 1, data->raw_waveform_size, data->raw_waveform_file );
1966 pfclose ( data->raw_waveform_file );
2921 applicationData->raw_waveform_file = NULL;
2951 applicationData->raw_waveform_file = NULL;

Completed in 320 milliseconds