OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVCS_VolCorrect_t
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h
104
extern const
LVCS_VolCorrect_t
LVCS_VolCorrectTable[];
124
extern
LVCS_VolCorrect_t
LVCS_MS_Small_VolCorrectTable[];
133
extern
LVCS_VolCorrect_t
LVCS_MS_Medium_VolCorrectTable[];
142
extern
LVCS_VolCorrect_t
LVCS_MS_Large_VolCorrectTable[];
LVCS_Private.h
102
}
LVCS_VolCorrect_t
;
114
LVCS_VolCorrect_t
VolCorrect; /* Volume correction settings */
LVCS_Control.c
106
const
LVCS_VolCorrect_t
*pLVCS_VolCorrectTable;
117
pLVCS_VolCorrectTable = (
LVCS_VolCorrect_t
*)&LVCS_VolCorrectTable[0];
168
const
LVCS_VolCorrect_t
*pLVCS_VolCorrectTable;
174
pLVCS_VolCorrectTable = (
LVCS_VolCorrect_t
*)&LVCS_VolCorrectTable[0];
LVCS_Init.c
155
LVCS_VolCorrect_t
*pLVCS_VolCorrectTable;
190
pLVCS_VolCorrectTable = (
LVCS_VolCorrect_t
*)&LVCS_VolCorrectTable[0];
LVCS_Tables.c
387
const
LVCS_VolCorrect_t
LVCS_VolCorrectTable[] = {
Completed in 19 milliseconds