/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 | 876 const FDK_channelMapDescr *const mapDescr) { in SpatialDecChannelProperties() argument 878 (mapDescr == NULL)) { in SpatialDecChannelProperties() 1118 const FDK_channelMapDescr *const mapDescr) { in SpatialDecApplyParameterSets() argument 1371 numInputChannels, mapDescr); in SpatialDecApplyParameterSets() 1408 const FDK_channelMapDescr *const mapDescr) { in SpatialDecApplyFrame() argument 1500 mapDescr); in SpatialDecApplyFrame()
|
D | sac_process.h | 291 const FDK_channelMapDescr *const mapDescr);
|
D | sac_dec_lib.cpp | 1516 const FDK_channelMapDescr *const mapDescr) { in mpegSurroundDecoder_Apply() argument 1529 if (!FDK_chMapDescr_isValid(mapDescr)) { in mpegSurroundDecoder_Apply() 1711 pTimeOut, *frameSize, &controlFlags, *nChannels, mapDescr); in mpegSurroundDecoder_Apply() 1736 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() 807 FDK_chMapDescr_setPassThrough(&self->mapDescr, !value); in aacDecoder_SetParam() 968 FDK_chMapDescr_init(&aacDec->mapDescr, NULL, 0, 0); in aacDecoder_Open() 1487 &self->mapDescr, self->chMapIndex, in aacDecoder_DecodeFrame() 1570 self->channelType, self->channelIndices, &self->mapDescr); in aacDecoder_DecodeFrame() 1618 &self->mapDescr, self->chMapIndex, in aacDecoder_DecodeFrame() 1697 &self->mapDescr, (UCHAR)ch, self->chMapIndex); in aacDecoder_DecodeFrame() 1702 &self->mapDescr, (UCHAR)ch, numDrcOutChannels); in aacDecoder_DecodeFrame() 1791 &self->mapDescr, in aacDecoder_DecodeFrame()
|
D | aacdecoder.h | 223 FDK_channelMapDescr mapDescr; /*!< Describes the output channel mapping. */ member
|
D | aacdecoder.cpp | 3237 &self->mapDescr, Reverse_chMapping[cIdx], self->chMapIndex) * in CAacDecoder_DecodeFrame() 3444 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() 2037 const FDK_channelMapDescr *const mapDescr, in pcmDmx_ApplyFrame() argument 2054 (channelIndices == NULL) || (!FDK_chMapDescr_isValid(mapDescr))) { in pcmDmx_ApplyFrame() 2207 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame() 2321 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame() 2399 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 | 1591 const int timeDataSize, const FDK_channelMapDescr *const mapDescr, in sbrDecoder_DecodeElement() argument 1740 offset0 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex, mapIdx); in sbrDecoder_DecodeElement() 1747 offset1 = FDK_chMapDescr_getMapValue(mapDescr, channelIndex + 1, mapIdx); in sbrDecoder_DecodeElement() 1814 const FDK_channelMapDescr *const mapDescr, in sbrDecoder_Apply() argument 1826 !FDK_chMapDescr_isValid(mapDescr)) { in sbrDecoder_Apply() 1905 self, input, timeData, timeDataSize, mapDescr, mapIdx, numSbrChannels, in sbrDecoder_Apply()
|