OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nDrcCut
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/media/openmax/
OMX_AudioExt.h
89
OMX_S32
nDrcCut
; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecified */
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp
381
//
nDrcCut
uses default platform properties, see initDecoder()
405
if (aacPresParams->
nDrcCut
>= 0) {
406
ALOGV("set
nDrcCut
=%d", aacPresParams->
nDrcCut
);
407
mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, aacPresParams->
nDrcCut
);
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
Completed in 188 milliseconds