Searched refs:wav_header (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/ |
| H A D | 0006-common_audio-implement-endianness-conversion-in-wav-.patch | 14 webrtc/common_audio/wav_header.cc | 32 +++++++++++++++++++++++++++++++- 71 diff --git a/webrtc/common_audio/wav_header.cc b/webrtc/common_audio/wav_header.cc 73 --- a/webrtc/common_audio/wav_header.cc 74 +++ b/webrtc/common_audio/wav_header.cc
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinycap.c | 43 struct wav_header { struct 74 struct wav_header header; in tiny_cap() argument 165 fseek(file, sizeof(struct wav_header), SEEK_SET); in tiny_cap() 176 fwrite(&header, sizeof(struct wav_header), 1, file); in tiny_cap()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/ |
| H A D | widget.h | 30 struct wav_header { struct 64 struct wav_header header; argument
|
| H A D | widget.cpp | 161 fseek(file, sizeof(struct wav_header), SEEK_SET); in on_startBtn_clicked() 172 fwrite(&header, sizeof(struct wav_header), 1, file); in on_startBtn_clicked()
|
| /OK3568_Linux_fs/external/common_algorithm/misc/include/ |
| H A D | audio_server.h | 230 struct wav_header struct 668 int wav_header_init(struct wav_header *head, int samplerate, int bits, int channels); 669 int wav_header_complete(struct wav_header *head, int samples);
|