/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_process.h | 291 const FDK_channelMapDescr *const mapDescr);
|
D | sac_dec.cpp | 876 const FDK_channelMapDescr *const mapDescr) { in SpatialDecChannelProperties() argument 878 (mapDescr == NULL)) { in SpatialDecChannelProperties() 1140 const FDK_channelMapDescr *const mapDescr) { in SpatialDecApplyParameterSets() argument 1408 numInputChannels, mapDescr); in SpatialDecApplyParameterSets() 1445 const FDK_channelMapDescr *const mapDescr) { in SpatialDecApplyFrame() argument 1538 mapDescr); in SpatialDecApplyFrame()
|
D | sac_dec_lib.cpp | 1531 const FDK_channelMapDescr *const mapDescr, in mpegSurroundDecoder_Apply() argument 1546 if (!FDK_chMapDescr_isValid(mapDescr)) { in mpegSurroundDecoder_Apply() 1730 mapDescr); in mpegSurroundDecoder_Apply() 1755 channelIndices, mapDescr); in mpegSurroundDecoder_Apply()
|
D | sac_process.cpp | 884 const FDK_channelMapDescr *const mapDescr) { in SpatialDecSynthesis() argument 914 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() 816 FDK_chMapDescr_setPassThrough(&self->mapDescr, !value); in aacDecoder_SetParam() 983 FDK_chMapDescr_init(&aacDec->mapDescr, NULL, 0, 0); in aacDecoder_Open() 1504 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1587 self->channelType, self->channelIndices, &self->mapDescr, in aacDecoder_DecodeFrame() 1641 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1718 &self->mapDescr, (UCHAR)ch, self->chMapIndex); in aacDecoder_DecodeFrame() 1723 &self->mapDescr, (UCHAR)ch, numDrcOutChannels); in aacDecoder_DecodeFrame() 1841 &self->mapDescr, &pcmLimiterScale); in aacDecoder_DecodeFrame()
|
D | aacdecoder.h | 232 FDK_channelMapDescr mapDescr; /*!< Describes the output channel mapping. */ member
|
D | aacdecoder.cpp | 3398 &self->mapDescr, Reverse_chMapping[cIdx], self->chMapIndex) * in CAacDecoder_DecodeFrame() 3610 FDK_chMapDescr_getMapValue(&self->mapDescr, c, self->chMapIndex); in CAacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/include/ |
D | pcmdmx_lib.h | 440 const FDK_channelMapDescr *const mapDescr,
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 418 const FDK_channelMapDescr *const mapDescr,
|
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 724 const FDK_channelMapDescr *const mapDescr, /* in */ in getChannelDescription() argument 734 FDK_ASSERT(mapDescr != NULL); in getChannelDescription() 790 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() 847 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() 2065 const FDK_channelMapDescr *const mapDescr, in pcmDmx_ApplyFrame() argument 2082 (channelIndices == NULL) || (!FDK_chMapDescr_isValid(mapDescr))) { in pcmDmx_ApplyFrame() 2235 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame() 2349 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame() 2427 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 374 const FDK_channelMapDescr *const mapDescr,
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1578 const FDK_channelMapDescr *const mapDescr, const int mapIdx, in sbrDecoder_DecodeElement() argument 1729 offset0 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex, mapIdx); in sbrDecoder_DecodeElement() 1736 offset1 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex + 1, mapIdx); in sbrDecoder_DecodeElement() 1803 const FDK_channelMapDescr *const mapDescr, in sbrDecoder_Apply() argument 1816 !FDK_chMapDescr_isValid(mapDescr)) { in sbrDecoder_Apply() 1898 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
|