Home
last modified time | relevance | path

Searched refs:pUserParams (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp416 SPATIALDEC_PARAM const *pUserParams, SPATIAL_DEC_CONFIG const *pDecConfig, in check_UParam_Build_DecConfig() argument
420 FDK_ASSERT(pUserParams != NULL); in check_UParam_Build_DecConfig()
471 if (pUserParams->blindEnable == 1) { in check_UParam_Build_DecConfig()
475 switch ((SAC_DEC_OUTPUT_MODE)pUserParams->outputMode) { in check_UParam_Build_DecConfig()
1842 SPATIALDEC_PARAM *pUserParams = NULL; in mpegSurroundDecoder_SetParam() local
1847 pUserParams = &pMpegSurroundDecoder->mpegSurroundUserParams; in mpegSurroundDecoder_SetParam()
1866 } else if (pUserParams->outputMode != (UCHAR)value) { in mpegSurroundDecoder_SetParam()
1867 pUserParams->outputMode = (UCHAR)value; in mpegSurroundDecoder_SetParam()
1913 if (pUserParams->concealNumKeepFrames != (UINT)value) { in mpegSurroundDecoder_SetParam()
1914 pUserParams->concealNumKeepFrames = (UINT)value; in mpegSurroundDecoder_SetParam()
[all …]
Dsac_dec.cpp527 SPATIALDEC_PARAM const *const pUserParams, in isValidConfig() argument
532 FDK_ASSERT(pUserParams != NULL); in isValidConfig()
628 SPATIALDEC_PARAM *pUserParams, UINT initFlags) { in FDK_SpatialDecInit() argument
637 if (!isValidConfig(self, upmixType, pUserParams, in FDK_SpatialDecInit()
656 &self->concealInfo, SAC_DEC_CONCEAL_METHOD, pUserParams->concealMethod); in FDK_SpatialDecInit()
662 pUserParams->concealNumKeepFrames); in FDK_SpatialDecInit()
668 pUserParams->concealFadeOutSlopeLength); in FDK_SpatialDecInit()
674 pUserParams->concealFadeInSlopeLength); in FDK_SpatialDecInit()
680 pUserParams->concealNumReleaseFrames); in FDK_SpatialDecInit()
692 bypassMode |= pUserParams->bypassMode; in FDK_SpatialDecInit()
Dsac_dec_interface.h283 SPATIALDEC_PARAM *pUserParams,