/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 293 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex, 319 INT numChannels, INT stereoConfigIndex, INT coreSbrFrameLengthIndex,
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 233 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex, 263 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
|
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 258 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 …]
|
D | sac_bitdec.h | 133 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex,
|
D | sac_dec_ssc_struct.h | 267 UCHAR stereoConfigIndex; member
|
D | sac_dec_interface.h | 268 int stereoConfigIndex);
|
D | sac_dec.cpp | 240 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()
|
D | sac_dec.h | 433 UCHAR stereoConfigIndex; member
|
D | sac_bitdec.cpp | 324 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex, in SpatialDecParseMps212Config() argument 330 pSpatialSpecificConfig->stereoConfigIndex = stereoConfigIndex; in SpatialDecParseMps212Config() 380 if (stereoConfigIndex > 1) { /* do residual coding */ in SpatialDecParseMps212Config()
|
D | sac_process.cpp | 303 if (self->stereoConfigIndex == 3) in SpatialDecHybridAnalysis() 918 if (self->stereoConfigIndex == 3) { in SpatialDecSynthesis()
|
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 371 const INT numChannels, const INT stereoConfigIndex, 380 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
|
/external/aac/libMpegTPDec/include/ |
D | tp_data.h | 371 const INT numChannels, const INT stereoConfigIndex, 380 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 376 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()
|
D | aacdecoder.cpp | 183 #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/ |
D | FDK_audio.h | 404 UCHAR stereoConfigIndex; /**< USAC MPS stereo mode */ member
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 531 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/ |
D | aacenc_lib.cpp | 1232 const UCHAR stereoConfigIndex, in aacenc_SbrCallback() argument 1245 const INT numChannels, const INT stereoConfigIndex, in aacenc_SscCallback() argument
|