/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 stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes, in mpegSurroundDecoder_Config() argument 718 stereoConfigIndex, coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config() 723 samplingRate, coreCodec, stereoConfigIndex, in mpegSurroundDecoder_Config() 762 err = mpegSurroundDecoder_Open(&pMpegSurroundDecoder, stereoConfigIndex, in mpegSurroundDecoder_Config() [all …]
|
D | sac_bitdec.h | 133 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex,
|
D | sac_dec_interface.h | 268 int stereoConfigIndex);
|
D | sac_dec_ssc_struct.h | 267 UCHAR stereoConfigIndex; member
|
D | sac_dec.cpp | 240 int stereoConfigIndex) { in FDK_SpatialDecOpen() argument 721 self->stereoConfigIndex = pSpatialSpecificConfig->stereoConfigIndex; in FDK_SpatialDecInit() 1223 !(self->stereoConfigIndex == 3)) { in SpatialDecApplyParameterSets() 1423 (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 | 296 if (self->stereoConfigIndex == 3) in SpatialDecHybridAnalysis() 900 if (self->stereoConfigIndex == 3) { in SpatialDecSynthesis()
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 293 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex, 319 INT stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes,
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 233 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex, 263 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
|
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 371 const INT stereoConfigIndex, 380 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
|
/external/aac/libMpegTPDec/include/ |
D | tp_data.h | 371 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, in aacDecoder_SscCallback() argument 401 samplingRate, frameSize, stereoConfigIndex, coreSbrFrameLengthIndex, in aacDecoder_SscCallback() 946 int stereoConfigIndex = -1; in aacDecoder_Open() local 994 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 | 533 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex, in sbrDecoder_InitElement() argument 805 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex, in sbrDecoder_Header() argument 830 elementIndex, harmonicSBR, stereoConfigIndex, configMode, configChanged, in sbrDecoder_Header()
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 1207 const UCHAR stereoConfigIndex, in aacenc_SbrCallback() argument 1220 const INT stereoConfigIndex, in aacenc_SscCallback() argument
|