/external/aac/libSYS/src/ |
wav_file.cpp | 87 Description: a rudimentary wav file interface 102 * \wav->fp filepointer of type FILE*. 109 HANDLE_WAV wav = (HANDLE_WAV)FDKcalloc(1, sizeof(struct WAV)); local 112 if (wav == NULL) { 113 FDKprintfErr("WAV_InputOpen(): Unable to allocate WAV struct.\n"); 117 wav->fp = FDKfopen(filename, "rb"); 118 if (wav->fp == NULL) { 119 FDKprintfErr("WAV_InputOpen(): Unable to open wav file. %s\n", filename); 124 if (FDKfread(&(wav->header.riffType), 1, 4, wav->fp) != 4) 316 HANDLE_WAV wav = *pWav; local 387 HANDLE_WAV wav = (HANDLE_WAV)FDKcalloc(1, sizeof(struct WAV)); local 528 HANDLE_WAV wav = *pWav; local [all...] |
/frameworks/av/services/audioflinger/tests/ |
mixer_to_wav_tests.sh | 3 # This script uses test-mixer to generate WAV files 17 # the output WAV files, e.g. 20 # audacity *.wav 25 # start of the WAV file to verify proper ramping. 52 # createwav creates a series of WAV files testing various 66 -o /sdcard/tm48000grif.wav \ 69 adb pull /sdcard/tm48000grif.wav $2 75 -o /sdcard/tm48000gr.wav \ 78 adb pull /sdcard/tm48000gr.wav $2 86 -a /sdcard/aux9307gra.wav -o /sdcard/tm9307gra.wav [all...] |
/system/media/audio_utils/ |
tinysndfile.c | 82 unsigned char wav[12]; local 84 actual = fread(wav, sizeof(char), sizeof(wav), stream); 91 if (memcmp(wav, "RIFF", 4)) { 93 fprintf(stderr, "wav != RIFF\n"); 97 unsigned riffSize = little4u(&wav[4]); 104 if (memcmp(&wav[8], "WAVE", 4)) { 316 unsigned char wav[58]; local 317 memset(wav, 0, sizeof(wav)); 406 unsigned char wav[58]; local [all...] |
/external/webrtc/webrtc/modules/media_file/ |
media_file_utility.cc | 75 int32_t ModuleFileUtility::ReadWavHeader(InStream& wav) 89 int len = wav.Read(&RIFFheaderObj, sizeof(WAVE_RIFF_header)); 118 len = wav.Read(&CHUNKheaderObj, sizeof(WAVE_CHUNK_header)); 136 len = wav.Read(&_wavFormatObj, sizeof(WAVE_FMTINFO_header)); 176 len = wav.Read(&dummyRead, 1); 196 len = wav.Read(&dummyRead, 1); 206 len = wav.Read(&CHUNKheaderObj, sizeof(WAVE_CHUNK_header)); 336 "unknown WAV format TAG!"); 343 int32_t ModuleFileUtility::InitWavReading(InStream& wav, 350 if(ReadWavHeader(wav) == -1 [all...] |
media_file_utility.h | 53 // Note: This API can only be successfully called for WAV files with stereo 55 int32_t ReadWavDataAsStereo(InStream& wav, 63 // mono). Stereo is only supported for WAV files. 74 // Finalizes the WAV header so that it is correct if nothing more will be 178 // Biggest WAV frame supported is 10 ms at 48kHz of 2 channel, 16 bit audio. 187 // Parse the WAV header in stream. 190 // Update the WAV header. freqInHz, bytesPerSample, channels, format, 257 size_t _dataSize; // Chunk size if reading a WAV file 259 // chunks if reading WAV.
|
/external/aac/libSYS/include/ |
wav_file.h | 155 struct WAV 162 typedef struct WAV *HANDLE_WAV; 165 * \brief Open a WAV file handle for reading. 167 * \param pWav Pointer to a memory location, where a WAV handle is returned. 179 * \param wav Handle of WAV file. 186 INT WAV_InputRead (HANDLE_WAV wav, void *sampleBuffer, UINT numSamples, int nBufBits); 189 * \brief Close a WAV file reading handle. 190 * \param pWav Pointer to a WAV file reading handle. 196 * \brief Open WAV output/writer handle [all...] |
/external/sonic/doc/ |
post | 5 ../samples/sonic.wav 6 ../samples/soundstretch.wav" 18 rm ../samples/*.wav index.html
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns12.s | 70 wav
|
insns12.d | 85 0+ae <special_test\+0x81> wav
|
/packages/apps/TV/usbtuner/libs/ |
exoplayer_1.5.6.jar | |
/external/v8/test/mjsunit/asm/embenchen/ |
copy.js | [all...] |
corrections.js | [all...] |
primes.js | [all...] |
fannkuch.js | [all...] |
fasta.js | [all...] |
memops.js | [all...] |
zlib.js | [all...] |
box2d.js | [all...] |
lua_binarytrees.js | [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/ |
soundmanager2-jsmin.js | 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns= [all...] |
soundmanager2-nodebug-jsmin.js | 16 wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=la||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns={flash8:/\.mp3(\?.*)?$/i,flash9:/\.mp3(\?.*)?$/i};this.features= [all...] |
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/html/war/ |
soundmanager2-jsmin.js | 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns= [all...] |
/external/libgdx/tests/gdx-tests-gwt/war/ |
soundmanager2-jsmin.js | 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns= [all...] |
/external/v8/test/mjsunit/asm/poppler/ |
poppler.js | [all...] |
/external/v8/test/mjsunit/asm/sqlite3/ |
sqlite-change-heap.js | [all...] |