OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_agc_settings
(Results
1 - 2
of
2
) sorted by null
/system/media/audio_effects/include/audio_effects/
effect_agc.h
42
//
t_agc_settings
groups all current agc settings for backup and restore.
47
}
t_agc_settings
;
typedef in typeref:struct:s_agc_settings
/frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp
299
t_agc_settings
*pProperties = (
t_agc_settings
*)pValue;
317
if (*pValueSize < sizeof(
t_agc_settings
)) {
360
t_agc_settings
*pProperties = (
t_agc_settings
*)pValue;
[
all
...]
Completed in 2697 milliseconds