HomeSort by relevance Sort by last modified time
    Searched refs:wave (Results 1 - 11 of 11) sorted by null

  /external/srec/srec/cfront/
wav_acc.c 46 void create_sample_buffer(wave_info *wave, int frame_size, int window_size)
48 ASSERT(wave);
51 wave->income = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.income");
52 wave->outgo = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.outgo");
53 wave->window_size = window_size;
54 wave->frame_size = frame_size;
61 void free_sample_buffer(wave_info *wave)
63 ASSERT(wave);
    [all...]
  /external/skia/src/views/
SkOSSound.cpp 53 /* hResInfo = FindResource (hInst, lpName, "WAVE");
58 // Load the wave resource.
64 // Lock the wave resource and play it.
129 MMRESULT StartWave(const char path[], SkOSSoundWave* wave, U32 vol);
130 MMRESULT EndWave(SkOSSoundWave* wave);
235 MMRESULT StartWave(const char path[], SkOSSoundWave* wave, U32 vol)
241 // HANDLE hDoneEvent = wave.hDoneEvent =
246 // Open wave file
247 if (!wave->waveFile.Open(path)) {
257 mmres = waveOutOpen(&hwo, devId, wave->waveFile.GetWaveFormat(), 0, 0, CALLBACK_NULL)
    [all...]
  /external/srec/config/en.us/
run-change-sample-rate2.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
run-set-get-param.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
  /external/srec/tests/
Android.mk 37 ../config/en.us/wave/dallas/0000/S072.nwf \
38 ../config/en.us/wave/dallas/0000/S074.nwf \
39 ../config/en.us/wave/dallas/0000/S075.nwf \
40 ../config/en.us/wave/dallas/0000/S076.nwf \
41 ../config/en.us/wave/dallas/0000/S077.nwf \
42 ../config/en.us/wave/dallas/0000/S079.nwf \
43 ../config/en.us/wave/dallas/0000/S080.nwf \
44 ../config/en.us/wave/dallas/0000/S083.nwf \
45 ../config/en.us/wave/dallas/0000/S086.nwf \
46 ../config/en.us/wave/dallas/0000/S088.nwf
    [all...]
  /cts/apps/CtsVerifier/jni/audioquality/
GenerateSinusoid.cpp 51 short* wave = new short[numSamples]; local
67 wave[i] = clipAndRound(val);
70 *output = wave;
Wrapper.cpp 69 short *wave = NULL; local
73 &numSamples, &wave);
80 env->SetShortArrayRegion(ja, 0, numSamples, wave);
81 delete[] wave;
  /external/srec/srec/include/
sample.h 34 /* The known wave types here
48 /* The known wave-file types are
204 void acc_wave_stats(wave_info* wave);
206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
207 void free_sample_buffer(wave_info *wave);
209 int init_wavfile_stream(wave_info *wave, char *filename, int type);
210 int close_wavfile_stream(wave_info *wave);
211 int load_wavfile_data(wave_info* wave);
212 int save_wavfile_data(wave_info* wave);
213 int seek_wavfile_data(wave_info* wave, long offset, int origin)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_gf1.h 36 * wave formats
39 #define GF1_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define GF1_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define GF1_WAVE_INVERT 0x0002 /* same as unsigned wave */
54 unsigned int format; /* wave format */
112 gf1_wave_t *wave; /* first waveform */ member in struct:__anon14054
139 __u32 format; /* wave format */
192 unsigned char flags; /* supported wave flags */
195 unsigned int max8_len; /* maximum 8-bit wave length */
196 unsigned int max16_len; /* maximum 16-bit wave length *
    [all...]
ainstr_iw.h 36 * wave formats
39 #define IWFFFF_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define IWFFFF_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define IWFFFF_WAVE_INVERT 0x0002 /* same as unsigned wave */
45 #define IWFFFF_WAVE_ULAW 0x0020 /* uLaw compressed wave */
46 #define IWFFFF_WAVE_RAM 0x0040 /* wave is _preloaded_ in RAM (it is used for ROM simulation) */
47 #define IWFFFF_WAVE_ROM 0x0080 /* wave is in ROM */
48 #define IWFFFF_WAVE_STEREO 0x0100 /* wave is stereo */
56 unsigned int format; /* wave format */
59 unsigned int number; /* some other ID for this wave */
155 iwffff_wave_t *wave; member in struct:iwffff_layer
    [all...]
  /external/sonivox/arm-wt-22k/
Android.mk 59 # -D _IMA_DECODER (needed for IMA-ADPCM wave files)

Completed in 503 milliseconds