Lines Matching refs:pUserParams
416 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()
1927 if (pUserParams->concealFadeOutSlopeLength != (UINT)value) { in mpegSurroundDecoder_SetParam()
1928 pUserParams->concealFadeOutSlopeLength = (UINT)value; in mpegSurroundDecoder_SetParam()
1941 if (pUserParams->concealFadeInSlopeLength != (UINT)value) { in mpegSurroundDecoder_SetParam()
1942 pUserParams->concealFadeInSlopeLength = (UINT)value; in mpegSurroundDecoder_SetParam()
1955 if (pUserParams->concealNumReleaseFrames != (UINT)value) { in mpegSurroundDecoder_SetParam()
1956 pUserParams->concealNumReleaseFrames = (UINT)value; in mpegSurroundDecoder_SetParam()