Home
last modified time | relevance | path

Searched refs:channelIndices (Results 1 – 9 of 9) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp522 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/
Dpcmdmx_lib.h439 UCHAR channelIndices[],
/external/aac/libSACdec/include/
Dsac_dec_lib.h413 UCHAR channelIndices[],
/external/aac/libSACdec/src/
Dsac_dec_interface.h326 UCHAR channelIndices[],
Dsac_dec.cpp875 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()
Dsac_dec_lib.cpp1515 UCHAR channelIndices[], in mpegSurroundDecoder_Apply() argument
1736 channelIndices, mapDescr); in mpegSurroundDecoder_Apply()
/external/aac/libAACdec/src/
Daacdecoder.cpp1255 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()
Daacdecoder.h218 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio member
Daacdecoder_lib.cpp1537 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()