Home
last modified time | relevance | path

Searched refs:stereoConfigIndex (Results 1 – 17 of 17) sorted by relevance

/external/aac/libSACdec/include/
Dsac_dec_lib.h293 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex,
319 INT numChannels, INT stereoConfigIndex, INT coreSbrFrameLengthIndex,
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp258 if ((pSsc->stereoConfigIndex == 3)) { in mpegSurroundDecoder_GetNrOfQmfBands()
373 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex,
389 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex, in mpegSurroundDecoder_Open() argument
393 error = mpegSurroundDecoder_Create(pMpegSurroundDecoder, stereoConfigIndex, in mpegSurroundDecoder_Open()
613 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex, in mpegSurroundDecoder_Create() argument
646 if ((self = FDK_SpatialDecOpen(&decConfig, stereoConfigIndex)) == NULL) { in mpegSurroundDecoder_Create()
703 INT numChannels, INT stereoConfigIndex, INT coreSbrFrameLengthIndex, in mpegSurroundDecoder_Config() argument
719 stereoConfigIndex, coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config()
725 samplingRate, coreCodec, stereoConfigIndex, in mpegSurroundDecoder_Config()
777 err = mpegSurroundDecoder_Open(&pMpegSurroundDecoder, stereoConfigIndex, in mpegSurroundDecoder_Config()
[all …]
Dsac_bitdec.h133 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex,
Dsac_dec_interface.h268 int stereoConfigIndex);
Dsac_dec_ssc_struct.h267 UCHAR stereoConfigIndex; member
Dsac_dec.cpp240 int stereoConfigIndex) { in FDK_SpatialDecOpen() argument
721 self->stereoConfigIndex = pSpatialSpecificConfig->stereoConfigIndex; in FDK_SpatialDecInit()
1252 !(self->stereoConfigIndex == 3)) { in SpatialDecApplyParameterSets()
1461 (self->stereoConfigIndex > 1)) { in SpatialDecApplyFrame()
Dsac_dec.h433 UCHAR stereoConfigIndex; member
Dsac_bitdec.cpp324 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex, in SpatialDecParseMps212Config() argument
330 pSpatialSpecificConfig->stereoConfigIndex = stereoConfigIndex; in SpatialDecParseMps212Config()
380 if (stereoConfigIndex > 1) { /* do residual coding */ in SpatialDecParseMps212Config()
Dsac_process.cpp303 if (self->stereoConfigIndex == 3) in SpatialDecHybridAnalysis()
918 if (self->stereoConfigIndex == 3) { in SpatialDecSynthesis()
/external/aac/libSBRdec/include/
Dsbrdecoder.h233 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
263 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
/external/aac/libMpegTPEnc/include/
Dtp_data.h371 const INT numChannels, const INT stereoConfigIndex,
380 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
/external/aac/libMpegTPDec/include/
Dtp_data.h371 const INT numChannels, const INT stereoConfigIndex,
380 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp376 const UCHAR stereoConfigIndex, const UCHAR configMode, UCHAR *configChanged, in aacDecoder_SbrCallback() argument
382 elementIndex, harmonicSBR, stereoConfigIndex, in aacDecoder_SbrCallback()
391 const INT stereoConfigIndex, const INT coreSbrFrameLengthIndex, in aacDecoder_SscCallback() argument
399 samplingRate, frameSize, numChannels, stereoConfigIndex, in aacDecoder_SscCallback()
961 int stereoConfigIndex = -1; in aacDecoder_Open() local
1009 stereoConfigIndex, &aacDec->qmfDomain)) { in aacDecoder_Open()
Daacdecoder.cpp183 #define IS_STEREO_SBR(el_id, stereoConfigIndex) \ argument
184 (((el_id) == ID_USAC_CPE && (stereoConfigIndex) == 0) || \
185 ((el_id) == ID_USAC_CPE && (stereoConfigIndex) == 3))
/external/aac/libSYS/include/
DFDK_audio.h404 UCHAR stereoConfigIndex; /**< USAC MPS stereo mode */ member
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp531 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex, in sbrDecoder_InitElement() argument
803 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex, in sbrDecoder_Header() argument
828 elementIndex, harmonicSBR, stereoConfigIndex, configMode, configChanged, in sbrDecoder_Header()
/external/aac/libAACenc/src/
Daacenc_lib.cpp1232 const UCHAR stereoConfigIndex, in aacenc_SbrCallback() argument
1245 const INT numChannels, const INT stereoConfigIndex, in aacenc_SscCallback() argument