/external/aac/libAACenc/src/ |
D | channel_map.cpp | 187 INT* cnt, FDK_channelMapDescr* mapDescr, in FDKaacEnc_initElement() argument 202 FDK_chMapDescr_getMapValue(mapDescr, counter++, mapIdx); in FDKaacEnc_initElement() 208 FDK_chMapDescr_getMapValue(mapDescr, counter++, mapIdx); in FDKaacEnc_initElement() 210 FDK_chMapDescr_getMapValue(mapDescr, counter++, mapIdx); in FDKaacEnc_initElement() 233 FDK_channelMapDescr mapDescr; in FDKaacEnc_InitChannelMapping() local 254 FDK_chMapDescr_init(&mapDescr, NULL, 0, (co == CH_ORDER_MPEG) ? 1 : 0); in FDKaacEnc_InitChannelMapping() 276 FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, &mapDescr, mapIdx, in FDKaacEnc_InitChannelMapping() 281 FDKaacEnc_initElement(&cm->elInfo[0], ID_CPE, &count, &mapDescr, mapIdx, in FDKaacEnc_InitChannelMapping() 287 FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, &mapDescr, mapIdx, in FDKaacEnc_InitChannelMapping() 289 FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, &mapDescr, mapIdx, in FDKaacEnc_InitChannelMapping() [all …]
|
D | metadata_main.cpp | 491 FDK_channelMapDescr mapDescrPrev, mapDescr; in FDK_MetadataEnc_Init() local 496 FDK_chMapDescr_init(&mapDescr, NULL, 0, in FDK_MetadataEnc_Init() 505 dst[0] = FDK_chMapDescr_getMapValue(&mapDescr, 0, channelMode); in FDK_MetadataEnc_Init() 522 &mapDescr, ((channelMode == 2) ? 0 : 1), channelMode); in FDK_MetadataEnc_Init() 524 &mapDescr, ((channelMode == 2) ? 1 : 2), channelMode); in FDK_MetadataEnc_Init()
|
/external/aac/libSACdec/src/ |
D | sac_dec_interface.h | 314 const FDK_channelMapDescr *const mapDescr); 327 const FDK_channelMapDescr *const mapDescr);
|
D | sac_dec.cpp | 875 const FDK_channelMapDescr *const mapDescr) { in SpatialDecChannelProperties() argument 877 (mapDescr == NULL)) { in SpatialDecChannelProperties() 1117 const FDK_channelMapDescr *const mapDescr) { in SpatialDecApplyParameterSets() argument 1370 numInputChannels, mapDescr); in SpatialDecApplyParameterSets() 1407 const FDK_channelMapDescr *const mapDescr) { in SpatialDecApplyFrame() argument 1499 mapDescr); in SpatialDecApplyFrame()
|
D | sac_process.h | 291 const FDK_channelMapDescr *const mapDescr);
|
D | sac_dec_lib.cpp | 1444 const FDK_channelMapDescr *const mapDescr) { in mpegSurroundDecoder_Apply() argument 1457 if (!FDK_chMapDescr_isValid(mapDescr)) { in mpegSurroundDecoder_Apply() 1635 pTimeOut, *frameSize, &controlFlags, *nChannels, mapDescr); in mpegSurroundDecoder_Apply() 1660 channelIndices, mapDescr); in mpegSurroundDecoder_Apply()
|
D | sac_process.cpp | 866 const FDK_channelMapDescr *const mapDescr) { in SpatialDecSynthesis() argument 896 int outCh = FDK_chMapDescr_getMapValue(mapDescr, mapChannel(self, ch), in SpatialDecSynthesis()
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 185 if (!FDK_chMapDescr_isValid(&self->mapDescr)) { in aacDecoder_Config() 789 FDK_chMapDescr_setPassThrough(&self->mapDescr, !value); in aacDecoder_SetParam() 941 FDK_chMapDescr_init(&aacDec->mapDescr, NULL, 0, 0); in aacDecoder_Open() 1456 &self->mapDescr, self->chMapIndex, in aacDecoder_DecodeFrame() 1539 self->channelType, self->channelIndices, &self->mapDescr); in aacDecoder_DecodeFrame() 1587 &self->mapDescr, self->chMapIndex, in aacDecoder_DecodeFrame() 1659 &self->mapDescr, (UCHAR)ch, self->chMapIndex); in aacDecoder_DecodeFrame() 1664 &self->mapDescr, (UCHAR)ch, numDrcOutChannels); in aacDecoder_DecodeFrame() 1753 &self->mapDescr, in aacDecoder_DecodeFrame()
|
D | aacdecoder.h | 223 FDK_channelMapDescr mapDescr; /*!< Describes the output channel mapping. */ member
|
D | aacdecoder.cpp | 3229 &self->mapDescr, Reverse_chMapping[cIdx], self->chMapIndex) * in CAacDecoder_DecodeFrame() 3436 FDK_chMapDescr_getMapValue(&self->mapDescr, c, self->chMapIndex); in CAacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 696 const FDK_channelMapDescr *const mapDescr, /* in */ in getChannelDescription() argument 706 FDK_ASSERT(mapDescr != NULL); in getChannelDescription() 762 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() 819 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() 2034 const FDK_channelMapDescr *const mapDescr, in pcmDmx_ApplyFrame() argument 2051 (channelIndices == NULL) || (!FDK_chMapDescr_isValid(mapDescr))) { in pcmDmx_ApplyFrame() 2204 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame() 2318 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame() 2396 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
|
/external/aac/libPCMutils/include/ |
D | pcmdmx_lib.h | 440 const FDK_channelMapDescr *const mapDescr,
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 414 const FDK_channelMapDescr *const mapDescr);
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 370 const FDK_channelMapDescr *const mapDescr,
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1587 const int timeDataSize, const FDK_channelMapDescr *const mapDescr, in sbrDecoder_DecodeElement() argument 1731 offset0 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex, mapIdx); in sbrDecoder_DecodeElement() 1738 offset1 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex + 1, mapIdx); in sbrDecoder_DecodeElement() 1805 const FDK_channelMapDescr *const mapDescr, in sbrDecoder_Apply() argument 1817 !FDK_chMapDescr_isValid(mapDescr)) { in sbrDecoder_Apply() 1896 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
|