OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speex_preprocess_state_init
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/speex/include/speex/
speex_preprocess.h
65
SpeexPreprocessState *
speex_preprocess_state_init
(int frame_size, int sampling_rate);
74
* @param x Audio sample vector (in and out). Must be same size as specified in
speex_preprocess_state_init
().
84
* @param x Audio sample vector (in only). Must be same size as specified in
speex_preprocess_state_init
().
/external/speex/include/speex/
speex_preprocess.h
65
SpeexPreprocessState *
speex_preprocess_state_init
(int frame_size, int sampling_rate);
74
* @param x Audio sample vector (in and out). Must be same size as specified in
speex_preprocess_state_init
().
84
* @param x Audio sample vector (in only). Must be same size as specified in
speex_preprocess_state_init
().
/external/speex/libspeex/
preprocess.c
395
EXPORT SpeexPreprocessState *
speex_preprocess_state_init
(int frame_size, int sampling_rate)
function
[
all
...]
Completed in 341 milliseconds