OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wave_info
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
sample.h
191
IN CA, it is convenient to store channel as part of CA_Wave (
wave_info
).
192
It could have a many-to-one relationship with
wave_info
. */
198
wave_info
;
typedef in typeref:struct:__anon26505
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)
[
all
...]
frontapi.h
61
wave_info
data;
[
all
...]
/external/srec/srec/cfront/
wav_acc.c
46
void create_sample_buffer(
wave_info
*wave, int frame_size, int window_size)
61
void free_sample_buffer(
wave_info
*wave)
171
void acc_wave_stats(
wave_info
* wave)
Completed in 1334 milliseconds