Home
last modified time | relevance | path

Searched refs:mapDescr (Results 1 – 15 of 15) sorted by relevance

/external/aac/libAACenc/src/
Dchannel_map.cpp187 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 …]
Dmetadata_main.cpp491 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/
Dsac_dec_interface.h314 const FDK_channelMapDescr *const mapDescr);
327 const FDK_channelMapDescr *const mapDescr);
Dsac_dec.cpp876 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()
Dsac_process.h291 const FDK_channelMapDescr *const mapDescr);
Dsac_dec_lib.cpp1516 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()
Dsac_process.cpp866 const FDK_channelMapDescr *const mapDescr) { in SpatialDecSynthesis() argument
896 int outCh = FDK_chMapDescr_getMapValue(mapDescr, mapChannel(self, ch), in SpatialDecSynthesis()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp185 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()
Daacdecoder.h223 FDK_channelMapDescr mapDescr; /*!< Describes the output channel mapping. */ member
Daacdecoder.cpp3237 &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/
Dpcmdmx_lib.cpp696 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/
Dpcmdmx_lib.h440 const FDK_channelMapDescr *const mapDescr,
/external/aac/libSACdec/include/
Dsac_dec_lib.h414 const FDK_channelMapDescr *const mapDescr);
/external/aac/libSBRdec/include/
Dsbrdecoder.h370 const FDK_channelMapDescr *const mapDescr,
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1591 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()