Searched refs:wav_data_size (Results 1 – 2 of 2) sorted by relevance
240 offset = (char *)&fhdr.wav_data_size - (char *)&fhdr; in audio_rewrite_wav_filesize()246 err = write(fd, (char *)&data, sizeof (fhdr.wav_data_size)); in audio_rewrite_wav_filesize()247 if (err != sizeof (fhdr.wav_data_size)) in audio_rewrite_wav_filesize()737 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_data_size, &hdrp->data_size); in decode_wav()1206 AUDIO_WAV_HOST2FILE_INT(&length, &fhdr.wav_data_size); in audio_encode_wav()
76 int32_t wav_data_size; /* size of the data */ member