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