OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sPreProcOps
(Results
1 - 2
of
2
) sorted by null
/device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp
65
// Effect operation table. Functions for all pre processors are declared in
sPreProcOps
[] table.
446
static const adnc_pfx_ops_t *
sPreProcOps
[PFX_ID_CNT] = {
543
effect->ops =
sPreProcOps
[procId];
[
all
...]
/frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp
71
// Effect operation table. Functions for all pre processors are declared in
sPreProcOps
[] table.
619
static const preproc_ops_t *
sPreProcOps
[PREPROC_NUM_EFFECTS] = {
722
effect->ops =
sPreProcOps
[procId];
[
all
...]
Completed in 785 milliseconds