OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pUserParams
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSACdec/src/
sac_dec_lib.cpp
403
* \param
pUserParams
User data handle.
411
SPATIALDEC_PARAM const *
pUserParams
, SPATIAL_DEC_CONFIG const *pDecConfig,
415
FDK_ASSERT(
pUserParams
!= NULL);
466
if (
pUserParams
->blindEnable == 1) {
470
switch ((SAC_DEC_OUTPUT_MODE)
pUserParams
->outputMode) {
[
all
...]
sac_dec_interface.h
283
SPATIALDEC_PARAM *
pUserParams
,
sac_dec.cpp
526
SPATIALDEC_PARAM const *const
pUserParams
,
531
FDK_ASSERT(
pUserParams
!= NULL);
627
SPATIALDEC_PARAM *
pUserParams
, UINT initFlags) {
636
if (!isValidConfig(self, upmixType,
pUserParams
,
655
&self->concealInfo, SAC_DEC_CONCEAL_METHOD,
pUserParams
->concealMethod);
661
pUserParams
->concealNumKeepFrames);
667
pUserParams
->concealFadeOutSlopeLength);
673
pUserParams
->concealFadeInSlopeLength);
679
pUserParams
->concealNumReleaseFrames);
691
bypassMode |=
pUserParams
->bypassMode
[
all
...]
Completed in 98 milliseconds