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

/external/srec/srec/EventLog/include/
H A DSR_EventLogImpl.h68 size_t waveform_num_bytes; member in struct:SR_EventLogImpl_t
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c597 num_samples = impl->waveform_num_bytes / impl->waveform_bytes_per_sample;
604 total_buflen = sizeof(RiffHeaderStruct) + impl->waveform_num_bytes;
615 header.dataLength = (unsigned int) impl->waveform_num_bytes;
664 impl->waveform_num_bytes = 0;
675 /* impl->waveform_num_bytes has likely grown so we need to update the header before closing the file */
706 impl->waveform_num_bytes += num_bytes;

Completed in 57 milliseconds