Searched refs:channelIndices (Results 1 – 9 of 9) sorted by relevance
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 522 UCHAR channelIndices[], /* in */ in getChannelMode() argument 536 FDK_ASSERT(channelIndices != NULL); in getChannelMode() 555 idxSum[channelType[ch] >> 4][chGrp] += channelIndices[ch]; in getChannelMode() 568 channelIndices[ch] = idxCnt++; in getChannelMode() 586 spkrPos[ch] = getSpeakerPos(channelType[ch], channelIndices[ch], in getChannelMode() 698 UCHAR channelIndices[], /* out */ in getChannelDescription() argument 705 FDK_ASSERT(channelIndices != NULL); in getChannelDescription() 711 FDKmemclear(channelIndices, (8) * sizeof(UCHAR)); in getChannelDescription() 765 channelIndices[mappedIdx] = 0; in getChannelDescription() 831 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription() [all …]
|
/external/aac/libPCMutils/include/ |
D | pcmdmx_lib.h | 439 UCHAR channelIndices[],
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 413 UCHAR channelIndices[],
|
/external/aac/libSACdec/src/ |
D | sac_dec_interface.h | 326 UCHAR channelIndices[],
|
D | sac_dec.cpp | 875 UCHAR channelIndices[], in SpatialDecChannelProperties() argument 877 if ((self == NULL) || (channelType == NULL) || (channelIndices == NULL) || in SpatialDecChannelProperties() 888 channelIndices[ch] = ch; in SpatialDecChannelProperties() 895 channelIndices[0] = 0; in SpatialDecChannelProperties() 897 channelIndices[1] = 1; in SpatialDecChannelProperties()
|
D | sac_dec_lib.cpp | 1515 UCHAR channelIndices[], in mpegSurroundDecoder_Apply() argument 1736 channelIndices, mapDescr); in mpegSurroundDecoder_Apply()
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1255 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open() 2624 self->channelIndices, (8), &previous_element_index, in CAacDecoder_DecodeFrame() 2729 self->chMapping, self->channelType, self->channelIndices, in CAacDecoder_DecodeFrame() 2747 self->chMapping, self->channelType, self->channelIndices, (8), in CAacDecoder_DecodeFrame() 3051 FDKmemcpy(self->channelIndices, self->channelIndicesPrev, in CAacDecoder_DecodeFrame() 3060 FDKmemcpy(self->channelIndicesPrev, self->channelIndices, in CAacDecoder_DecodeFrame() 3075 FDKmemcpy(self->channelIndices, self->channelIndicesPrev, in CAacDecoder_DecodeFrame() 3437 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx)); in CAacDecoder_DecodeFrame() 3440 FDKmemcpy(idx, self->channelIndices, sizeof(idx)); in CAacDecoder_DecodeFrame() 3446 self->channelIndices[mapValue] = idx[c]; in CAacDecoder_DecodeFrame()
|
D | aacdecoder.h | 218 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio member
|
D | aacdecoder_lib.cpp | 1537 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame() 1570 self->channelType, self->channelIndices, &self->mapDescr); in aacDecoder_DecodeFrame() 1790 interleaved, self->channelType, self->channelIndices, in aacDecoder_DecodeFrame()
|